-
MathType
-
Wiris Quizzes
-
Learning Lemur
-
CalcMe
-
MathPlayer
-
Store FAQ
-
VPAT for the electronic documentation
-
MathFlow
-
BF FAQ
-
Miscellaneous
Hosting at your server
Reading time: 1minIf you have a WirisQuizzes service running in your server, naturally, you'll want to configure the Moodle modules to use it.
Configuring WIRIS plugin
Edit the file
<moodle-root-folder>/lib/editor/tinymce/tiny_mce/<tiny_mce-version>/plugins/tiny_mce_wiris/configuration.ini
Change the following key with the value of your server:
wiriscascodebase = http://<your-server-domain>/wiris/wiris-codebase
Eventually, you might also need to change: wiriscasarchive
, wiriscasclass
.
Configuring WirisQuizzes
Edit the file
<moodle-root-folder>/question/type/wq/config.php
Change the following keys with the values of your server:
com_wiris_quizzes_QuizzesConfig::$QUIZZES_SERVICE_URL = "http://<your-server-domain>/quizzes";