From 6aaf42a856448ccdc53fe94a9eef6dddcd4a9e52 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Mon, 21 Jun 2021 11:24:54 +0200 Subject: [PATCH] Minor - fix order --- main/exercise/question_stats.php | 3 --- main/mySpace/question_stats_global.php | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/main/exercise/question_stats.php b/main/exercise/question_stats.php index 727129f08e..99baad8843 100644 --- a/main/exercise/question_stats.php +++ b/main/exercise/question_stats.php @@ -91,11 +91,8 @@ $formToString = $form->toHtml(); $table = new HTML_Table(['class' => 'table table-hover table-striped']); $row = 0; $column = 0; - $headers = [ get_lang('Question'), - //get_lang('Group'), - //get_lang('User'), get_lang('WrongAnswer').' / '.get_lang('Total'), '%', ]; diff --git a/main/mySpace/question_stats_global.php b/main/mySpace/question_stats_global.php index d33b4a633b..894d91e450 100644 --- a/main/mySpace/question_stats_global.php +++ b/main/mySpace/question_stats_global.php @@ -175,7 +175,7 @@ if ($form->validate()) { 100, 'question_tracking' ); - $table->column = 1; + $table->column = 4; $column = 0; foreach ($headers as $header) { $table->set_header($column, $header, false);