You are here

constant QUESTION_NUMANS_START in Quiz 6.5

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

Constant determines the number of answer boxes supplied in the editing form for multiple choice and similar question types to start with, with the option of adding QUESTION_NUMANS_ADD more answers.

File

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

Code

define("QUESTION_NUMANS_START", 3);