Forum Discussion
AlexandrVorobjo
8 years agoCommunity Member
Cyrillic characters in learner_response interactions
Hello, friends!
I have a course with a cyrillic encoding. I try to send answers (interactions) to the LMS (Scorm cloud) in response to the test. If my response have cyrillic encoding, then an empt...
JohanBengtsson-
4 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;
Related Content
- 8 months ago