Skip to content

Commit

Permalink
Learner is unlikely to know what an 'LMS' is...
Browse files Browse the repository at this point in the history
  • Loading branch information
moloko committed Oct 16, 2020
1 parent 47efb0b commit eba5e04
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions example.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
"_messages": {
"title": "An error has occurred",
"pressOk": "Press 'OK' to view detailed debug information to send to technical support.",
"CLIENT_COULD_NOT_CONNECT": "The course could not connect to the LMS",
"SERVER_STATUS_UNSUPPORTED": "An invalid lesson status of '{{{status}}}' was received from LMS",
"CLIENT_COULD_NOT_CONNECT": "The course could not connect to the Learning Management System",
"SERVER_STATUS_UNSUPPORTED": "An invalid lesson status of '{{{status}}}' was received from Learning Management System",
"CLIENT_STATUS_UNSUPPORTED": "The status '{{{status}}}' is not supported.",
"CLIENT_COULD_NOT_COMMIT": "There was a problem saving data to the LMS\n\nError: {{errorCode}} - {{{errorInfo}}}\nLMS Error Info: {{{diagnosticInfo}}}",
"CLIENT_NOT_CONNECTED": "The course is not connected to the LMS",
"CLIENT_COULD_NOT_FINISH": "The course was unable to finish the LMS session",
"CLIENT_COULD_NOT_GET_PROPERTY": "Unable to get the value of {{property}} from the LMS\n\nError: {{errorCode}} - {{{errorInfo}}}\nLMS Error Info: {{{diagnosticInfo}}}",
"CLIENT_COULD_NOT_COMMIT": "There was a problem saving data to the Learning Management System\n\nError: {{errorCode}} - {{{errorInfo}}}\nLMS Error Info: {{{diagnosticInfo}}}",
"CLIENT_NOT_CONNECTED": "The course is not connected to the Learning Management System",
"CLIENT_COULD_NOT_FINISH": "The course was unable to terminate the learning session",
"CLIENT_COULD_NOT_GET_PROPERTY": "Unable to get the value of {{property}} from the Learning Management System\n\nError: {{errorCode}} - {{{errorInfo}}}\nLMS Error Info: {{{diagnosticInfo}}}",
"CLIENT_COULD_NOT_SET_PROPERTY": "Unable to set {{property}} to: {{{value}}}\n\nError: {{errorCode}} - {{{errorInfo}}}\nLMS Error Info: {{{diagnosticInfo}}}",
"CLIENT_INVALID_CHOICE_VALUE": "Numeric choice/matching response elements must use a value from 0 to 35 in SCORM 1.2"
}
Expand Down
12 changes: 6 additions & 6 deletions js/scorm/error.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ define(function() {
ScormError.defaultMessages = {
title: 'An error has occurred',
pressOk: `Press 'OK' to view detailed debug information to send to technical support.`,
CLIENT_COULD_NOT_CONNECT: 'The course could not connect to the LMS',
SERVER_STATUS_UNSUPPORTED: `An invalid lesson status of '{{{status}}}' was received from LMS`,
CLIENT_COULD_NOT_CONNECT: 'The course could not connect to the Learning Management System',
SERVER_STATUS_UNSUPPORTED: `An invalid lesson status of '{{{status}}}' was received from Learning Management System`,
CLIENT_STATUS_UNSUPPORTED: `The status '{{{status}}}' is not supported.`,
CLIENT_COULD_NOT_COMMIT: 'There was a problem saving data to the LMS\n\nError: {{errorCode}} - {{{errorInfo}}}\nLMS Error Info: {{{diagnosticInfo}}}',
CLIENT_NOT_CONNECTED: 'The course is not connected to the LMS',
CLIENT_COULD_NOT_FINISH: 'The course was unable to finish the LMS session',
CLIENT_COULD_NOT_GET_PROPERTY: 'Unable to get the value of {{property}} from the LMS\n\nError: {{errorCode}} - {{{errorInfo}}}\nLMS Error Info: {{{diagnosticInfo}}}',
CLIENT_COULD_NOT_COMMIT: 'There was a problem saving data to the Learning Management System\n\nError: {{errorCode}} - {{{errorInfo}}}\nLMS Error Info: {{{diagnosticInfo}}}',
CLIENT_NOT_CONNECTED: 'The course is not connected to the Learning Management System',
CLIENT_COULD_NOT_FINISH: 'The course was unable to terminate the learning session',
CLIENT_COULD_NOT_GET_PROPERTY: 'Unable to get the value of {{property}} from the Learning Management System\n\nError: {{errorCode}} - {{{errorInfo}}}\nLMS Error Info: {{{diagnosticInfo}}}',
CLIENT_COULD_NOT_SET_PROPERTY: `Unable to set {{property}} to: '{{{value}}}'\n\nError: {{errorCode}} - {{{errorInfo}}}\nLMS Error Info: {{{diagnosticInfo}}}`,
CLIENT_INVALID_CHOICE_VALUE: 'Numeric choice/matching response elements must use a value from 0 to 35 in SCORM 1.2'
};
Expand Down

0 comments on commit eba5e04

Please sign in to comment.