From: tjhunt Date: Tue, 27 Feb 2007 16:20:39 +0000 (+0000) Subject: MDL-8671 - better checking when creating short answer questions. Fix thanks to Joseph... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=2387f332581812144e09fde1e09cc9c716dec260;p=moodle.git MDL-8671 - better checking when creating short answer questions. Fix thanks to Joseph Rézeau. Merged from MOODLE_18_STABLE. --- 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.'; ?>