From 74effcc413edd9d28866f82f33baae2bba2126b8 Mon Sep 17 00:00:00 2001 From: Carlos Vargas Date: Wed, 8 Apr 2009 02:19:19 +0200 Subject: [PATCH] [svn r19619] changes in hotspot see FS#3991 --- main/exercice/exercise.lib.php | 8 ++++---- main/exercice/exercise_show.php | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/main/exercice/exercise.lib.php b/main/exercice/exercise.lib.php index 0edfdd8671..f570184a8f 100644 --- a/main/exercice/exercise.lib.php +++ b/main/exercice/exercise.lib.php @@ -1,4 +1,4 @@ - -* @version $Id: exercise.lib.php 19511 2009-04-02 18:06:07Z iflorespaz $ +* @version $Id: exercise.lib.php 19619 2009-04-08 00:19:19Z cvargas1 $ */ /** @@ -292,7 +292,7 @@ function showQuestion($questionId, $onlyAnswers=false, $origin=false,$current_it $objAnswerTmp=new Answer($questionId); $nbrAnswers=$objAnswerTmp->selectNbrAnswers(); - $answer_list = '
'.get_lang('HotspotZones').'
    '; + $answer_list = '
    '.get_lang('HotspotZones').'
      '; for($answerId=1;$answerId <= $nbrAnswers;$answerId++) { $answer_list .= '
    1. '.$objAnswerTmp->selectAnswer($answerId).'
    2. '; @@ -449,7 +449,7 @@ function showQuestion($questionId, $onlyAnswers=false, $origin=false,$current_it // Check to see if the version meets the requirements for playback if (hasReqestedVersion) { // if we've detected an acceptable version - var oeTags = '' + var oeTags = '' + '' + '<\/object>'; document.write(oeTags); // embed the Flash Content SWF when all tests are passed diff --git a/main/exercice/exercise_show.php b/main/exercice/exercise_show.php index fb41fabf02..89e539bed9 100644 --- a/main/exercice/exercise_show.php +++ b/main/exercice/exercise_show.php @@ -4,7 +4,7 @@ * * @package dokeos.exercise * @author Julio Montoya Armas Added switchable fill in blank option added -* @version $Id: exercise_show.php 19254 2009-03-24 22:18:53Z cvargas1 $ +* @version $Id: exercise_show.php 19619 2009-04-08 00:19:19Z cvargas1 $ * * @todo remove the debug code and use the general debug library * @todo use the Database:: functions @@ -864,7 +864,7 @@ function display_hotspot_answer($answerId, $answer, $studentChoice, $answerComme echo ' - +