]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-15123 Using true value limits to grade responses
authorpichetp <pichetp>
Mon, 16 Jun 2008 03:15:55 +0000 (03:15 +0000)
committerpichetp <pichetp>
Mon, 16 Jun 2008 03:15:55 +0000 (03:15 +0000)
lang/en_utf8/qtype_calculated.php

index a89294cc9c138b39a80a02d44122ce8a47a2204f..94e9448dd1269bac482a96e26202b4435aae42ef 100644 (file)
@@ -20,6 +20,8 @@ $string['nodataset'] = 'nothing - it is not a wild card';
 $string['nosharedwildcard'] = 'No shared wild card in this category';
 $string['possiblehdr']='Possible wild cards present only in the question text';
 $string['tolerance'] = 'Tolerance &plusmn;';
+$string['trueanswerinsidelimits'] = ' Correct answer : $a->correct inside limits of true value $a->true';
+$string['trueansweroutsidelimits'] = '<span class=\"error\">ERROR Correct answer : $a->correct outside limits of true value $a->true</span>';
 $string['updatecategory'] = 'Update the category';
 $string['usedinquestion']='Used in Question';
 $string['youmustenteramultiplierhere'] = 'You must enter a multiplier here.';