Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.10.x will end 8 November 2021 (12 months).
  • Bug fixes for security issues in 3.10.x will end 9 May 2022 (18 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

Question behaviour where the student can submit questions one at a time for immediate feedback, with certainty based marking.

Copyright: 2009 The Open University
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 153 lines (6 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 1 file
 question/behaviour/immediatefeedback/behaviour.php

Defines 1 class


Class: qbehaviour_immediatecbm  - X-Ref

Question behaviour for immediate feedback with CBM.

Each question has a submit button next to it along with some radio buttons
to input a certainty, that is, how sure they are that they are right.
The student can submit their answer at any time for immediate feedback.
Once the qustion is submitted, it is not possible for the student to change
their answer any more. The student's degree of certainty affects their score.

get_min_fraction()   X-Ref
No description

get_max_fraction()   X-Ref
No description

get_expected_data()   X-Ref
No description

get_right_answer_summary()   X-Ref
No description

get_correct_response()   X-Ref
No description

get_our_resume_data()   X-Ref
No description

is_same_response(question_attempt_step $pendingstep)   X-Ref
No description

is_complete_response(question_attempt_step $pendingstep)   X-Ref
No description

process_submit(question_attempt_pending_step $pendingstep)   X-Ref
No description

process_finish(question_attempt_pending_step $pendingstep)   X-Ref
No description

do_grading(question_attempt_step $responsesstep,question_attempt_pending_step $pendingstep)   X-Ref
No description

summarise_action(question_attempt_step $step)   X-Ref
No description