LLMS_Table_Questions::set_columns()

Define the structure of the table


Description Description


Return Return

(array)


Top ↑

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' ),
		);
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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