From df7d152e77e2964d26c58bba61e8a23be3be0206 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Wed, 5 Jul 2006 15:39:27 +0000 Subject: [PATCH] Improved on-screen instructions for matching questions. --- lang/en_utf8/quiz.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en_utf8/quiz.php b/lang/en_utf8/quiz.php index 89d82b4e62..a3489b800a 100644 --- a/lang/en_utf8/quiz.php +++ b/lang/en_utf8/quiz.php @@ -182,7 +182,7 @@ $string['feedback'] = 'Feedback'; $string['file'] = 'File'; $string['fileformat'] = 'File format'; $string['fillcorrect'] = 'Fill with correct'; -$string['filloutoneanswer'] = 'You must fill out at least one possible answer. Answers left blank will not be used.'; +$string['filloutoneanswer'] = 'You must fill out at least one possible answer. Answers left blank will not be used. \'*\' can be used as a wildcard to match any characters. The first matching answer will be used to determine the score and feedback.'; $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'; -- 2.39.5