Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
LLMS_Controller_Admin_Quiz_Attempts::save_grade( LLMS_Quiz_Attempt $attempt )
Saves changes to a quiz
Description Description
Parameters Parameters
- $attempt
-
(Required) Quiz attempt instance.
Return Return
(void)
Source Source
File: includes/controllers/class.llms.controller.admin.quiz.attempts.php
Changelog Changelog
Version | Description |
---|---|
4.4.4 | Use strict type comparisons where needed. |
3.35.0 | Sanitize $_POST data. |
3.30.3 | Strip slashes on remarks. |
3.16.0 | Introduced. |