I'm currently using SCORM 1.2 and one of the features my employer wants to have is bookmarking. I've searched that the command is cmi.core.lesson_location, but what I need to know how will command like LMSSetValue("cmi.core.lesson_location", yourpage.html); save so that it when it's been called upon in LMSGetValue, you would have the right value?
Do I have to save it into our database using maybe ASP or PHP, or does the LMSSetValue() command takes care of that for me?
Thanks in advance.