AICC_LESSON_STATUS.

What are the properties of the action you are using to set the status? Where are you placing the action?What are the properties of the action you are using to set the status? Where are you placing the action?

Discussion (6)

The AICC_Lesson_Status is a variable that you can read/write. Certain AICC variables are Read-only (such as AICC_Student_Id).In Lectora 2005, put an onHide action on the page. This will get executed when the page unloads.TimV

I want to change the value of the variable AICC_Lesson_status. I wrote a Lectora action to change it, but to no success.I looked at the Lectora help so it say's that "AICC_Lesson_Status *: This variable contains the current status of the course within the AICC LMS. Lectora sets the value of this variable to "incomplete" and leaves the completion status of the course up to the LMS to determine based on the current AICC_Score for the student and the value the instructor used for the Mastery Score when the course was published."Does this mean that i cannot change the status of the variable to "passed" even if the user fails the graded test?

Thanks qwerty - it's working now.Thanks qwerty - it's working now.

I've been trying to add an action to make the AICC_Lesson_Status complete without the user having to complete a test, but the modify variable dropdown box doesn't display the variable, and "add variable" won't let me - displays the message "it's already included or reserved" - how do I get at it to modify the status? TIA.I've been trying to add an action to make the AICC_Lesson_Status complete without the user having to complete a test, but the modify variable dropdown box doesn't display the variable, and "add variable" won't let me - displays the message "it's already included or reserved" - how do I get at it to modify the status? TIA.

Properties of the Action are : On : ShowAction : Modify VariableTarget : AICC_Lesson_Status Value : PassedModification Type : Set Variable ContentsVariable 'AICC_Lesson_Status' Condition : LMSFlg Equal to 1I am placing the action in each and every page.I wanted to know in Lectora can i place an action on unload of the page.For eg: On : Show is called on the load of the page. is there any action for unload of the page.Please guide.Thanks in advance.

Wysiwyg:Make sure the title is set to AICC/SCORM and not the default Lectora type (double-click the title and set the content tab)Now you should have the AICC_Lesson_Status variable available to you.

Discussions have been disabled for this post