diff --git a/main/exercice/exercice.php b/main/exercice/exercice.php index 88364cbc9e..3e7184f8b6 100644 --- a/main/exercice/exercice.php +++ b/main/exercice/exercice.php @@ -24,7 +24,7 @@ * @author Olivier Brouckaert, original author * @author Denes Nagy, HotPotatoes integration * @author Wolfgang Schneider, code/html cleanup -* @version $Id: exercice.php 11107 2007-02-14 09:46:32Z elixir_julian $ +* @version $Id: exercice.php 11110 2007-02-14 13:48:08Z elixir_julian $ */ @@ -310,7 +310,7 @@ if($show == 'test'){ { //error_log('is_allowedToEdit and origin<> learnpath',0); echo "", - "\"new ".get_lang("NewEx")."", + "\"new ".get_lang("NewEx")."", //"\"new".get_lang("QuestionPool")." | ", //" | \"HotPotatoes\" ".get_lang("ImportHotPotatoesQuiz")."", diff --git a/main/exercice/exercise.lib.php b/main/exercice/exercise.lib.php index fa15edc2da..380088ea9d 100644 --- a/main/exercice/exercise.lib.php +++ b/main/exercice/exercise.lib.php @@ -23,7 +23,7 @@ * shows a question and its answers * @package dokeos.exercise * @author Olivier Brouckaert -* @version $Id: exercise.lib.php 11107 2007-02-14 09:46:32Z elixir_julian $ +* @version $Id: exercise.lib.php 11110 2007-02-14 13:48:08Z elixir_julian $ */ @@ -441,6 +441,7 @@ function showQuestion($questionId, $onlyAnswers=false, $origin=false) echo $s; } + echo " "; return $nbrAnswers; } diff --git a/main/exercice/question_pool.php b/main/exercice/question_pool.php index 15eb4f3dec..b908ec3918 100644 --- a/main/exercice/question_pool.php +++ b/main/exercice/question_pool.php @@ -24,7 +24,7 @@ * One question can be in several exercises * @package dokeos.exercise * @author Olivier Brouckaert -* @version $Id: question_pool.php 11107 2007-02-14 09:46:32Z elixir_julian $ +* @version $Id: question_pool.php 11110 2007-02-14 13:48:08Z elixir_julian $ */ // name of the language file that needs to be included @@ -297,7 +297,7 @@ if($is_allowedToEdit) { ?> - <?php echo get_lang('Reuse'); ?> + <?php echo get_lang('Reuse'); ?>