Skip to content

Commit c1acb63

Browse files
committed
MOBILE-1571 release: Fix quiz and question strings
1 parent 70ef734 commit c1acb63

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

www/addons/mod/quiz/lang/en.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"attemptnumber": "Attempt",
55
"attemptquiznow": "Attempt quiz now",
66
"attemptstate": "State",
7-
"cannotsubmitquizdueto": "This quiz cannot be submitted due to the following reasons:",
7+
"cannotsubmitquizdueto": "This quiz attempt cannot be submitted for the following reasons:",
88
"comment": "Comment",
99
"completedon": "Completed on",
1010
"confirmclose": "Once you submit, you will no longer be able to change your answers for this attempt.",
11-
"confirmcontinueoffline": "This attempt hasn't been synchronized since {{$a}}. If you have continued this attempt in another device after that time you could lose data.",
11+
"confirmcontinueoffline": "This attempt has not been synchronized since {{$a}}. If you have continued this attempt in another device since then, you may lose data.",
1212
"confirmleavequizonerror": "An error occurred while saving the answers. Are you sure you want to leave the quiz?",
1313
"confirmstart": "The quiz has a time limit of {{$a}}. Time will count down from the moment you start your attempt and you must submit before it expires. Are you sure that you wish to start now?",
1414
"confirmstartheader": "Timed quiz",
@@ -18,13 +18,13 @@
1818
"errorgetattempt": "Error getting attempt data.",
1919
"errorgetquestions": "Error getting questions.",
2020
"errorgetquiz": "Error getting quiz data.",
21-
"errorparsequestions": "An error occurred while treating the questions. Please attempt this quiz in a browser.",
21+
"errorparsequestions": "An error occurred while reading the questions. Please attempt this quiz in a web browser.",
2222
"errorbehaviournotsupported": "This quiz can't be attempted in the app because the behaviour is not supported by the app:",
2323
"errorquestionsnotsupported": "This quiz can't be attempted in the app because it can contain questions not supported by the app:",
24-
"errorrulesnotsupported": "This quiz can't be attempted in the app because it has active rules not supported by the app:",
24+
"errorrulesnotsupported": "This quiz cannot be attempted in the app because it has access rules not supported by the app:",
2525
"errorsaveattempt": "An error occurred while saving the attempt data.",
2626
"errorsyncquiz": "An error occurred while synchronizing. Please try again.",
27-
"errorsyncquizblocked": "This quiz cannot be synchronized right now because there's an ongoing operation. Please try again later. If the problem persists, please restart the app.",
27+
"errorsyncquizblocked": "This quiz cannot be synchronized right now because of an ongoing process. Please try again later. If the problem persists, try restarting the app.",
2828
"feedback": "Feedback",
2929
"finishattemptdots": "Finish attempt...",
3030
"finishnotsynced": "Finished but not synchronized",
@@ -71,8 +71,8 @@
7171
"summaryofattempts": "Summary of your previous attempts",
7272
"timeleft": "Time left",
7373
"timetaken": "Time taken",
74-
"warningattemptfinished": "Offline attempt was discarded because it was finished in site or not found.",
75-
"warningdatadiscarded": "Some offline answers were discarded because the questions were modified in online.",
76-
"warningdatadiscardedfromfinished": "Attempt wasn't finished because some offline answers were discarded. Please review your answers are ok and submit the attempt again.",
74+
"warningattemptfinished": "Offline attempt discarded as it was finished in the site or not found.",
75+
"warningdatadiscarded": "Some offline answers were discarded because the questions were modified online.",
76+
"warningdatadiscardedfromfinished": "Attempt unfinished because some offline answers were discarded. Please review your answers then resubmit the attempt.",
7777
"yourfinalgradeis": "Your final grade for this quiz is {{$a}}."
7878
}

www/core/components/question/lang/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"complete": "Complete",
66
"correct": "Correct",
77
"errorattachmentsnotsupported": "The application doesn't support attaching files to answers yet.",
8-
"errorquestionnotsupported": "This type of question isn't supported by the app in your site: {{$a}}.",
8+
"errorquestionnotsupported": "This question type is not supported by the app: {{$a}}.",
99
"feedback": "Feedback",
1010
"howtodraganddrop": "Tap to select then tap to drop.",
1111
"incorrect": "Incorrect",

0 commit comments

Comments
 (0)