Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

Question behaviour for the case when the student's answer is just saved until they submit the whole attempt, and then it is graded.

Copyright: 2009 The Open University
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 116 lines (4 kb)
Included or required: 2 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

qbehaviour_deferredfeedback:: (7 methods):
  is_compatible_question()
  get_min_fraction()
  get_right_answer_summary()
  process_action()
  process_save()
  summarise_action()
  process_finish()


Class: qbehaviour_deferredfeedback  - X-Ref

Question behaviour for deferred feedback.

The student enters their response during the attempt, and it is saved. Later,
when the whole attempt is finished, their answer is graded.

is_compatible_question(question_definition $question)   X-Ref
No description

get_min_fraction()   X-Ref
No description

get_right_answer_summary()   X-Ref
No description

process_action(question_attempt_pending_step $pendingstep)   X-Ref
No description

process_save(question_attempt_pending_step $pendingstep)   X-Ref
No description

summarise_action(question_attempt_step $step)   X-Ref
No description

process_finish(question_attempt_pending_step $pendingstep)   X-Ref
No description