-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cmi.interactions
contextual data
#281
Comments
One suggestion is to append the question text to the id - it provides our data people with a bit more info. We use either the body or the title if the body is empty. The text may get cut short on some occasions as the limit is 255 chars for SCORM 1.2 but can still be useful. |
As the SCORM 1.2 implementation isn't as well defined or supported by many LMSs, I would recommend we limit these features to SCORM 2004 only. For example, adding |
… context for reporting purposes (fixes #281).
…it's implementation isn't as well defined or supported by many LMSs (see #281 (comment)).
Expand
cmi.interactions
data elements to include more context for reporting purposes.Data for
cmi.interactions.n.correct_responses .n.pattern
is already captured in thegetInteractionObject
method for question models.cmi.interactions.n.objectives
could potentially be used to associateScoringSets
to questions.SCORM 2004 could utilise
cmi.interactions.n.description
to include the question title or body text, which may be more useful in reports than just the question id.The text was updated successfully, but these errors were encountered: