From fca0c7b9afdd6dab0bdeb46b1beaa7c6d3324f6c Mon Sep 17 00:00:00 2001 From: Helen Foster Date: Mon, 15 Nov 2010 20:47:07 +0000 Subject: [PATCH] MDL-25205 help string improvement --- mod/quiz/lang/en/quiz.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mod/quiz/lang/en/quiz.php b/mod/quiz/lang/en/quiz.php index c827bb1518f..e4d6fccd10f 100644 --- a/mod/quiz/lang/en/quiz.php +++ b/mod/quiz/lang/en/quiz.php @@ -551,7 +551,11 @@ $string['open'] = 'Not answered'; $string['openclosedatesupdated'] = 'Quiz open and close dates updated'; $string['optional'] = 'optional'; $string['orderandpaging'] = 'Order and paging'; -$string['orderandpaging_help'] = 'The numbers 10, 20, 30, ... opposite each question indicate the order of the questions. The numbers increase in steps of 10 to leave space for additional questions to be inserted. To reorder the questions, change the numbers then click the "Reorder questions" button.'; +$string['orderandpaging_help'] = 'The numbers 10, 20, 30, ... opposite each question indicate the order of the questions. The numbers increase in steps of 10 to leave space for additional questions to be inserted. To reorder the questions, change the numbers then click the "Reorder questions" button. + +To add page breaks after particular questions, tick the checkboxes next to the questions then click the "Add new pages after selected questions" button. + +To arrange the questions over a number of pages, click the Repaginate button and select the desired number of questions per page.'; $string['orderingquiz'] = 'Order and paging'; $string['outof'] = '{$a->grade} out of a maximum of {$a->maxgrade}'; $string['outofpercent'] = '{$a->grade} out of a maximum of {$a->maxgrade} ({$a->percent}%)';