LLMS_Lesson::has_quiz()

Determine if a quiz is assigned to this lesson


Return Return

(boolean)


Top ↑

Source Source

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

	public function has_quiz() {
		return $this->get( 'quiz' ) ? true : false;
	}


Top ↑

Changelog Changelog

Changelog
Version Description
3.3.0
3.29.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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