aboutsummaryrefslogtreecommitdiff
path: root/settings.php
diff options
context:
space:
mode:
authorJean-Michel Vedrine <vedrine@vedrine.org>2018-01-27 10:35:50 +0100
committerJean-Michel Vedrine <vedrine@vedrine.org>2018-01-27 10:35:50 +0100
commitcd5af0a39cf71fd9c53886badf3ea0384d51fa22 (patch)
tree30e89940dbe9c74d23ba98297395b064534182fd /settings.php
parent1bff8fd7cbd3904afda224ab1555e1e435528314 (diff)
svg icon, multiply setting
Diffstat (limited to 'settings.php')
-rw-r--r--settings.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/settings.php b/settings.php
index 399c04c..525324a 100644
--- a/settings.php
+++ b/settings.php
@@ -47,4 +47,11 @@ if ($ADMIN->fulltree) {
array('old' => new lang_string('dollars', 'qtype_algebra'),
'new' => new lang_string('brackets', 'qtype_algebra')
)));
+ // TeX operator for multiplication.
+ $settings->add(new admin_setting_configselect('qtype_algebra/multiplyoperator',
+ new lang_string('multiplyoperator', 'qtype_algebra'),
+ '', 'times',
+ array('times' => new lang_string('times', 'qtype_algebra'),
+ 'cdot' => new lang_string('cdot', 'qtype_algebra')
+ )));
}