|
All,
I have a very simple sco. In this sco, I'm making some very simple interactions model calls.
For example:
scorm.set("cmi.interactions.0.id","Q_0"); scorm.set("cmi.interactions.0.type","multiple_choice"); scorm.set("cmi.interactions0.learner_response",""); scorm.set("cmi.interactions.0.description", "This is a test description");
How would I view this interaction data from within Ilias? Specifically I want to view specific interaction data that I may set. For example, question type, question description, etc. I can verify through test track that these calls are being made to the LMS, however I'm unable to track this data in ilias. Am I correct in assuming that Ilias does support the cmi.interactions model?
|