Skip to content

Commit

Permalink
Test: Fix Showing Icons for Correct Answers
Browse files Browse the repository at this point in the history
  • Loading branch information
kergomard committed Mar 15, 2024
1 parent 6b4bf4f commit 280513b
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -474,9 +474,6 @@ public function getSolutionOutput(
$answers_gui->setCorrectnessTrueElementList(
$solutionOrderingList->getParityTrueElementList($this->object->getOrderingElementList())
);
if (!$show_correct_solution) {
$answers_gui->setShowCorrectnessIconsEnabled(true);
}
$solution_html = $answers_gui->getHTML();

$template = new ilTemplate("tpl.il_as_qpl_nested_ordering_output_solution.html", true, true, "Modules/TestQuestionPool");
Expand Down

0 comments on commit 280513b

Please sign in to comment.