diff --git a/main/exercice/exercise.lib.php b/main/exercice/exercise.lib.php index 3146e11079..081a54bdfb 100644 --- a/main/exercice/exercise.lib.php +++ b/main/exercice/exercise.lib.php @@ -1,4 +1,4 @@ - -* @version $Id: exercise.lib.php 19760 2009-04-14 15:23:58Z juliomontoya $ +* @version $Id: exercise.lib.php 19813 2009-04-17 00:19:28Z cvargas1 $ */ /** @@ -287,7 +287,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. '; @@ -444,7 +444,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 f48c55c5bf..a78bf45084 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 19809 2009-04-16 20:05:58Z cfasanando $ +* @version $Id: exercise_show.php 19813 2009-04-17 00:19:28Z cvargas1 $ * * @todo remove the debug code and use the general debug library * @todo use the Database:: functions @@ -866,7 +866,7 @@ function display_hotspot_answer($answerId, $answer, $studentChoice, $answerComme echo ' - + diff --git a/main/plugin/hotspot/hotspot_user.fla b/main/plugin/hotspot/hotspot_user.fla index fbd5665832..7b4fe8d7fb 100644 Binary files a/main/plugin/hotspot/hotspot_user.fla and b/main/plugin/hotspot/hotspot_user.fla differ diff --git a/main/plugin/hotspot/hotspot_user.swf b/main/plugin/hotspot/hotspot_user.swf index ca05ade6fd..9a2740437a 100644 Binary files a/main/plugin/hotspot/hotspot_user.swf and b/main/plugin/hotspot/hotspot_user.swf differ