LLMS_Table_Quiz_Attempts::set_args()
Define the structure of arguments used to pass to the get_results method
Contents
Return Return
(array)
Source Source
File: includes/admin/reporting/tables/llms.table.quiz.attempts.php
251 252 253 254 255 256 | public function set_args() { return array ( 'quiz_id' => ! empty ( $this ->quiz_id ) ? $this ->quiz_id : ( isset( $_GET [ 'quiz_id' ] ) ? absint( $_GET [ 'quiz_id' ] ) : null ), 'student_id' => 0, ); } |
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.16.0 | Introduced. |