aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorJean-Michel Vedrine <vedrine@vedrine.org>2018-02-02 16:53:59 +0100
committerJean-Michel Vedrine <vedrine@vedrine.org>2018-02-02 16:53:59 +0100
commit8ad4a477c15f928323da24aff4188bd7f0dca1d9 (patch)
tree0f0e488eaacefc304154d6e68e1e2a41cb148cb5 /lang
parentec3cabf60551be0c589b11fa5db8de302645988e (diff)
Ajax dynamic formula display
Diffstat (limited to 'lang')
-rw-r--r--lang/en/qtype_algebra.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/en/qtype_algebra.php b/lang/en/qtype_algebra.php
index 819e14b..4006858 100644
--- a/lang/en/qtype_algebra.php
+++ b/lang/en/qtype_algebra.php
@@ -145,4 +145,7 @@ $string['brackets'] = '\[...\]';
$string['invalidanswer'] = 'Invalid or unrecongnized answer';
$string['multiplyoperator'] = 'TeX operator for multiplication';
$string['times'] = '\\times';
-$string['cdot'] = '\\cdot'; \ No newline at end of file
+$string['cdot'] = '\\cdot';
+$string['iframe'] = 'Using an iframe element';
+$string['dynamic'] = 'Using dynamic AJAX request';
+$string['formuladisplay'] = 'Method to display answer formula'; \ No newline at end of file