'Mcq', 'names' => 'Mcqs', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Mcqs', 'sub' => 'Mcqs', 'list' => 'List of mcqs', 'edit' => 'Edit mcq', 'create' => 'Create new mcq' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'question' => 'question', 'answer' => 'answer', ], /** * Labels for inputs. */ 'label' => [ 'question' => 'Question', 'answer' => 'Answer', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'question' => ['name' => 'Question', 'data-column' => 1, 'checked'], 'answer' => ['name' => 'Answer', 'data-column' => 2, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Mcqs', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];