Skip to content
Snippets Groups Projects
Commit 141c4ebc authored by Tim Hunt's avatar Tim Hunt
Browse files

Fix one of the recently added setTypes.

parent e3feb51e
Branches
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ class qtype_stack_question_test_form extends moodleform {
$mform->addGroup($elements, $prtname . 'group', $prtname, ' ', false);
$mform->setType($prtname . 'score', PARAM_FLOAT);
$mform->setType($prtname . 'penalty', PARAM_FLOAT);
$mform->setType($prtname . 'answernote', PARAM_FLOAT);
$mform->setType($prtname . 'answernote', PARAM_RAW);
}
// Submit buttons.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment