LLMS_Table_Quizzes::get_data( string $key, mixed $data )
Retrieve data for a cell
Description Description
Parameters Parameters
- $key
-
(Required) The column id / key.
- $data
-
(Required) Object / array of data that the function can use to extract the data.
Return Return
(mixed)
Source Source
File: includes/admin/reporting/tables/llms.table.quizzes.php
Changelog Changelog
Version | Description |
---|---|
4.2.0 | Added a deep check on whether the quiz is associated to a lesson. |
3.37.8 | Add actions column that allows deletion of orphaned quizzes. ID column displays as plain text if the quiz is not editable and directs to the quiz within the course builder when it is. |
3.24.0 | Unknown. |
3.16.0 | Introduced. |