-
Sub-task
-
Resolution: Fixed
-
Major
-
2.5
-
MOODLE_25_STABLE
-
MOODLE_25_STABLE
-
MDL-38741-master -
I encountered the following errors on the forms for the following question types.
- Calculated
- Calculated multichoice (multiple times)
- Simple calculated
- Embedded answers (Cloze)
- True/false
This one appears at the top of the page...
Did you remember to call setType() for 'penalty'? Defaulting to PARAM_RAW cleaning.
|
|
line 1275 of \lib\formslib.php: call to debugging()
|
line 281 of \lib\formslib.php: call to moodleform->detectMissingSetType()
|
line 202 of \lib\formslib.php: call to moodleform->_process_submission()
|
line 113 of \question\type\edit_question_form.php: call to moodleform->moodleform()
|
line 217 of \question\type\questiontypebase.php: call to question_edit_form->__construct()
|
line 200 of \question\question.php: call to question_type->create_editing_form()
|
This one appears just before the start of the form...
Did you remember to call setType() for 'penalty'? Defaulting to PARAM_RAW cleaning.
|
|
line 1275 of \lib\formslib.php: call to debugging()
|
line 919 of \lib\formslib.php: call to moodleform->detectMissingSetType()
|
line 271 of \question\type\questiontypebase.php: call to moodleform->display()
|
line 346 of \question\question.php: call to question_type->display_question_editing_page()
|
The penalty form element is not editable (hard frozen?).
This appears to be affecting the current master only.
- has been marked as being related by
-
MDL-38711 Multianswer question form not calling setType on hidden input "confirm"
-
- Closed
-