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

pull/4909/head
NicoDucou 2 years ago
parent f680d7dec1
commit 03e8c26c31
  1. 3
      main/exercise/fill_blanks.class.php

@ -1384,9 +1384,6 @@ class FillBlanks extends Question
$resultsDisabled = false, $resultsDisabled = false,
$showTotalScoreAndUserChoices = false $showTotalScoreAndUserChoices = false
) { ) {
if ($resultsDisabled == RESULT_DISABLE_SHOW_SCORE_ATTEMPT_SHOW_ANSWERS_LAST_ATTEMPT_NO_FEEDBACK) {
return '';
}
return self::getHtmlAnswer( return self::getHtmlAnswer(
$answer, $answer,

Loading…
Cancel
Save