|
|
|
|
@ -5,13 +5,11 @@ |
|
|
|
|
* This file generates the ActionScript variables code used by the HotSpot .swf |
|
|
|
|
* @package chamilo.exercise |
|
|
|
|
* @author Toon Keppens |
|
|
|
|
* @version $Id: admin.php 10680 2007-01-11 21:26:23Z pcool $ |
|
|
|
|
*/ |
|
|
|
|
require_once '../inc/global.inc.php'; |
|
|
|
|
|
|
|
|
|
// set vars |
|
|
|
|
$questionId = intval($_GET['modifyAnswers']); |
|
|
|
|
error_log($questionId); |
|
|
|
|
$objQuestion = Question::read($questionId); |
|
|
|
|
$_course = api_get_course_info(); |
|
|
|
|
|
|
|
|
|
|