LLMS_Quiz::has_attempt_limit()

Determine if the quiz defines limited attempts.


Return Return

(bool)


Top ↑

Source Source

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

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

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.