diff --git a/lang/en_utf8/help/quiz/questionsperpage.html b/lang/en_utf8/help/quiz/questionsperpage.html index 16f36ba9760..406f39cc2fb 100644 --- a/lang/en_utf8/help/quiz/questionsperpage.html +++ b/lang/en_utf8/help/quiz/questionsperpage.html @@ -1,4 +1,7 @@ -
For longer quizzes it makes sense to stretch the quiz over several pages by limiting the number of questions per page. When adding questions to the quiz page breaks will automatically be inserted according to the setting you choose here. However you will also be able to move page breaks around by hand later on the editing page. -
+For longer quizzes it makes sense to stretch the quiz over several pages by +limiting the number of questions per page. When adding questions to the quiz +page breaks will automatically be inserted according to the setting you choose +here. However you will also be able to move page breaks around by hand later on +the editing page.
diff --git a/lang/en_utf8/quiz.php b/lang/en_utf8/quiz.php index 66f7bea64ac..9f6b647e0bf 100644 --- a/lang/en_utf8/quiz.php +++ b/lang/en_utf8/quiz.php @@ -32,6 +32,8 @@ $string['addrandom2'] = 'random questions'; $string['addselectedtoquiz'] = 'Add selected to quiz'; $string['addtoquiz'] = 'Add to quiz'; $string['affectedstudents'] = 'Affected $a'; +$string['aftereachquestion'] = 'After adding each question'; +$string['afternquestions'] = 'After adding $a questions'; $string['aiken'] = 'Aiken format'; $string['allattempts'] = 'All attempts'; $string['allinone'] = 'Unlimited'; @@ -368,6 +370,7 @@ $string['multipleanswers'] = 'Choose at least one answer.'; $string['multiplier'] = 'Multiplier'; $string['name'] = 'Name'; $string['newattemptfail'] = 'Error: Could not start a new attempt at the quiz'; +$string['newpageevery'] = 'Automatically start a new page'; $string['noanswers'] = 'No answers were selected!'; $string['noattempts'] = 'No attempts have been made on this quiz'; $string['noattemptstoshow'] = 'There are no attempts to show'; diff --git a/mod/quiz/config.html b/mod/quiz/config.html index e7b882ba9de..5df78765d9f 100644 --- a/mod/quiz/config.html +++ b/mod/quiz/config.html @@ -139,17 +139,18 @@