aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorJean-Michel Vedrine <vedrine@vedrine.org>2013-04-27 14:23:01 +0200
committerJean-Michel Vedrine <vedrine@vedrine.org>2013-04-27 14:23:01 +0200
commit14da1f7131ac7ddd33c97b6e131beb2d13fb208e (patch)
tree6450d3931792f1bd8f30a93b3bc2fbd7af4eaf91 /lang
parent345d68a51582fab0e47e176ef024aa46ea913ca0 (diff)
change to edit form for Moodle 2.5
Diffstat (limited to 'lang')
-rw-r--r--lang/en/qtype_algebra.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/en/qtype_algebra.php b/lang/en/qtype_algebra.php
index 8612e7d..5b62228 100644
--- a/lang/en/qtype_algebra.php
+++ b/lang/en/qtype_algebra.php
@@ -43,6 +43,7 @@ $string['undefinedfunction'] = 'Undefined function \'{$a}\'';
$string['undefinedvariable'] = 'Undefined variable \'{$a}\' found when numerically evaluating an expression';
$string['unknownterm'] = 'Syntax Error: Unknown term found at \'{$a}\' in the expression';
+$string['algebraoptions'] = 'Options';
$string['answermustbegiven'] = 'You must enter an answer if there is a grade or feedback.';
$string['answerno'] = 'Answer {$a}';
$string['addmoreanswerblanks'] = 'Blanks for {no} More Answers';
@@ -105,6 +106,7 @@ $string['notanumber'] = 'Invalid value: a number is required';
$string['notenoughvars'] = 'At least one variable is required for all algebra questions';
$string['novarmax'] = 'No maximum bound specified for variable';
$string['novarmin'] = 'No minimum bound specified for variable';
+$string['options'] = 'Options';
$string['parseerror'] = 'Error parsing function: \'{$a}\'';
$string['restoreqdbfailed'] = 'Restoring algebra question failed: database write error';
$string['restorevardbfailed'] = 'Restoring algebra question variable failed: database write error';