constant MULTICHOICE in Quiz 6.6
Same name in this branch
- 6.6 includes/moodle_support.php \MULTICHOICE
- 6.6 includes/moodle/lib/questionlib.php \MULTICHOICE
Same name and namespace in other branches
- 6.5 includes/moodle_support.php \MULTICHOICE
- 6.5 includes/moodle/lib/questionlib.php \MULTICHOICE
21 uses of MULTICHOICE
- qformat_aiken::readquestions in includes/
moodle/ question/ format/ aiken/ format.php - Parses an array of lines into an array of questions, where each item is a question object as defined by readquestion(). Questions are defined as anything between blank lines.
- qformat_blackboard::process_ma in includes/
moodle/ question/ format/ blackboard/ format.php - qformat_blackboard::process_mc in includes/
moodle/ question/ format/ blackboard/ format.php - qformat_blackboard_6::process_ma in includes/
moodle/ question/ format/ blackboard_6/ format.php - qformat_blackboard_6::process_mc in includes/
moodle/ question/ format/ blackboard_6/ format.php
File
- includes/
moodle_support.php, line 49
Code
define("MULTICHOICE", "multichoice");