LLMS_Student::quizzes()

Retrieve an instance of the student quiz data model


Return Return

(LLMS_Student_Quizzes)


Top ↑

Source Source

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

	 */
	public function quizzes() {
		return new LLMS_Student_Quizzes( $this->get_id() );

Top ↑

Changelog Changelog

Changelog
Version Description
3.9.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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