LLMS_Quiz::has_time_limit()
Determine if a time limit is enabled for the quiz.
Contents
Return Return
(bool)
Source Source
File: includes/models/model.llms.quiz.php
public function has_time_limit() { return ( 'yes' === $this->get( 'limit_time' ) ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.16.0 | Introduced. |