Warning: 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 Description
Look up all the essay responses from a particular quiz attempt
Parameters Parameters
- $attempt_id
-
(Optional) Post ID.
Default value: null
- $user_id
-
(Optional) User ID.
Default value: null
Return Return
(array|boolean) An array of essay post IDs.
Source Source
File: themes/ld30/includes/helpers.php
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |