aboutsummaryrefslogtreecommitdiff
path: root/lang/en
diff options
context:
space:
mode:
authorJean-Michel Vedrine <vedrine@vedrine.org>2018-02-04 11:13:51 +0100
committerJean-Michel Vedrine <vedrine@vedrine.org>2018-02-04 11:13:51 +0100
commitc3cc23141194f4c0e56d6802f7e9ff082d21c5fb (patch)
treedcca1dd671f1b45608cf1570f927be31f2f6efe4 /lang/en
parent6e5d28ec5e338854112daaeb237c55fa6990e30c (diff)
Display formula using Ajax
Diffstat (limited to 'lang/en')
-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 4006858..8c8ed2e 100644
--- a/lang/en/qtype_algebra.php
+++ b/lang/en/qtype_algebra.php
@@ -142,6 +142,8 @@ $string['uri'] = 'uri of SAGE server';
$string['texdelimiters'] = 'Delimiters for TeX expressions';
$string['dollars'] = '$$...$$';
$string['brackets'] = '\[...\]';
+$string['braces'] = '\\(...\\)';
+$string['dollar'] = '$...$';
$string['invalidanswer'] = 'Invalid or unrecongnized answer';
$string['multiplyoperator'] = 'TeX operator for multiplication';
$string['times'] = '\\times';