mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Added periods at the ends of the answer prompt sentences
This commit is contained in:
parent
ee49be211b
commit
bffa0685da
1 changed files with 2 additions and 2 deletions
|
@ -244,7 +244,7 @@ $string['modulenameplural'] = 'Quizzes';
|
||||||
$string['moveto'] = 'Move to >>';
|
$string['moveto'] = 'Move to >>';
|
||||||
$string['multianswer'] = 'Embedded Answers (Cloze)';
|
$string['multianswer'] = 'Embedded Answers (Cloze)';
|
||||||
$string['multichoice'] = 'Multiple Choice';
|
$string['multichoice'] = 'Multiple Choice';
|
||||||
$string['multipleanswers'] = 'Choose at least one answer';
|
$string['multipleanswers'] = 'Choose at least one answer.';
|
||||||
$string['multiplier'] = 'Multiplier';
|
$string['multiplier'] = 'Multiplier';
|
||||||
$string['name'] = 'Name';
|
$string['name'] = 'Name';
|
||||||
$string['newattemptfail'] = 'Error: Could not start a new attempt at the quiz';
|
$string['newattemptfail'] = 'Error: Could not start a new attempt at the quiz';
|
||||||
|
@ -407,7 +407,7 @@ $string['shuffleanswers'] = 'Shuffle answers';
|
||||||
$string['shufflequestions'] = 'Shuffle questions';
|
$string['shufflequestions'] = 'Shuffle questions';
|
||||||
$string['significantfigures'] = ' with $a ';
|
$string['significantfigures'] = ' with $a ';
|
||||||
$string['significantfiguresformat'] = 'significant figures';
|
$string['significantfiguresformat'] = 'significant figures';
|
||||||
$string['singleanswer'] = 'Choose one answer';
|
$string['singleanswer'] = 'Choose one answer.';
|
||||||
$string['sortalpha'] = 'Sort by name';
|
$string['sortalpha'] = 'Sort by name';
|
||||||
$string['sortage'] = 'Sort by age';
|
$string['sortage'] = 'Sort by age';
|
||||||
$string['sortsubmit'] = 'Sort questions';
|
$string['sortsubmit'] = 'Sort questions';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue