LLMS_Quiz_Attempt::get_siblings( array $args = array(), string $return = 'attempts' )

Get sibling attempts


Description Description


Parameters Parameters

$args

(Optional) List of args to be passed as params of the quiz attempts query. See LLMS_Query_Quiz_Attempt and LLMS_Database_Query for the list of args. By default the per_page param is set to 1000.

Default value: array()

$return

(Optional) Type of return [ids|attempts]. Default 'attempts'.

Default value: 'attempts'


Top ↑

Return Return

(int[]|LLMS_Quiz_Attempt[]) Type depends on value of $return.


Top ↑

Source Source

File: includes/models/model.llms.quiz.attempt.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
4.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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