HOME ➔ SUPPORT ➔ Community ➔ General CourseLab issues ... Send Question's Answer To LMS
Send Question's Answer To LMS
  View type:
Hi all,

Is there a way to capture the answer for a question to LMS instead of just the score?

I'm very new to CourseLab, still finding my ways. I noticed that we can put custom actions. If I want to use these, using JavaScript, can you please tell me how to:

1) Get which option/answer the student pick?
2) Send the data to the LMS' SCORM Player?
3) Or, even maybe get a reference to the SCORM Runtime API?

Your help is much appreciated. Thank you.

p.s: I'm a programmer, I can handle technical things, so just shoot away :)
 
Hi, Wan!

In fact, this information is stored to LMS. All questions and test store data in SCORM 2004 cmi.interactions array. If your LMS has a) ability to receive cmi.interactions from module b) ability to parse this array to readable form (or you can write some additional parser) - then you got all the data at your command.

cmi.interactions array is defined in SCORM 2004 RTE (runtime engine) specification (http://adlnet.org). We use 3rd edition of this document by default.
Subject:
Message options
No additional options