constant ESSAY in Quiz 6.6
Same name in this branch
Same name and namespace in other branches
8 uses of ESSAY
- qformat_blackboard::process_essay in includes/
moodle/ question/ format/ blackboard/ format.php - qformat_blackboard_6::process_essay in includes/
moodle/ question/ format/ blackboard_6/ 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_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
File
- includes/
moodle/ lib/ questionlib.php, line 55
Code
define("ESSAY", "essay");