]> git.mjollnir.org Git - moodle.git/commitdiff
Improved on-screen instructions for matching questions.
authortjhunt <tjhunt>
Wed, 5 Jul 2006 15:39:27 +0000 (15:39 +0000)
committertjhunt <tjhunt>
Wed, 5 Jul 2006 15:39:27 +0000 (15:39 +0000)
lang/en_utf8/quiz.php

index 89d82b4e6233b4ff26dad52db9e0b08e172dafca..a3489b800a6dc7defd3bddc9df2a4659d47be805 100644 (file)
@@ -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';