You are here

constant MULTIANSWER in Quiz 6.6

Same name in this branch
  1. 6.6 includes/moodle_support.php \MULTIANSWER
  2. 6.6 includes/moodle/lib/questionlib.php \MULTIANSWER
Same name and namespace in other branches
  1. 6.5 includes/moodle_support.php \MULTIANSWER
  2. 6.5 includes/moodle/lib/questionlib.php \MULTIANSWER
10 uses of MULTIANSWER
qformat_hotpot::process_jcloze in includes/moodle/question/format/hotpot/format.php
qformat_multianswer::readquestions in includes/moodle/question/format/multianswer/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_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

... See full list

File

includes/moodle_support.php, line 55

Code

define("MULTIANSWER", "multianswer");