LLMS_Quiz::get_question_value( int $question_id )
Get the (points) value of a question.
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.php
Changelog Changelog
Version | Description |
---|---|
3.37.2 | Use strict comparison '===' in place of '=='. |
3.3.0 | Introduced. |