LLMS_Quiz::has_attempt_limit()
Method: Determine if the quiz defines limited attempts
Source: includes/models/model.llms.quiz.php:98
Method: Determine if the quiz defines limited attempts
Source: includes/models/model.llms.quiz.php:98
Method: Determine if a time limit is enabled for the quiz
Source: includes/models/model.llms.quiz.php:108
Method: Determine if a student can take the quiz
Source: includes/models/model.llms.quiz.php:137
Method: Determine if the quiz is an orphan
Source: includes/models/model.llms.quiz.php:118
Method: Retrieve an instance of the question manager for the quiz
Source: includes/models/model.llms.quiz.php:161
Method: Called before data is sorted and returned by $this->toArray() Extending classes should override this data if custom data should be added when object is converted to an array or json
Source: includes/models/model.llms.quiz.php:174
Method: This is the constructor for this class. It takes care of attaching the functions in this file to the appropriate actions. These actions are: 1) output after course info 2) output after membership info 3 & 4) Add function call to the proper AJAX call
Source: includes/class.llms.review.php:21
Method: This function handles the HTML output of the reviews and review form.
Source: includes/class.llms.review.php:34
Method: This function adds the review to the database. It is called by the AJAX handler when the submit review button is pressed. This function gathers the data from $_POST and then adds the review with the appropriate content.
Source: includes/class.llms.review.php:140
Method: Retrieve an array of all capabilities for a role
Source: includes/class.llms.roles.php:19