Update questions list to show "score" column title instead of "Performance", that is more for students

remotes/angel/1.11.x
Yannick Warnier 8 years ago
parent 871a679f69
commit cdb7c1c1b1
  1. 2
      main/exercise/question_list_admin.inc.php

@ -176,7 +176,7 @@ if (!$inATest) {
echo "<th style=\"width: 10%;\">" .get_lang('Type'). "</th>";
echo "<th style=\"width: 20%;\">" .get_lang('Category'). "</th>";
echo "<th style=\"width: 10%;\">" .get_lang('Difficulty'). "</th>";
echo "<th style=\"width: 10%;\">" .get_lang('Score'). "</th>";
echo "<th style=\"width: 10%;\">" .get_lang('MaximumScore'). "</th>";
echo "<th style=\"width: 10%;\">" .get_lang('Actions'). "</th>";
echo "</tr>";
echo "</table>";

Loading…
Cancel
Save