aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorJean-Michel Vedrine <vedrine@vedrine.org>2012-09-30 10:24:58 +0200
committerJean-Michel Vedrine <vedrine@vedrine.org>2012-09-30 10:24:58 +0200
commit093e68586fcf4c6ff17edfdd00aa1c639d264dc9 (patch)
tree021b90633db110196a1f41cde42972dda9c3916c /lang
parent96bee2b33467a1ce54f88c77b8a867ef1f7a9a97 (diff)
Setting for default comparison method
Diffstat (limited to 'lang')
-rw-r--r--lang/en/qtype_algebra.php5
1 files changed, 3 insertions, 2 deletions
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 <a href="http://www.sagemath.org/">SAGE</a>
-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';