[svn r15438] remove "display hotspots" and "display user clicks" in hotspots

skala
Eric Marguin 18 years ago
parent 2859a5711e
commit adbc434f7c
  1. 4
      main/exercice/exercise_result.php
  2. 2
      main/exercice/exercise_show.php
  3. BIN
      main/plugin/hotspot/hotspot_solution.fla
  4. BIN
      main/plugin/hotspot/hotspot_solution.swf

@ -25,7 +25,7 @@
* @package dokeos.exercise
* @author Olivier Brouckaert, main author
* @author Roan Embrechts, some refactoring
* @version $Id: exercise_result.php 15412 2008-05-26 13:56:24Z elixir_inter $
* @version $Id: exercise_result.php 15438 2008-05-27 06:46:30Z elixir_inter $
*
* @todo split more code up in functions, move functions to library?
*/
@ -736,7 +736,7 @@ $exerciseTitle=api_parse_tex($exerciseTitle);
<tr>
<td colspan="2">
<i><?php echo get_lang('Hotspot'); ?></i><br /><br />
<object type="application/x-shockwave-flash" data="../plugin/hotspot/hotspot_solution.swf?modifyAnswers=<?php echo $questionId ?>&exe_id=&from_db=0" width="556" height="481">
<object type="application/x-shockwave-flash" data="../plugin/hotspot/hotspot_solution.swf?modifyAnswers=<?php echo $questionId ?>&exe_id=&from_db=0" width="556" height="421">
<param name="movie" value="../plugin/hotspot/hotspot_solution.swf?modifyAnswers=<?php echo $questionId ?>&exe_id=&from_db=0" />
</object>
</td>

@ -728,7 +728,7 @@ $result =api_sql_query($query, __FILE__, __LINE__);
echo '
<tr>
<td colspan="2">
<object type="application/x-shockwave-flash" data="../plugin/hotspot/hotspot_solution.swf?modifyAnswers='.$questionId.'&exe_id='.$id.'&from_db=1" width="556" height="481">
<object type="application/x-shockwave-flash" data="../plugin/hotspot/hotspot_solution.swf?modifyAnswers='.$questionId.'&exe_id='.$id.'&from_db=1" width="556" height="421">
<param name="movie" value="../plugin/hotspot/hotspot_solution.swf?modifyAnswers='.$questionId.'&exe_id='.$id.'&from_db=1" />
</object>
</td>

Loading…
Cancel
Save