correct structure for chapters/tests?
August 24, 2005 12:00 AM
Hi Tim,Yes, the "grade test" option is checked in each test (there are 4 of them) ...something else worth mentioning, that may or may not be part of the problem is that I removed the actions generated automatically at the start of each test chapter ( Page Count, SetLabelEqualPage..etc.) this was because something similar was already present at the top level of the course. Was this a bad idea?I've also just spotted that I hadn’t included an AU at the top level...must I include one of these in a SCORM course for it to behave correctly?We added this code below to get our flash questions to talk through dummy True or False Lectora questions (which sit underneath) to the LMS...and also, to ensure that our flash exit button performs the same function as the Lectora exit button :/* This sets the score from the Flash module1_15.swf */function setFlashQuestionScore( score ){ VarQuestion_14.set( score ); action488();}/* Controls exit from Flash */function exitTitle(){ {saveVariable( 'TrivantisEPS', 'T'); if(cleanupTitle('coursename')) doQuit(1); else window.close();} if(fn) eval(fn);}The question buttons for next, previous and an exit button are on each question page behind the flash so that the associated functions would be generated. Only the final question page in a test has a submit button.I can email you on some pages if that would explain things more clearly as I cant see an attach file option on the Forum interface.Thanks again,Andrea   Edited By: turlon on 38588.4230902778
Discussions have been disabled for this post