Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Scripted question type for Moodle 2.1+ Allows the instructor to easily generate randomized questions using a powerful, _safe_ scripting language. Authored by Kyle Temkin, working for Binghamton University <http://www.binghamton.edu> Includes the full MathScript engine, which allows question types to use MathScript- an extensible scripting language which cannot affect the server's state, and thus should be completely safe To install Moodle 2.1+ using git, execute the following commands in the root of your Moodle install: git clone git://github.com/ktemkin/moodle-qtype_scripted.git question/type/scripted echo '/question/type/scripted' >> .git/info/exclude Or, extract the following zip in your_moodle_root/question/type/: https://github.com/ktemkin/moodle-qtype_scripted/zipball/master