21 uses of MULTICHOICE in Quiz 6.6
- 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 - qformat_coursetestmanager::importprocess in includes/
moodle/ question/ format/ coursetestmanager/ format.php - Process the file This method should not normally be overidden
- qformat_examview::readquestion in includes/
moodle/ question/ format/ examview/ format.php - Given the data known to define a question in this format, this function converts it into a question object suitable for processing and insertion into Moodle.
- qformat_gift::readquestion in includes/
moodle/ question/ format/ gift/ format.php - Given the data known to define a question in this format, this function converts it into a question object suitable for processing and insertion into Moodle.
- 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
- qformat_hotpot::process_jquiz in includes/
moodle/ question/ format/ hotpot/ format.php - qformat_learnwise::readquestion in includes/
moodle/ question/ format/ learnwise/ format.php - Given the data known to define a question in this format, this function converts it into a question object suitable for processing and insertion into Moodle.
- qformat_missingword::readquestion in includes/
moodle/ question/ format/ missingword/ format.php - Given the data known to define a question in this format, this function converts it into a question object suitable for processing and insertion into Moodle.
- qformat_qti2::get_qti_interaction_type in includes/
moodle/ question/ format/ qti2/ format.php - maps a moodle question type to a qti 2.0 question type
- qformat_qti2::get_qti_solution_available in includes/
moodle/ question/ format/ qti2/ format.php - returns whether or not a solution is available for a given question
- qformat_qti2::get_qtype in includes/
moodle/ question/ format/ qti2/ format.php - qformat_qti2::writequestion in includes/
moodle/ question/ format/ qti2/ format.php - Creates the export text for a question
- qformat_webct::readquestions in includes/
moodle/ question/ format/ webct/ 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_xhtml::writequestion in includes/
moodle/ question/ format/ xhtml/ format.php - convert a single question object into text output in the given format. This must be overriden
- qformat_xml::get_qtype in includes/
moodle/ question/ format/ xml/ format.php - Turn the internal question code into a human readable form (The code used to be numeric, but this remains as some of the names don't match the new internal format)
- qformat_xml::import_multichoice in includes/
moodle/ question/ format/ xml/ format.php - import multiple choice question
- qformat_xml::writequestion in includes/
moodle/ question/ format/ xml/ format.php - Turns question into an xml segment