You are here

constant QUESTION_ADAPTIVE in Quiz 6.6

Same name and namespace in other branches
  1. 6.5 includes/moodle/lib/questionlib.php \QUESTION_ADAPTIVE

Whether the questions is to be run in adaptive mode. If this is not set then a question closes immediately after the first submission of responses. This is how question is Moodle always worked before version 1.5

File

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

Code

define('QUESTION_ADAPTIVE', 1);