Sfoglia il codice sorgente

Minor - remove unnecessary code - refs #7705

Angel Fernando Quiroz Campos 9 anni fa
parent
commit
45e6d835f8
1 ha cambiato i file con 0 aggiunte e 8 eliminazioni
  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>';