From e0abd45dc194f7ede2b460c6e9c2c303d4321bd7 Mon Sep 17 00:00:00 2001 From: Jean-Michel Vedrine Date: Sun, 24 Jan 2016 13:18:38 +0100 Subject: Solve display using MathJax for all websites --- questiontype.php | 1 + 1 file changed, 1 insertion(+) (limited to 'questiontype.php') 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'); -- cgit v1.2.3