fix lost icon

skala
Juan Carlos Raña 15 years ago
parent b472b9d84b
commit 5a3cfa1a9b
  1. 1
      main/exercice/question_create.php

@ -143,6 +143,7 @@ $pictures_question_types[3] = 'fill_in_blanks.gif';
$pictures_question_types[4] = 'matching.gif'; $pictures_question_types[4] = 'matching.gif';
$pictures_question_types[5] = 'open_answer.gif'; $pictures_question_types[5] = 'open_answer.gif';
$pictures_question_types[6] = 'hotspot.gif'; $pictures_question_types[6] = 'hotspot.gif';
$pictures_question_types[9] = 'mcmac.gif';
foreach (Question::$questionTypes as $key=>$value) foreach (Question::$questionTypes as $key=>$value)
{ {

Loading…
Cancel
Save