Skip to content

Commit 03e8c26

Browse files
committed
Exercise : Fix Fill in the blank answer presentation to show all the student answers every time but the response only on last attempt -refs BT#21030
1 parent f680d7d commit 03e8c26

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

main/exercise/fill_blanks.class.php

-3
Original file line numberDiff line numberDiff line change
@@ -1384,9 +1384,6 @@ public static function getHtmlWrongAnswer(
13841384
$resultsDisabled = false,
13851385
$showTotalScoreAndUserChoices = false
13861386
) {
1387-
if ($resultsDisabled == RESULT_DISABLE_SHOW_SCORE_ATTEMPT_SHOW_ANSWERS_LAST_ATTEMPT_NO_FEEDBACK) {
1388-
return '';
1389-
}
13901387

13911388
return self::getHtmlAnswer(
13921389
$answer,

0 commit comments

Comments
 (0)