LLMS_Quiz::get_questions( string $return = 'questions' )

Retrieve the quizzes child questions


Description Description


Parameters Parameters

$return

(string) (Optional) type of return [ids|posts|questions]

Default value: 'questions'


Top ↑

Return Return

(array)


Top ↑

Source Source

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

	public function get_questions( $return = 'questions' ) {
		return $this->questions()->get_questions( $return );
	}

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.