LLMS_Student_Quizzes::get_attempt_by_id( int $attempt_id )
Retrieve an attempt by attempt id
Description Description
Parameters Parameters
- $attempt_id
-
(int) (Required) Attempt ID
Return Return
(obj)
Source Source
File: includes/models/model.llms.student.quizzes.php
public function get_attempt_by_id( $attempt_id ) { return new LLMS_Quiz_Attempt( $attempt_id ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.16.0 | Introduced. |
User Contributed Notes User Contributed Notes
Permalink: