From 99cb86b5ad5d25cc46674139c3b677b3e5b2dc68 Mon Sep 17 00:00:00 2001 From: pichetp Date: Mon, 16 Jun 2008 03:15:55 +0000 Subject: [PATCH] MDL-15123 Using true value limits to grade responses --- lang/en_utf8/qtype_calculated.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/en_utf8/qtype_calculated.php b/lang/en_utf8/qtype_calculated.php index a89294cc9c..94e9448dd1 100644 --- a/lang/en_utf8/qtype_calculated.php +++ b/lang/en_utf8/qtype_calculated.php @@ -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 ±'; +$string['trueanswerinsidelimits'] = ' Correct answer : $a->correct inside limits of true value $a->true'; +$string['trueansweroutsidelimits'] = 'ERROR Correct answer : $a->correct outside limits of true value $a->true'; $string['updatecategory'] = 'Update the category'; $string['usedinquestion']='Used in Question'; $string['youmustenteramultiplierhere'] = 'You must enter a multiplier here.'; -- 2.39.5