LLMS_Quiz::has_time_limit()

Determine if a time limit is enabled for the quiz.


Return Return

(bool)


Top ↑

Source Source

File: includes/models/model.llms.quiz.php

	public function has_time_limit() {
		return ( 'yes' === $this->get( 'limit_time' ) );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.16.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.