LLMS_Quiz::questions()

Retrieve an instance of the question manager for the quiz.


Return Return

(LLMS_Question_Manager)


Top ↑

Source Source

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

	public function questions() {
		return new LLMS_Question_Manager( $this );
	}


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.