[Xerte] Re: xerte XOT HTML5 - graphical menu, connector pages

KnowledgeWare knowledgeware at kccsoft.com
Thu Nov 7 02:32:51 GMT 2013


If possible I'd like to get to a parts/modules menu as below (in blue). This
is xerte desktop with a flash menu inserted (thanks Julian/Dave). John by
dbase reading I mean the ability to read/write/update a proprietary (non
scorm, my own) database. For example, the parts and modules in the blue menu
below are loaded from the database. At the end of a module I want to update
the database, when all modules in a part done update the part in the
database, etc.

 



 

The menu below (black) is in Authorware, it's just a 'parts' module and the
sections are linear. It's workable and probably much easier to do in XOT
than parts/modules. For this I need to 'insert' the menu, read the 'parts'
from the database when the LO starts, turn on checkmarks if the student has
completed the part, then jump to the first page for each part when clicked,
page through linear, and at the last page in the part update the database
and return to this menu.

 



 

In the blue menu I coded the xerte icons with a specific ID which then gets
parsed to build the menu/parts. For example the page ID for part 1 is
'p1id', and for the modules inside it is 'p1m1id', 'p1m2id' etc. It would be
very useful if XOT had a way to uniquely code each icon but I don't think it
does, or as Jonathan stated it does but it may change at runtime:

 

"If I remember correctly XOT assigns a unique identifier to each page
automatically.

You can use this by using the pagelink feature available in all text boxes.
However I think the assigned identifier changes each time you run the
project. What is constant is the page name this maps to which is what is
displayed in the pagelink control."

If a client builds a course they'd need some simple method of identifying a
page that wouldn't change, that would always remain the same in order that
the menu works. The page name wouldn't be good and it may be changed.

 

There's another reason I'd like a unique page identifier - I'm wondering if
I could send a student an email with a link with his login/password and a
set of pages somewhere in the piece to navigate to. For instance, on login
it would go to the part 3 summary pages, page through them, do the part 3
quiz, then go to an exit screen. 

 

That's really what I'd like to try to accomplish, some type of a menu like
above that my clients are used to, and if possible a way to jump into a
piece and navigate through a specific set of pages.


Are these things doable in HTML5 XOT? As many of you know I'm not in the
same league with many of you as a programmer so please bear that in mind if
replying, things like JSON etc. are beyond me at this point. If there is a
way to do this however I will work toward it.

 

Thanks

RonM2

 

 

 

From: xerte-bounces at lists.nottingham.ac.uk
[mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Julian Tenney
Sent: Wednesday, November 06, 2013 1:49 AM
To: Xerte discussion list
Subject: [Xerte] Re: xerte XOT HTML5 - graphical menu, connector pages

 

You do it using media -> flash movie, and set an init object, then load an
.html file instead of a swf (the init object is what trips the code to
display this rather than the swf, so you need to sety one, even if just a
dummy - it also allows you to pass json into the html page for you to use in
the content):

 

 

 

Then you get your custom content loaded up:

 

 

 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nottingham.ac.uk/pipermail/xerte/attachments/20131106/406458e4/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image004.jpg
Type: image/jpeg
Size: 14912 bytes
Desc: not available
URL: <http://lists.nottingham.ac.uk/pipermail/xerte/attachments/20131106/406458e4/attachment-0002.jpg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image006.jpg
Type: image/jpeg
Size: 16630 bytes
Desc: not available
URL: <http://lists.nottingham.ac.uk/pipermail/xerte/attachments/20131106/406458e4/attachment-0003.jpg>


More information about the Xerte mailing list