From 5ee8d89f659264735638b42e5fb5d8b361911ce5 Mon Sep 17 00:00:00 2001 From: kaipe Date: Tue, 5 Aug 2003 11:39:49 +0000 Subject: [PATCH] The message "Recently added question!" is shown for questions that have been added since the reviewed attempt was finished. Closing bug #576 --- lang/en/quiz.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en/quiz.php b/lang/en/quiz.php index 67c6cb94ff..2edb0b197b 100644 --- a/lang/en/quiz.php +++ b/lang/en/quiz.php @@ -121,6 +121,7 @@ $string['randomsamatchcreate'] = "Create Random Short-Answer Matching questions" $string['randomsamatchintro'] = "For each of the following questions, select the matching answer from the menu."; $string['randomsamatchnumber'] = "Number of questions to select"; $string['readytosend'] = "You are about to send your whole quiz to be graded. Are you sure you want to continue?"; +$string['recentlyaddedquestion'] = "Recently added question!"; $string['regrade'] = "Regrade all attempts"; $string['regradecomplete'] = "All attempts have been regraded"; $string['regradecount'] = "\$a->changed out of \$a->attempt grades were changed"; -- 2.39.5