learndash_get_submitted_essay_data( int $quiz_id, int $question_id, WP_Post $essay )

Gets the essay data for this particular submission


Description Description

Loop through all the quizzes and return the quiz that matches as soon as it’s found


Parameters Parameters

$quiz_id

(Required) Quiz ID.

$question_id

(Required) Question ID.

$essay

(Required) The WP_Post essay object.


Top ↑

Return Return

(mixed) The submitted essay data.


Top ↑

Source Source

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


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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