LLMS_Quiz_Data
Query data about a quiz
Description Description
Source Source
File: includes/class.llms.quiz.data.php
Changelog Changelog
Version | Description |
---|---|
4.0.0 | Removed deprecated properties $quiz and $quiz_id . |
3.31.0 | Extends LLMS_Abstract_Post_Data. |
3.30.3 | Explicitly define class properties. |
3.16.0 | Introduced. |
Methods Methods
- __construct — Constructor
- get_attempt_count — Retrieve # of quiz attempts within the period
- get_average_grade — Retrieve avg grade of quiz attempts within the period
- get_count_by_status — Retrieve the number assignments with a given status
- get_fail_count — Retrieve # of quiz fails within the period
- get_pass_count — Retrieve # of quiz passes within the period
- recent_events — Retrieve recent LLMS_User_Postmeta for the quiz.