Bookmarking in SCORM

One could write an external script that allows you to bookmark pages down to the page in a section. You could even have the Chapter, when selected in a menu, direct you to sections you haven't completed, and not direct you if the section icon is selected (and NOT the chapter icon).One could even use the value of these variables to set the image of the Chapter icon or Section icon on the menu page to let the student know if they've completed that chapter or section.I've done it myself, and use it in courseware presently, but the number of variables required is difficult for the new user to manage.It is possible to programmatically determine the Chapter/Section/page that you are on and whether you have ever been in that Chapter/Section or on that page before and/or whether you are on the last page of the Chapter or Section. All of these values are required to know whether to reset a bookmark or to prompt the user if they want to revisit the past page they left in a Chapter/Section. Handling it programmatically would remove the need for the author to manage a large set of variables and leave that task to the program.SB

Discussions have been disabled for this post