Hi Dave:

I use scorm 1.2 version, when I need to more than one score I use objectives. Each objective works like the score, and it can allow you 21 questions, each objective can have min, max and raw. To work with objective you have to know that the objectives are zero-index, and in the beginning of your quiz, you have to initialize them first. You can write an objective if you didn't initialize first, and you cannot initialize the second of you don't initialize the first.

The path for objectives are:

To know how many objective are:  cmi.objectives._count
The score of the first objective: cmi.objectives.0.score.raw
Min value of the first objective: cmi.objectives.0.score.min
Max value of the first objective: cmi.objectives.0.score.max

I hope it helps you

Carolina Avila

----- Original Message ----- From: "Dave Mennenoh" <[EMAIL PROTECTED]>
To: "Flashcoders mailing list" <flashcoders@chattyfig.figleaf.com>
Sent: Saturday, January 27, 2007 8:38 AM
Subject: [Flashcoders] SCORM?


I did a small quiz for a client and now they've decided to make it integrate into their LMS. I did some looking and it seems using external interface and calling the LMS like so: ExternalInterface.call("LMSInitialize"); should work pretty well. However two things are not making sense to me. I see how I can call LMSSetValue to set the users score but I only see min, max, and raw score entries. The quiz has 21 questions, can I not track the response for each question? Finally, this quiz has a bunch of associated FLV's - 50MB worth. Can the video content be kept outside of the SCO package? Does it need to be included in the manifest XML file? I thought I could just place the flvs on their server and reference them from Flash... that's what I was hoping.

Thanks for any insight.


Dave -
Head Developer
www.blurredistinction.com
Adobe Community Expert
http://www.adobe.com/communities/experts/
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

______________________________
Visita http://www.tutopia.com y comienza a navegar más rápido en Internet. 
Tutopia es Internet para todos.
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to