From 2387f332581812144e09fde1e09cc9c716dec260 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Tue, 27 Feb 2007 16:20:39 +0000 Subject: [PATCH] =?utf8?q?MDL-8671=20-=20better=20checking=20when=20creati?= =?utf8?q?ng=20short=20answer=20questions.=20Fix=20thanks=20to=20Joseph=20?= =?utf8?q?R=E9zeau.=20Merged=20from=20MOODLE=5F18=5FSTABLE.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- lang/en_utf8/question.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en_utf8/question.php b/lang/en_utf8/question.php index b68fa1ac2b..e50e5afa94 100644 --- a/lang/en_utf8/question.php +++ b/lang/en_utf8/question.php @@ -8,5 +8,6 @@ $string['notenoughdatatoeditaquestion'] = 'Neither a question id, nor a category $string['questionbank'] = 'Question bank'; $string['questiondoesnotexist'] = 'This question does not exist'; $string['unknownquestiontype'] = 'Unknown question type: $a.'; +$string['fractionsnomax'] = 'One of the answers should have a score of 100%% so it is possible to get full marks for this question.'; ?> -- 2.39.5