You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/locales.js
+11-8Lines changed: 11 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1545,10 +1545,8 @@ Numbas.locale = {
1545
1545
"control.submit part.confirm remove next parts": "<p>One or more subsequent parts depend on your answer to this part. Submitting this part again will invalidate those parts, and remove them from the question. This cannot be undone.</p>\n<p>Would you like to submit this part again?</p>",
1546
1546
"control.proceed anyway": "Proceed anyway?",
1547
1547
"control.regen": "Try another question like this one",
1548
-
"control.submit answer": "Submit answer",
1549
-
"control.submit all parts": "Submit all parts",
1550
-
"control.submit again": "Submit again",
1551
-
"control.submit": "Submit",
1548
+
"control.submit answer": "Save answer",
1549
+
"control.submit all parts": "Save all answers",
1552
1550
"control.previous": "Previous",
1553
1551
"control.next": "Next",
1554
1552
"control.advice": "Advice",
@@ -1718,7 +1716,7 @@ Numbas.locale = {
1718
1716
"part.marking.maximum scaled down": "The maximum you can score for this part is <strong>{{count,niceNumber}}</strong> $t(mark). Your scores will be scaled down accordingly.",
1719
1717
"part.marking.used variable replacements": "This part was marked using your answers to previous parts.",
1720
1718
"part.marking.variable replacement part not answered": "You must answer {{part}} first.",
1721
-
"part.marking.resubmit because of variable replacement": "This part's marking depends on your answers to other parts, which you have changed. Submit this part again to update your score.",
1719
+
"part.marking.resubmit because of variable replacement": "This part's marking depends on your answers to other parts, which you have changed. Save your answer to this part again to update your score.",
1722
1720
"part.marking.not submitted": "No answer submitted.",
1723
1721
"part.marking.did not answer": "You did not answer this question.",
1724
1722
"part.marking.total score": "You scored <strong>{{count,niceNumber}}</strong> $t(mark) for this part.",
@@ -1750,8 +1748,11 @@ Numbas.locale = {
1750
1748
"part.missing type attribute": "{{part}}: Missing part type attribute",
1751
1749
"part.unknown type": "{{part}}: Unrecognised part type {{type}}",
1752
1750
"part.setting not present": "Property '{{property}}' not set",
1753
-
"part.feedback out of date": "This feedback is based on your last submitted answer. Submit your changed answer to get updated feedback.",
1751
+
"part.feedback out of date": "This feedback is based on your last submitted answer. Save your changed answer to get updated feedback.",
1754
1752
"part.input title": "Answer for part {{name}}",
1753
+
"part.show feedback": "Show feedback",
1754
+
"part.hide feedback": "Hide feedback",
1755
+
"part.feedback title": "Feedback for {{name}}.",
1755
1756
"part.correct answer title": "Expected answer for part {{name}}",
1756
1757
"part.waiting for pre submit": "Your answer is being marked. Please wait.",
1757
1758
"part.jme.answer missing": "Correct answer is missing",
@@ -1778,6 +1779,7 @@ Numbas.locale = {
1778
1779
"part.numberentry.answer invalid": "You did not enter a valid number.",
1779
1780
"part.numberentry.answer not reduced": "Your answer is not reduced to lowest terms.",
1780
1781
"part.numberentry.give your answer as a reduced fraction": "Reduce your answer to lowest terms.",
1782
+
"part.numberentry.write your answer as a fraction": "Write your answer as a fraction.",
1781
1783
"part.numberentry.answer not integer": "Your answer is invalid. You must enter a whole number, not a decimal.",
1782
1784
"part.numberentry.answer not integer or decimal": "Your answer is invalid. You must enter an integer or a decimal.",
1783
1785
"part.numberentry.answer not integer or decimal or fraction": "Your answer is invalid. You must enter an integer, a decimal or a fraction.",
@@ -1837,6 +1839,7 @@ Numbas.locale = {
1837
1839
"question.header": "Question {{number}}",
1838
1840
"question.submit part": "Save answer",
1839
1841
"question.answer saved": "Answer saved",
1842
+
"question.all answers saved": "All answers saved",
1840
1843
"question.show steps": "Show steps",
1841
1844
"question.show steps penalty": "You will lose <strong>{{count,niceNumber}}</strong> $t(mark).",
1842
1845
"question.show steps no penalty": "Your score will not be affected.",
@@ -1849,8 +1852,8 @@ Numbas.locale = {
1849
1852
"question.no such part": "Can't find part {{path}}.",
1850
1853
"question.can not submit": "Can not submit answer - check for errors.",
1851
1854
"question.answer submitted": "Answer submitted",
1852
-
"question.unsubmitted changes": "You have made a change to your answer but not submitted it. Please check your answer and then press the <strong>Submit answer</strong> button.",
1853
-
"question.unsubmitted changes_plural": "You have made changes to your answers but not submitted them. Please check your answers to each part and then press the <strong>Submit all parts</strong> button.",
1855
+
"question.unsubmitted changes": "You have made a change to your answer but not submitted it. Please check your answer and then press the <strong>Save answer</strong> button.",
1856
+
"question.unsubmitted changes_plural": "You have made changes to your answers but not submitted them. Please check your answers to each part and then press the <strong>Save all answers</strong> button.",
0 commit comments