Forum Discussion
Capturing answers from users
You should refer to SCORM1.2 Run-Time Environment documentation. Search for: cmi.interactions.n.correct_responses.n.pattern and cmi.interactions.n.student_response.
From the spec: "...the pattern is one or more characters separated by a comma. Integers (0-9), letters (a - z) or both may be used. Each possible response is limited to a single character.
Example:
This is a multiple-response question with four choices, where two choices are correct. I selected one correct and one incorrect choice. In this example, in "correct_responses.pattern", "cc" indicates that there are two correct responses, where in "learner_response", "c" represents one correct response and "3" represents an incorrect response. If I selected two correct choices my "learner_response" would indicate "cc".
If published to SCORM 2004, this report would be more readable and user-friendly.