[svn r10739] changes the menu of question types

skala
Eric Marguin 19 years ago
parent 20200ae69d
commit a772f5de6a
  1. 3
      main/exercice/question_list_admin.inc.php

@ -1,4 +1,4 @@
<?php // $Id: question_list_admin.inc.php 10738 2007-01-15 16:53:22Z elixir_inter $ <?php // $Id: question_list_admin.inc.php 10739 2007-01-15 16:56:47Z elixir_inter $
/* /*
============================================================================== ==============================================================================
Dokeos - elearning and course management software Dokeos - elearning and course management software
@ -74,6 +74,7 @@ if($deleteQuestion)
unset($objQuestionTmp); unset($objQuestionTmp);
} }
echo '<a href="question_pool.php?fromExercise='.$exerciseId.'">'.get_lang('GetExistingQuestion').'</a>';
Question :: display_type_menu (); Question :: display_type_menu ();
?> ?>

Loading…
Cancel
Save