[Xerte] Export to Scorm has password

Julian Tenney Julian.Tenney at nottingham.ac.uk
Mon Sep 28 16:26:27 BST 2009


You can do exactly what I can do: in the .svn is a file called
editor.fla. Hunt down that line and change it to what you want to try.
Then compile it over the top of tools/editor.swf and give it a whirl.

 

From: xerte-bounces at lists.nottingham.ac.uk
[mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Dave Burnett
Sent: Monday, September 28, 2009 4:24 PM
To: Xerte list
Subject: RE: [Xerte] Export to Scorm has password

 

How about and empty 4th position

var fsparams = '"'+packageFile+"\",\""+sourceFolder+"\",\"*.*\",";


 

________________________________

Subject: RE: [Xerte] Export to Scorm has password
Date: Mon, 28 Sep 2009 15:48:47 +0100
From: Julian.Tenney at nottingham.ac.uk
To: xerte at lists.nottingham.ac.uk

I'll give it a whirl = shouldn't think so though as it is actually one
string that's the aprameter. The plugin must split it, and call a
function with the results. If it doesn't exist I have a feeling it will
break it,

 

J

 

From: xerte-bounces at lists.nottingham.ac.uk
[mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Dave Burnett
Sent: Monday, September 28, 2009 2:44 PM
To: Xerte list
Subject: RE: [Xerte] Export to Scorm has password

 

Wonder if the last param can be omitted altogether?

________________________________

Subject: RE: [Xerte] Export to Scorm has password
Date: Mon, 28 Sep 2009 14:19:36 +0100
From: Julian.Tenney at nottingham.ac.uk
To: xerte at lists.nottingham.ac.uk

var sourceFolder = editor.FileLocation.substr(0,
editor.FileLocation.lastIndexOf('\\') + 1);

var fsparams =
'"'+packageFile+"\",\""+sourceFolder+"\",\"*.*\",\"none\"";

                                

fscommand("flashvnn.ZipFolder", fsparams);

fscommand("flashvnn.CloseZip", "");

 

that's it - it just takes a folder and some parameters. Here's the help:

flashvnn.ZipFolder (Procedure)

Usage (Var)

param1="D:\\test.zip";
param2="D:\\myfolder";
param3="*.*";
param4="yourpass";

fscommand("flashvnn.ZipFolder","param1,param2,param3,param4");

Usage (Literal)

fscommand("flashvnn.ZipFolder","\"D:\\test.zip\",\"D:\\myfolder\",\"*.*\
",\"yourpass\"");

Parameters

String: new zip file name
String: folder you want Compress
String: File type you want Compress in folder like : *.doc , *.txt , use
*.* to compress all files in folder
String: passwork for zip file . Give it 'none' value if you don't use
pass work

So, it looks like the password might be seen as 'none' instead of none.
Is this the case - those of you who have this p[roblem, what heppens if
you enter 'none' as the password?

 

From: xerte-bounces at lists.nottingham.ac.uk
[mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Dave Burnett
Sent: Monday, September 28, 2009 2:14 PM
To: Xerte list
Subject: RE: [Xerte] Export to Scorm has password

 


Gary's budZip was always free and it's self -contained.
I've used it for distributions.
What is being passed to Zinc? Is there a flag for password that might be
being tripped somehow? Or is it just the filename? 

________________________________

Subject: RE: [Xerte] Export to Scorm has password
Date: Mon, 28 Sep 2009 13:55:09 +0100
From: Julian.Tenney at nottingham.ac.uk
To: xerte at lists.nottingham.ac.uk

It needs to be something redistributable, and not dependent on the end
users software. It's a bit of a pain calling command line from zinc, as
you have to write out a .bat first, and call it from there.

 

From: xerte-bounces at lists.nottingham.ac.uk
[mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Dave Burnett
Sent: Monday, September 28, 2009 12:37 PM
To: Xerte list
Subject: RE: [Xerte] Export to Scorm has password

 

I think almost all of them have a command line interface.
Or we could contact Gary Smith and ask him if he could unwrap his
BuddyZip Xtra for us to whatever API we want.

________________________________

Subject: RE: [Xerte] Export to Scorm has password
Date: Mon, 28 Sep 2009 12:04:56 +0100
From: Julian.Tenney at nottingham.ac.uk
To: xerte at lists.nottingham.ac.uk

It uses a plug in for zinc. There are internal calls to the plugin.

 

Is there a command line utility we could replace it with?

 

From: xerte-bounces at lists.nottingham.ac.uk
[mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Dave Burnett
Sent: Monday, September 28, 2009 11:58 AM
To: Xerte list
Subject: RE: [Xerte] Export to Scorm has password

 


What zip utility does Xerte use? 
What does the command line for the zip process look like?

________________________________

Subject: RE: [Xerte] Export to Scorm has password
Date: Mon, 28 Sep 2009 09:28:14 +0100
From: Julian.Tenney at nottingham.ac.uk
To: xerte at lists.nottingham.ac.uk

The passowrd zip thing is a mystery. Some people report it, others
don't. I cannot reproduce it. Check the archives for prior discussions,
but I have no idea why it happens. You can easily work around it by
zipping the contents of the project folder up yourself.

 

It is currently easier to add custom content to a template project,
rather than add templates to a custom project - use the 'xerte' page
type to include custom pages of content. The models need some
repurposing to work as individual models / templates / wizards withing a
satnadalone project. It can be done - again, there was some recent
discussion about this,

 

HTH,

 

J

 

From: xerte-bounces at lists.nottingham.ac.uk
[mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Donald Mackay
Sent: Monday, September 28, 2009 8:00 AM
To: xerte at lists.nottingham.ac.uk
Subject: [Xerte] Export to Scorm has password

 

Hi everyone

I have started using xerte and its really promising. I have a few
question but the wiki is currently blocked by our admin (no time
estimate on when they will unblock).
If anyone could help out or point me in the right direction with these
questions:

* Exporting as a zipped scorm package from xertes results in a password
protected file
  - Is this the default action ( I haven't altered any settings) 
  - is there an option to turn this off
  - what is the password?

* Is it possible to add single items/models from a template to a
learning object; I am creating a scorm quiz with the following
interactivities:
   drag and drop labelling, timeline/matching pairs questions from the
template. but I need to integrate them with other items to develop my
learning materials and tie them together.
 - Can a template model be used separately? 
 - If so, is there api documentation for the model and its parameters
etc?

Regards,
Donald



Donald Mackay
xerte.donald.mackay at gmail.com
Educational Developer
E-works

 

________________________________

Microsoft brings you a new way to search the web. Try Bing(tm) now
<http://www.bing.com?form=MFEHPG&publ=WLHMTAG&crea=TEXT_MFEHPG_Core_tagl
ine_try%20bing_1x1> 

 

________________________________

Lauren found her dream laptop. Find the PC that's right for you.
<http://www.microsoft.com/windows/choosepc/?ocid=ftp_val_wl_290> 

 

________________________________

Lauren found her dream laptop. Find the PC that's right for you.
<http://www.microsoft.com/windows/choosepc/?ocid=ftp_val_wl_290> 

 

________________________________

Hotmail(r) has ever-growing storage! Don't worry about storage limits.
Check it out.
<http://windowslive.com/Tutorial/Hotmail/Storage?ocid=TXT_TAGLM_WL_HM_Tu
torial_Storage_062009> 

 

________________________________

Bing(tm) brings you maps, menus, and reviews organized in one place. Try
it now.
<http://www.bing.com/search?q=restaurants&form=MLOGEN&publ=WLHMTAG&crea=
TEXT_MLOGEN_Core_tagline_local_1x1> 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.nottingham.ac.uk/pipermail/xerte/attachments/20090928/53a4ceac/attachment.html


More information about the Xerte mailing list