LLMS_Table_Questions::set_columns()
Define the structure of the table
Description Description
Return Return
(array)
Source Source
File: includes/admin/reporting/tables/llms.table.questions.php
protected function set_columns() { return array( 'id' => __( 'ID', 'lifterlms' ), 'points' => __( 'Points', 'lifterlms' ), 'question' => __( 'Question', 'lifterlms' ), 'selected' => __( 'Selected Answer', 'lifterlms' ), 'correct' => __( 'Correct Answer', 'lifterlms' ), ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.2.0 | Introduced. |