PDA

View Full Version : Problems getting saved score on launch


awoodage
09-04-2008, 06:07 AM
I have uploaded a scorm piece. It saves a score out to the LMS - i can see the score is saved correctly by going to tracking > learning path>magnifying glass>cmi.core.score.raw. I can also check the score (getting it from the LMS) while the learning piece is running - no problems.

Each time the learning piece is launched I cannot 'get' the correct score - it returns nothing. However I can see the value is still there from the tracking section.

I am using LMSSetValue("cmi.core.score.raw",n) and LMSGetValue("cmi.core.score.raw") to send and recieve this info.

How do I get the score that is stored in the LMS when the learning piece is first launched?

Thanks.

den
09-06-2008, 09:45 AM
I can also check the score (getting it from the LMS) while the learning piece is running - no problems.

You've tried to get/set score within the one attempt? Am I right?

Each time the learning piece is launched I cannot 'get' the correct score - it returns nothing. However I can see the value is still there from the tracking section.

So, you would like to get score from previous attempt, saved to the database?
Try to play with the option 'Grading method' (last results/best result) under the 'Course settiongs'.
Can you provide your SCORM for me to do some tests?

awoodage
09-07-2008, 10:26 PM
Yes, I've tried to get the score both in the one attempt. This works. I've also tried to get a previously saved score from a previous attempt. This doesn't work - but I can see the score is there from tracking.

I will change the grading method to last attempt - i had best attempt selected and see if that makes a difference.

The SCORM I've been testing with is attached