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


Top ↑

Return Return

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


Top ↑

Source Source

File: themes/ld30/includes/helpers.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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