aboutsummaryrefslogtreecommitdiff
path: root/settings.php
diff options
context:
space:
mode:
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')
+ )));
}