Hi:

Yes, you can iterate at the end and send all the values to the LMS in order.

Sometimes the users can answer a question in a different order as we expected, so if you try to send the value of the fourth question and you didn't initialize in the LMS the first, second and third questions, the LMS will show you an error.

So, to avoid it, I first send a zero value for all objectives at the beginning of the exam to avoid these error.

In addition, sometimes the users answer a question and the leave the course and return some hours later, in this case you need to commit the result after the user answer the question, because if you send the values to the LMS at the end but the user didn't finish the lesson you will lost the values of the first questions.

Let me know if you have more questions.

Carolina

----- Original Message ----- From: "Dave Mennenoh" <[EMAIL PROTECTED]>
To: "Flashcoders mailing list" <flashcoders@chattyfig.figleaf.com>
Sent: Thursday, February 01, 2007 8:24 AM
Subject: Re: [Flashcoders] SCORM?


Thanks for all the info on SCORM, it really helped a lot. Carolina mentioned using objectives to record all 21 answers. Nice idea... But I'm not entirely sure about what you mentioned regarding having to initialize them all first. I have an array of 21 values - can I just iterate that and set the objectives at the end, before closing the LMS?

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