LLMS_Quiz_Attempt::get_question_order( int $question_id )
Get the numeric order of a question in a given quiz
Description Description
Parameters Parameters
- $question_id
-
(Required) WP Post ID of the LLMS_Question.
Return Return
(int)
Source Source
File: includes/models/model.llms.quiz.attempt.php
Changelog Changelog
| Version | Description |
|---|---|
| 4.2.0 | Use strict type comparison. |
| 3.9.2 | |
| 3.16.0 | Introduced. |