You are here

constant QUESTION_EVENTCLOSE in Quiz 6.5

Same name and namespace in other branches
  1. 6.6 includes/moodle/lib/questionlib.php \QUESTION_EVENTCLOSE
5 uses of QUESTION_EVENTCLOSE
get_question_states in includes/moodle/lib/questionlib.php
Loads the most recent state of each question session from the database or create new one.
question_isgradingevent in includes/moodle/lib/questionlib.php
Determine if event requires grading
question_process_responses in includes/moodle/lib/questionlib.php
Processes an array of student responses, grading and saving them as appropriate
question_state_is_closed in includes/moodle/lib/questionlib.php
Determines whether a state has been closed by looking at the event field
regrade_question_in_attempt in includes/moodle/lib/questionlib.php
For a given question in an attempt we walk the complete history of states and recalculate the grades as we go along.

File

includes/moodle/lib/questionlib.php, line 34

Code

define('QUESTION_EVENTCLOSE', '8');