Skip to content

Commit

Permalink
TA: use PresentationTable for results, remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nhaagen committed Oct 17, 2023
1 parent bcc0cee commit 953532c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions Modules/Test/classes/class.ilTestEvaluationGUI.php
Original file line number Diff line number Diff line change
Expand Up @@ -1110,9 +1110,6 @@ public function outUserPassDetails(): void
$command_solution_details = "outCorrectSolution";
}

//$questionAnchorNav = $this->object->canShowSolutionPrintview();
//$questionAnchorNav = $this->object->getShowSolutionListOwnAnswers();

$tpl = new ilTemplate('tpl.il_as_tst_pass_details_overview_participants.html', true, true, "Modules/Test");

$toolbar = $this->buildUserTestResultsToolbarGUI();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ public function getSolutionOutput(
$template->setVariable("ANSWER_IMAGE_TITLE", ilLegacyFormElementsUtil::prepareFormOutput($alt));
$template->parseCurrentBlock();
}
//if ($show_feedback) {

if ($show_inline_feedback) {
$this->populateInlineFeedback($template, $answer_id, $user_solution);
}
Expand Down

0 comments on commit 953532c

Please sign in to comment.