LLMS_Quiz_Attempt::get_questions( boolean $cache = true )
Get array of serialized questions
Description Description
Parameters Parameters
- $cache
-
(Optional) If
true
, save data to to the object for future gets. Defaulttrue
.Default value: true
Return Return
(array)
Source Source
File: includes/models/model.llms.quiz.attempt.php
Changelog Changelog
Version | Description |
---|---|
3.16.0 | Introduced. |