From b10e17ecb4c0aa4f3d7d53c4a78e063c864a5a19 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Wed, 25 Apr 2007 15:31:34 +0000 Subject: [PATCH] New lang string for clarifying quiz UI. --- lang/en_utf8/quiz.php | 1 + mod/quiz/attempt_close_js.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lang/en_utf8/quiz.php b/lang/en_utf8/quiz.php index d0469f111a..394305b7b3 100644 --- a/lang/en_utf8/quiz.php +++ b/lang/en_utf8/quiz.php @@ -198,6 +198,7 @@ $string['filloutoneanswer'] = 'You must provide at least one possible answer. An $string['filloutthreequestions'] = 'You must provide at least three questions with matching answers. You can provide extra wrong answers by giving an answer with a blank question. Entries where both the question and the answer are blank will be ignored.'; $string['fillouttwochoices'] = 'You must fill out at least two choices. Choices left blank will not be used.'; $string['finishattempt'] = 'Submit all and finish'; +$string['finishreview'] = 'Finish review'; $string['forceregeneration'] = 'force regeneration'; $string['formatnotfound'] = 'Import/export format $a not found'; $string['formatnotimplemented'] = 'This format has not been correctly implemented, please post a bug report'; diff --git a/mod/quiz/attempt_close_js.php b/mod/quiz/attempt_close_js.php index fbfeaab96a..1d33058a80 100644 --- a/mod/quiz/attempt_close_js.php +++ b/mod/quiz/attempt_close_js.php @@ -21,7 +21,7 @@ document.write(' $cm->id ), get_string('continue')); + print_single_button("view.php", array( 'id' => $cm->id ), get_string('finishreview', 'quiz')); } ?> -- 2.39.5