Integrating WirisQuizzes at your server
Hosting at your server
If 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";
WirisQuizzes server components installation
Overview
By default, WirisQuizzes integrations use the services located at our servers in www.wiris.net (SaaS model). The various integrations are configured to call them, and, for most situations, the requests to www.wiris.net are kept behind the scenes.
Caution
In case you need to use the services from your server, you will need to purchase a license.
If you have a license of Wiris CAS server components, you can install and run the services provided by your own server.
WirisQuizzes server components
Caution
Contact our sales team if you want to know more or are interested in purchasing this product.