From 093e68586fcf4c6ff17edfdd00aa1c639d264dc9 Mon Sep 17 00:00:00 2001 From: Jean-Michel Vedrine Date: Sun, 30 Sep 2012 10:24:58 +0200 Subject: Setting for default comparison method --- lang/en/qtype_algebra.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lang') diff --git a/lang/en/qtype_algebra.php b/lang/en/qtype_algebra.php index 814aea8..dd09a97 100644 --- a/lang/en/qtype_algebra.php +++ b/lang/en/qtype_algebra.php @@ -29,15 +29,16 @@ $string['compareby_help'] = 'This selects the method by which the students\' res to all the questions answers. The different possibilities are: SAGE: uses the Open Source SAGE -mathematics software to perform a full symbolic algebraic comparison. +mathematics software to perform a full symbolic algebraic comparison. Evaluation: This method generates random numbers for the question variables and then evaluates both the student response and the question\'s answer for that set of values. -Equivalence: +Equivalence: This is the simplest of all the methods. It will only perform the most basic of comparisons between expressions.'; +$string['defaultmethod'] = 'Default comparison method'; $string['compareby'] = 'Comparison Algorithm'; $string['comparesage'] = 'SAGE'; $string['compareeval'] = 'Evaluation'; -- cgit v1.2.3