|
-
Setting a value in an LMS - serious help needed!!
Hey all,
This one's a little tricky. I hope one of you big cats steps up to bat.
I'm trying to set a value in my Learning Management System (LMS). When I publish using my w/scorm tracking template flash creates an html file with all the javascript functions and what not in it. One of those functions sets a location. This should allow me to bookmark my course at the frame level.
I opened the published html page in Dreamweaver and I see this in the code:
case "CMISetLocation":
//CMISetLocation(loc)
mm_API.LMSSetValue("cmi.core.lesson_location", F_intData[0]);
break;
What does that F_intdata[0] stuff mean?
This is the AS I put on my frame in flash:
FSCommand("CMISetLocation",25);
I want it to set the location to = 25
When I restart the course I have this:
bookmark = new String("lastpage");
FSCommand("LMSGetValue","cmi.core.lesson_location, lastpage");
if (Number(lastpage) > 1);
gotoAndStop(Number(lastpage));
I'm not getting the value set. Any thoughts?
I can provide more code and even walk someone through one of online courses.
email me: [email protected]
thanks
-Lemorris
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|