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
Return Return
(void)
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 ); }
Expand full source code Collapse full source code View on GitHub