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);