[svn r10933]

skala
Eric Marguin 19 years ago
parent f29b4d6718
commit c99040ae87
  1. 4
      main/exercice/question.class.php

@ -22,7 +22,7 @@
* File containing the Question class. * File containing the Question class.
* @package dokeos.exercise * @package dokeos.exercise
* @author Olivier Brouckaert * @author Olivier Brouckaert
* @version $Id: question.class.php 10897 2007-01-25 12:45:10Z elixir_inter $ * @version $Id: question.class.php 10933 2007-01-26 16:36:33Z elixir_inter $
*/ */
@ -795,7 +795,7 @@ abstract class Question
static function display_type_menu () static function display_type_menu ()
{ {
global $exerciseId; global $exerciseId;
echo '<div>'; echo '<h4>'.get_lang('AddQ').' :</h4> <div>';
foreach(self::$questionTypes as $i=>$a_type) foreach(self::$questionTypes as $i=>$a_type)
{ {

Loading…
Cancel
Save