aboutsummaryrefslogtreecommitdiff
path: root/questiontype.php
diff options
context:
space:
mode:
authorJean-Michel Vedrine <vedrine@vedrine.org>2016-01-24 13:18:38 +0100
committerJean-Michel Vedrine <vedrine@vedrine.org>2016-01-24 13:20:41 +0100
commite0abd45dc194f7ede2b460c6e9c2c303d4321bd7 (patch)
treeca54f942ddac9c4cce62db73a8ee90c074331590 /questiontype.php
parentab2016462cb7204f8e5e7fb6e5b9bdf1f4db68c6 (diff)
Solve display using MathJax for all websites
Diffstat (limited to 'questiontype.php')
-rw-r--r--questiontype.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/questiontype.php b/questiontype.php
index d8672b9..a49698a 100644
--- a/questiontype.php
+++ b/questiontype.php
@@ -24,6 +24,7 @@
defined('MOODLE_INTERNAL') || die();
+require_once($CFG->dirroot . '/question/type/questiontypebase.php');
require_once($CFG->dirroot . '/question/type/algebra/question.php');
require_once($CFG->dirroot . '/question/type/algebra/parser.php');
require_once($CFG->dirroot . '/question/type/algebra/xmlrpc-utils.php');