diff --git a/main/exercice/calculated_answer.class.php b/main/exercice/calculated_answer.class.php index d12d4b9585..a2c9c3559c 100644 --- a/main/exercice/calculated_answer.class.php +++ b/main/exercice/calculated_answer.class.php @@ -260,7 +260,7 @@ class CalculatedAnswer extends Question */ public function isAnswered() { - $table = Database::get_main_table(TABLE_STATISTIC_TRACK_E_ATTEMPT);var_dump($this->course); + $table = Database::get_main_table(TABLE_STATISTIC_TRACK_E_ATTEMPT); $result = Database::select( 'question_id', $table,