aboutsummaryrefslogtreecommitdiff
path: root/settings.php
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 /settings.php
parent6e5d28ec5e338854112daaeb237c55fa6990e30c (diff)
Display formula using Ajax
Diffstat (limited to 'settings.php')
-rw-r--r--settings.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/settings.php b/settings.php
index 1c6fa30..485a723 100644
--- a/settings.php
+++ b/settings.php
@@ -45,7 +45,9 @@ if ($ADMIN->fulltree) {
new lang_string('texdelimiters', 'qtype_algebra'),
'', 'old',
array('old' => new lang_string('dollars', 'qtype_algebra'),
- 'new' => new lang_string('brackets', 'qtype_algebra')
+ 'simple' => new lang_string('dollar', 'qtype_algebra'),
+ 'new' => new lang_string('brackets', 'qtype_algebra'),
+ 'inline' => new lang_string('braces', 'qtype_algebra'),
)));
// TeX operator for multiplication.
$settings->add(new admin_setting_configselect('qtype_algebra/multiplyoperator',