Home
last modified time | relevance | path

Searched refs:oldquestiontextformat (Results 1 – 6 of 6) sorted by relevance

/dports/www/moodle310/moodle/question/type/multichoice/backup/moodle1/
H A Dlib.php75 * @param int $oldquestiontextformat - {@see moodle1_question_bank_handler::process_question()}
78 protected function write_multichoice(array $multichoices, $oldquestiontextformat, $questionid) { argument
92 if ($CFG->texteditors !== 'textarea' and $oldquestiontextformat == FORMAT_MOODLE) {
100 $multichoice['correctfeedbackformat'] = $oldquestiontextformat;
101 $multichoice['partiallycorrectfeedbackformat'] = $oldquestiontextformat;
102 $multichoice['incorrectfeedbackformat'] = $oldquestiontextformat;
/dports/www/moodle311/moodle/question/type/multichoice/backup/moodle1/
H A Dlib.php75 * @param int $oldquestiontextformat - {@see moodle1_question_bank_handler::process_question()}
78 protected function write_multichoice(array $multichoices, $oldquestiontextformat, $questionid) { argument
92 if ($CFG->texteditors !== 'textarea' and $oldquestiontextformat == FORMAT_MOODLE) {
100 $multichoice['correctfeedbackformat'] = $oldquestiontextformat;
101 $multichoice['partiallycorrectfeedbackformat'] = $oldquestiontextformat;
102 $multichoice['incorrectfeedbackformat'] = $oldquestiontextformat;
/dports/www/moodle39/moodle/question/type/multichoice/backup/moodle1/
H A Dlib.php75 * @param int $oldquestiontextformat - {@see moodle1_question_bank_handler::process_question()}
78 protected function write_multichoice(array $multichoices, $oldquestiontextformat, $questionid) { argument
92 if ($CFG->texteditors !== 'textarea' and $oldquestiontextformat == FORMAT_MOODLE) {
100 $multichoice['correctfeedbackformat'] = $oldquestiontextformat;
101 $multichoice['partiallycorrectfeedbackformat'] = $oldquestiontextformat;
102 $multichoice['incorrectfeedbackformat'] = $oldquestiontextformat;
/dports/www/moodle310/moodle/backup/converter/moodle1/
H A Dhandlerlib.php1842 * @param int $oldquestiontextformat
1845 protected function get_default_numerical_options($oldquestiontextformat, $units) { argument
1860 if ($CFG->texteditors !== 'textarea' and $oldquestiontextformat == FORMAT_MOODLE) {
1863 $options['instructionsformat'] = $oldquestiontextformat;
/dports/www/moodle311/moodle/backup/converter/moodle1/
H A Dhandlerlib.php1842 * @param int $oldquestiontextformat
1845 protected function get_default_numerical_options($oldquestiontextformat, $units) { argument
1860 if ($CFG->texteditors !== 'textarea' and $oldquestiontextformat == FORMAT_MOODLE) {
1863 $options['instructionsformat'] = $oldquestiontextformat;
/dports/www/moodle39/moodle/backup/converter/moodle1/
H A Dhandlerlib.php1842 * @param int $oldquestiontextformat
1845 protected function get_default_numerical_options($oldquestiontextformat, $units) { argument
1860 if ($CFG->texteditors !== 'textarea' and $oldquestiontextformat == FORMAT_MOODLE) {
1863 $options['instructionsformat'] = $oldquestiontextformat;