You are here

21 calls to qformat_default::defaultquestion() 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_essay in includes/moodle/question/format/blackboard/format.php
qformat_blackboard::process_fib in includes/moodle/question/format/blackboard/format.php
qformat_blackboard::process_ma in includes/moodle/question/format/blackboard/format.php
qformat_blackboard::process_matching in includes/moodle/question/format/blackboard/format.php
qformat_blackboard::process_mc in includes/moodle/question/format/blackboard/format.php
qformat_blackboard::process_tf in includes/moodle/question/format/blackboard/format.php
qformat_blackboard_6::process_common in includes/moodle/question/format/blackboard_6/format.php
Create common parts of question
qformat_coursetestmanager::importprocess in includes/moodle/question/format/coursetestmanager/format.php
Process the file This method should not normally be overidden
qformat_examview::process_matches in includes/moodle/question/format/examview/format.php
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_hotpot::process_jcloze in includes/moodle/question/format/hotpot/format.php
qformat_hotpot::process_jcross in includes/moodle/question/format/hotpot/format.php
qformat_hotpot::process_jmatch in includes/moodle/question/format/hotpot/format.php
qformat_hotpot::process_jmix in includes/moodle/question/format/hotpot/format.php
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_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_xml::import_headers in includes/moodle/question/format/xml/format.php
import parts of question common to all types