]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-8671 - better checking when creating short answer questions. Fix thanks to Joseph...
authortjhunt <tjhunt>
Tue, 27 Feb 2007 16:20:39 +0000 (16:20 +0000)
committertjhunt <tjhunt>
Tue, 27 Feb 2007 16:20:39 +0000 (16:20 +0000)
lang/en_utf8/question.php

index b68fa1ac2bbf662aee0afcee582ae6c5ea263426..e50e5afa94fb90602a30e7b9c570775e4c525f49 100644 (file)
@@ -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.';
 
 ?>