Browse Source

Minor - remove unnecessary code - refs #7705

Angel Fernando Quiroz Campos 9 years ago
parent
commit
45e6d835f8
1 changed files with 0 additions and 8 deletions
  1. 0 8
      main/exercice/hotspot_actionscript.as.php

+ 0 - 8
main/exercice/hotspot_actionscript.as.php

@@ -111,14 +111,6 @@ while ($hotspot = Database::fetch_assoc($result))
 $data['nmbrTries'] = $nmbrTries;
 $data['done'] = 'done';
 
-$objAnswerTmp = new Answer($questionId);
-
-$attempList = Event::getAllExerciseEventByExeId(40);
-$userChoice = $attempList[$questionId][0];
-//var_dump($answer->selectHotspotCoordinates($questionId), $userChoice);
-
 header('Content-Type: application/json');
 
-//echo '<pre>';
 echo json_encode($data, JSON_PRETTY_PRINT);
-//echo '</pre>';