property cmoptions::$optionflags in Quiz 6.5
Same name and namespace in other branches
- 6.6 includes/moodle/lib/questionlib.php \cmoptions::optionflags
Various option flags. The flags are accessed via bitwise operations using the constants defined in the CONSTANTS section above.
File
- includes/
moodle/ lib/ questionlib.php, line 207
Class
- cmoptions
- This holds the options that are set by the course module
Code
var $optionflags = QUESTION_ADAPTIVE;