Browse: Home / Functions /

learndash_get_quiz_questions

learndash_get_quiz_questions( integer $quiz_id )

Gets the list of questions associated with the quiz.


Description #


Parameters #

$quiz_id

(integer) (Optional) The Quiz Post ID. Default 0.


Return #

(array) An array of quiz question (sfwd-question) post ids.


Source #

File: includes/quiz/ld-quiz-functions.php


Changelog #

Changelog
Version Description
2.6.0 Introduced.