LLMS_Student_Quizzes::get_attempts_by_quiz( int $quiz_id, array $args = array() )

Retrieve quiz attempts


Description Description


Parameters Parameters

$quiz_id

(Required) WP Post ID of the quiz.

$args

(Optional) Additional args to pass to LLMS_Query_Quiz_Attempt.

Default value: array()


Top ↑

Return Return

(LLMS_Quiz_Attempt[])


Top ↑

Source Source

File: includes/models/model.llms.student.quizzes.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.16.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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