You are here

constant QUESTION_EVENTS_GRADED in Quiz 6.5

Same name and namespace in other branches
  1. 6.6 includes/moodle/lib/questionlib.php \QUESTION_EVENTS_GRADED
1 use of QUESTION_EVENTS_GRADED
question_state_is_graded in includes/moodle/lib/questionlib.php
Determines whether a state has been graded by looking at the event field

File

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

Code

define('QUESTION_EVENTS_GRADED', QUESTION_EVENTGRADE . ',' . QUESTION_EVENTCLOSEANDGRADE . ',' . QUESTION_EVENTMANUALGRADE);