Browse: Home / Classes / LDLMS_Factory_Post /

LDLMS_Factory_Post::exam_question

LDLMS_Factory_Post::exam_question( array $exam_question_block = array(),  boolean $reload = false )

Get a Exam Question.


Description #


Parameters #

$exam_question_block

(array) (Optional) Array of question attributes.

Default value: array()

$reload

(boolean) (Optional) To force reload of instance.

Default value: false


Return #

(object|null) Instance of LDLMS_Model_Exam_Question or null


Source #

File: includes/classes/class-ldlms-factory-post.php


Changelog #

Changelog
Version Description
4.0.0 Introduced.