LLMS_Quiz::get_course()

Retrieve the LLMS_Course for the quiz.


Return Return

(LLMS_Course|false)


Top ↑

Source Source

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

		$lesson = $this->get_lesson();
		if ( $lesson ) {
			return $lesson->get_course();
		}
		return false;
	}



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.