Forum Discussion
Test results response file
Thanks for the reply SamHill. I figured that the response file would still use the 't' or 'f' marker but find it odd that only the ones that I altered the screen text on seem to reporting back weird. Do you know, within the SCORM file packet, if there is an answer key that one could review to see if the answer is coded correctly? Or do most users just rely on the .story file and how it's built/responding visually in the editor?
Hi ChristyDotson I'm not sure I understand the question. The SCORM cmi.interactions that are used by Storyline are determined by the SCORM 1.2 and 2004 specification document. To ensure that content is interoperable between different LMS, the content must follow the specification. The question type used determines the data that is expected by the LMS. Deviating from the expected data will cause issues with the LMS. In order for content to be interoperable, it must follow the specification.
If you would like to deviate from the SCORM specification you would need to make edits to the JavaScript file "scormdriver.js" which handles the data transaction between LMS and content. You would need to intercept the Get and Set functions and make the appropriate changes.
Let me know if you have any further questions.