You are here

property cmoptions::$timelimit in Quiz 6.6

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

The maximum time the user is allowed to answer the questions withing an attempt. This is measured in minutes so needs to be multiplied by 60 before compared to timestamps. If set to 0 no timelimit will be applied

File

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

Class

cmoptions
This holds the options that are set by the course module

Code

var $timelimit = 0;