Minor - fix order

pull/3922/head
Julio Montoya 5 years ago
parent e0410bd955
commit 6aaf42a856
  1. 3
      main/exercise/question_stats.php
  2. 2
      main/mySpace/question_stats_global.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'),
'%',
];

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

Loading…
Cancel
Save