You are here

constant MULTICHOICE in Quiz 6.6

Same name in this branch
  1. 6.6 includes/moodle_support.php \MULTICHOICE
  2. 6.6 includes/moodle/lib/questionlib.php \MULTICHOICE
Same name and namespace in other branches
  1. 6.5 includes/moodle_support.php \MULTICHOICE
  2. 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

... See full list

File

includes/moodle/lib/questionlib.php, line 47

Code

define("MULTICHOICE", "multichoice");