Fix table header from exercise results - refs #7612

1.10.x
Angel Fernando Quiroz Campos 11 years ago
parent 48ffb1b2ed
commit 7a6b5cf7e1
  1. 4
      main/exercice/Draggable.php

@ -7,7 +7,7 @@
* *
* @author Angel Fernando Quiroz Campos <angel.quiroz@beeznest.com> * @author Angel Fernando Quiroz Campos <angel.quiroz@beeznest.com>
*/ */
class Draggable extends Matching class Draggable extends Question
{ {
static $typePicture = 'matching.png'; static $typePicture = 'matching.png';
@ -236,7 +236,7 @@ class Draggable extends Matching
$header .= '<table class="' . $this->question_table_class . '"> $header .= '<table class="' . $this->question_table_class . '">
<tr> <tr>
<th>' . get_lang('ElementList') . '</th> <th>' . get_lang('ElementList') . '</th>
<th>' . get_lang('CorrespondsTo') . '</th> <th>' . get_lang('Status') . '</th>
</tr>'; </tr>';
return $header; return $header;

Loading…
Cancel
Save