diff --git a/main/exercice/exercise_result.php b/main/exercice/exercise_result.php index 823cd59df7..640a0fc2e8 100644 --- a/main/exercice/exercise_result.php +++ b/main/exercice/exercise_result.php @@ -29,7 +29,7 @@ * @author Olivier Brouckaert, main author * @author Roan Embrechts, some refactoring * @author Julio Montoya Armas switchable fill in blank option added -* @version $Id: exercise_result.php 20843 2009-05-19 17:19:12Z cvargas1 $ +* @version $Id: exercise_result.php 20937 2009-05-21 21:28:51Z cvargas1 $ * * @todo split more code up in functions, move functions to library? */ @@ -923,7 +923,7 @@ foreach ($questionList as $questionId) {

- + diff --git a/main/exercice/exercise_show.php b/main/exercice/exercise_show.php index 1c947b774b..c0f8687e8a 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 20933 2009-05-21 19:28:16Z yannoo $ +* @version $Id: exercise_show.php 20937 2009-05-21 21:28:51Z cvargas1 $ * * @todo remove the debug code and use the general debug library * @todo use the Database:: functions @@ -858,7 +858,7 @@ if ($show_results) { ?> - +
selectAnswer($answerId); @@ -882,7 +882,7 @@ if ($show_results) { echo '
'. // - ' + ' diff --git a/main/exercice/hotspot_admin.inc.php b/main/exercice/hotspot_admin.inc.php index ee1f07d1fe..58fe97f5f5 100644 --- a/main/exercice/hotspot_admin.inc.php +++ b/main/exercice/hotspot_admin.inc.php @@ -344,7 +344,7 @@ if($modifyAnswers) // Check to see if the version meets the requirements for playback if (hasReqestedVersion) { // if we've detected an acceptable version - var oeTags = '' + var oeTags = '' + '' + '' + ''; diff --git a/main/plugin/hotspot/hotspot_admin.fla b/main/plugin/hotspot/hotspot_admin.fla index 1f7ebdc3ff..d1fa467db6 100644 Binary files a/main/plugin/hotspot/hotspot_admin.fla and b/main/plugin/hotspot/hotspot_admin.fla differ diff --git a/main/plugin/hotspot/hotspot_admin.swf b/main/plugin/hotspot/hotspot_admin.swf index 3c68bda428..2f60320eb5 100644 Binary files a/main/plugin/hotspot/hotspot_admin.swf and b/main/plugin/hotspot/hotspot_admin.swf differ diff --git a/main/plugin/hotspot/hotspot_solution.fla b/main/plugin/hotspot/hotspot_solution.fla index 1572ec2854..c34490e82b 100644 Binary files a/main/plugin/hotspot/hotspot_solution.fla and b/main/plugin/hotspot/hotspot_solution.fla differ diff --git a/main/plugin/hotspot/hotspot_solution.swf b/main/plugin/hotspot/hotspot_solution.swf index 33ce2ad8ac..d5868e06c9 100644 Binary files a/main/plugin/hotspot/hotspot_solution.swf and b/main/plugin/hotspot/hotspot_solution.swf differ