From 021355930497ccd3a06d1b8edf01ee9a13bd1cdf 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 bb8ad94ee6..32f9fb82a5 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 '