LLMS_Course_Factory::get_quiz( mixed $the_quiz = false,  $args = array() )

Get Quiz


Description Description


Parameters Parameters

$the_quiz

(mixed) (Optional) = false, $args = array()

Default value: false


Top ↑

Return Return

(void)


Top ↑

Source Source

File: includes/class.llms.course.factory.php

	public function get_quiz( $the_quiz = false, $args = array() ) {
		global $post;

	 	$the_quiz = $post;

	 	$classname = 'LLMS_Quiz';

		return new LLMS_Quiz_Legacy( $the_quiz, $args );
	}


Top ↑

User Contributed Notes User Contributed Notes

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