Forum Discussion
ChristopherVost
7 years agoCommunity Member
Special Characters not showing in SCORM Interaction responses
I'm trying to send in SCORM Interaction data for a course that is translated. The interaction description comes through just fine, but the learner_response and correct_response values have all the a...
JohanBengtsson-
3 years agoCommunity Member
For scorm2004: There is a variable in the /lsm/scormdriver.js called USE_LEGACY_IDENTIFIERS_FOR_2004 with the default value true. Changing this to false will encode the string as a URI as per definition in the scorm standard
This can be done inside the storyline file like this: Create a trigger executing the following javascript somewhere at the start of the course:
USE_LEGACY_IDENTIFIERS_FOR_2004=false;