Browse: Home / Functions /

learndash_get_essays_by_quiz_attempt

This function has been deprecated.

learndash_get_essays_by_quiz_attempt( int|null $attempt_id = null,  int|null $user_id = null )

Gets the essays from a specific quiz attempt – DEPRECATED


Description #

Look up all the essay responses from a particular quiz attempt


Parameters #

$attempt_id

(int|null) (Optional) Post ID.

Default value: null

$user_id

(int|null) (Optional) User ID.

Default value: null


Return #

(array|boolean) An array of essay post IDs.


Source #

File: themes/ld30/includes/helpers.php


Changelog #

Changelog
Version Description
3.0.0 Introduced. This function has been deprecated.