Lectora Assessments | Disable Bookmark Fu

This is what I do when I publish a course to AICC. I think it works for SCORM as well.On the page that you want the bookmark to go back to, (the first question of the test) create an action to modify a variable to store the location of that page. I use On: ShowAction: Modify VariableTarget: var_BookmarkLocationValue: VAR(AICC_Lesson_Location)Then, on the rest of the page that you don't want to bookmark you have an action to update the AICC_Lesson_Location variable with your saved bookmarked location.On: ShowAction: Modify VariableTarget: AICC_Lesson_LocationValue: VAR(var_BookmarkLocation)See if that works.

Discussions have been disabled for this post