feat: added enum translations #47
2 unresolved threads
2 unresolved threads
Merge request reports
Activity
added frontend label
requested review from @klamas
assigned to @tobiasre
39 39 "templateName": "UniTartuCS Template", 40 40 "templateLink": "https://docs.google.com/document/d/106xTDS6IG7fofL6Ju4JnqntjxLeBfBM_LIyjKtskFb8/edit", 41 41 "docLink": "https://docs.google.com/document/d/1IZWmkxqYYqBAYqW8uumiZ1k94muKS4IjpYQuOQ8-9WU/edit " 42 }, 43 "errors": { 44 "UNKNOWN_QUESTION_TYPE": "Unknown question type", 45 "NO_ANSWER_OPTIONS_FOUND": "No answer options found", 46 "NO_CORRECT_ANSWER_FOUND": "No correct answer found", 47 "ANSWER_OPTIONS_DONT_MATCH_TYPE": "Answer options don't match type", 48 "INVALID_REGEX": "Invalid regex" 49 }, 50 "warnings": { 51 "CHECK_QUESTION_NAME": "Check question name", changed this line in version 2 of the diff
39 39 "templateName": "UniTartuCS Template", 40 40 "templateLink": "https://docs.google.com/document/d/106xTDS6IG7fofL6Ju4JnqntjxLeBfBM_LIyjKtskFb8/edit", 41 41 "docLink": "https://docs.google.com/document/d/1IZWmkxqYYqBAYqW8uumiZ1k94muKS4IjpYQuOQ8-9WU/edit " 42 }, 43 "errors": { 44 "UNKNOWN_QUESTION_TYPE": "Unknown question type", 45 "NO_ANSWER_OPTIONS_FOUND": "No answer options found", 46 "NO_CORRECT_ANSWER_FOUND": "No correct answer found", 47 "ANSWER_OPTIONS_DONT_MATCH_TYPE": "Answer options don't match type", 48 "INVALID_REGEX": "Invalid regex" 49 }, 50 "warnings": { 51 "CHECK_QUESTION_NAME": "Check question name", 52 "UNKNOWN_PARAGRAPH_TYPE": "Unknown paragraph type", 53 "REGEX_RESTRICTION": "Regex restriction" "REGEX_RESTRICTION": "Moodle has some restrictions for regex. There is a list of meta characters which you cannot youse: . ^ $ * + { } \ / . Read more about regex in Moodle: https://docs.moodle.org/404/en/Regular_Expression_Short-Answer_question_type. Coursera supports the Java regular expression format. Use a regular expression tester, like RegexPlanet, to check syntax: http://www.regexplanet.com/advanced/java/index.html"
changed this line in version 2 of the diff
added 1 commit
- 071b6830 - added new descritpion for CHECK_QUESTION_NAME and REGEX_RESTRICTION
mentioned in commit 5f1a9b83
Please register or sign in to reply