You are here

10 calls to notify() in Quiz 6.6

qformat_coursetestmanager::importprocess in includes/moodle/question/format/coursetestmanager/format.php
Process the file This method should not normally be overidden
qformat_default::exportprocess in includes/moodle/question/format.php
Do the export For most types this should not need to be overrided
qformat_default::importprocess in includes/moodle/question/format.php
Process the file This method should not normally be overidden
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_qti2::exportprocess in includes/moodle/question/format/qti2/format.php
exports the questions in a question category to the given location
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::import_truefalse in includes/moodle/question/format/xml/format.php
import true/false type question
qformat_xml::writequestion in includes/moodle/question/format/xml/format.php
Turns question into an xml segment
question_delete_course_category in includes/moodle/lib/questionlib.php
Category is about to be deleted, 1/ All question categories and their questions are deleted for this course category. 2/ All questions are moved to new category
regrade_question_in_attempt in includes/moodle/lib/questionlib.php
For a given question in an attempt we walk the complete history of states and recalculate the grades as we go along.