From 536bbe9c5281544a00b37e42a8add6b5eb68c079 Mon Sep 17 00:00:00 2001 From: Angel Fernando Quiroz Campos Date: Mon, 22 Jan 2018 15:34:59 -0500 Subject: [PATCH] Show feedback audio when feedback text is empty - refs BT#13894 --- main/exercise/exercise_show.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/exercise/exercise_show.php b/main/exercise/exercise_show.php index fcf3b61dba..a9403d4c22 100755 --- a/main/exercise/exercise_show.php +++ b/main/exercise/exercise_show.php @@ -721,8 +721,8 @@ foreach ($questionList as $questionId) { $comnt = Event::get_comments($id, $questionId); if (!empty($comnt)) { echo ExerciseLib::getFeedbackText($comnt); - echo ExerciseLib::getOralFeedbackAudio($id, $questionId, $student_id); } + echo ExerciseLib::getOralFeedbackAudio($id, $questionId, $student_id); echo ''; echo '