diff --git a/main/exercice/exercise.lib.php b/main/exercice/exercise.lib.php
index 003d224e61..5dbbc7bc58 100644
--- a/main/exercice/exercise.lib.php
+++ b/main/exercice/exercise.lib.php
@@ -1,4 +1,4 @@
-
-* @version $Id: exercise.lib.php 20938 2009-05-21 22:08:42Z aportugal $
+* @version $Id: exercise.lib.php 20952 2009-05-23 20:43:53Z cvargas1 $
*/
/**
@@ -314,7 +314,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 .= '- '.$answerId.'.- '.$objAnswerTmp->selectAnswer($answerId).'
';
diff --git a/main/exercice/exercise_result.php b/main/exercice/exercise_result.php
index 640a0fc2e8..18c5e181b8 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 20937 2009-05-21 21:28:51Z cvargas1 $
+* @version $Id: exercise_result.php 20952 2009-05-23 20:43:53Z cvargas1 $
*
* @todo split more code up in functions, move functions to library?
*/
@@ -411,12 +411,13 @@ function display_hotspot_answer($answerId, $answer, $studentChoice, $answerComme
?>
|
+
|
- |
|
@@ -520,7 +521,7 @@ foreach ($questionList as $questionId) {
|
-
+ |
|
@@ -554,18 +555,16 @@ foreach ($questionList as $questionId) {
?>
|
-
+
- |
+ |
|
-
-
- |
-
+
+ |
|
-
+ |
|
diff --git a/main/exercice/exercise_show.php b/main/exercice/exercise_show.php
index c0f8687e8a..d22b67886d 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 20937 2009-05-21 21:28:51Z cvargas1 $
+* @version $Id: exercise_show.php 20952 2009-05-23 20:43:53Z cvargas1 $
*
* @todo remove the debug code and use the general debug library
* @todo use the Database:: functions
@@ -330,7 +330,6 @@ function display_hotspot_answer($answerId, $answer, $studentChoice, $answerComme
- |
@@ -858,7 +857,7 @@ if ($show_results) {
?>
|
-
+
selectAnswer($answerId);
diff --git a/main/plugin/hotspot/hotspot_solution.fla b/main/plugin/hotspot/hotspot_solution.fla
index c34490e82b..f8e7a9d719 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 d5868e06c9..e6dcad698f 100644
Binary files a/main/plugin/hotspot/hotspot_solution.swf and b/main/plugin/hotspot/hotspot_solution.swf differ
diff --git a/main/plugin/hotspot/hotspot_user.fla b/main/plugin/hotspot/hotspot_user.fla
index 5c33965abe..68f3303e1d 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 bdf62b3621..d6917fa0c2 100644
Binary files a/main/plugin/hotspot/hotspot_user.swf and b/main/plugin/hotspot/hotspot_user.swf differ
| |