LLMS_Question_Manager
LLMS_Question_Manager class.
Description Description
Source Source
File: includes/class.llms.question.manager.php
Changelog Changelog
Version | Description |
---|---|
3.30.3 | Explicitly define class properties. |
3.16.0 | Introduced. |
Methods Methods
- __construct — Constructor
- create_question — Create a new question and add it to the quiz
- delete_question — Delete a question associated with this quiz skips trash and force deletes the question
- get_parent — Quick access to the parent attribute
- get_parent_type — Quick access to parents type property
- get_question — Retrieve a question associated with this quiz by question ID
- get_questions — Get questions
- get_quiz — Retrieve the related LLMS_Quiz
- update_question — Create or update questions If 'id' passed in $data array will update existing question Omit 'id' to create a new question