* @todo remove the debug code and use the general debug library
* @todo use the Database:: functions
@ -679,10 +679,14 @@ if ($show_results) {
$queryfill = "select answer from ".$TBL_TRACK_ATTEMPT." where exe_id = '".Database::escape_string($id)."' and question_id= '".Database::escape_string($questionId)."'";