constant FORMAT_MOODLE in Quiz 6.5
Same name and namespace in other branches
- 6.6 includes/moodle_support.php \FORMAT_MOODLE
Moodle text formats from moodle/lib/weblib.php plus LaTeX format
2 uses of FORMAT_MOODLE
- qformat_default::format_question_text in includes/
moodle/ question/ format.php - where question specifies a moodle (text) format this performs the conversion.
- qformat_gift::writequestion in includes/
moodle/ question/ format/ gift/ format.php - convert a single question object into text output in the given format. This must be overriden
File
- includes/
moodle_support.php, line 65
Code
define('FORMAT_MOODLE', 0);