Forum Discussion
Cyrillic characters in learner_response interactions
привет, Alexandr! Really sorry that cyrillic text appears blank in the LMS report, and I'm glad you brought this to our attention.
Good move on testing your project in SCORM Cloud 👌I've relayed all of this information over to our support engineers in a case, so we can dive deeper into this behavior. You should receive a confirmation email shortly with a unique link to upload your .story file.
Look out for an email from someone from the team with some next steps. I'll be following the case as well!
Thank you for help.
We are able to solve this problem.
To do this, after the course was published, edit the CreateValidIdentifier function in the file /lms/API.js
We change string str = str.replace (/ [^ \ w \ - \ (\) \ + \. \: \ = \ @ \; \ $ \ _ \! \ * \ '\%] / G, "_ ");
and replace it to str.replace(/[^А-Яа-я\w\-\(\)\+\.\:\=\@\;\$\_\!\*\'\%]/g, "_");
Related Content
- 8 months ago