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.


Top ↑

Return Return

(mixed)


Top ↑

Source Source

File: includes/admin/reporting/tables/llms.table.quizzes.php


			

Top ↑

Changelog 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.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.