From 14da1f7131ac7ddd33c97b6e131beb2d13fb208e Mon Sep 17 00:00:00 2001 From: Jean-Michel Vedrine Date: Sat, 27 Apr 2013 14:23:01 +0200 Subject: change to edit form for Moodle 2.5 --- lang/en/qtype_algebra.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lang') 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'; -- cgit v1.2.3