You are here

constant NUMERICAL in Quiz 6.6

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

... See full list

File

includes/moodle_support.php, line 54

Code

define("NUMERICAL", "numerical");