19declare(strict_types=1);
37 protected UIFactory $ui_factory,
38 protected UIRenderer $ui_renderer,
40 protected DataFactory $data_factory,
41 protected HTTPService
$http,
70 $settings_result = $test_obj->getScoreSettings()->getResultDetailsSettings();
72 $show_hidden_questions =
false;
73 $show_optional_questions =
true;
74 $show_best_solution = $is_user_output ?
80 $show_hidden_questions,
81 $show_optional_questions,
83 $settings_result->getShowSolutionFeedback(),
84 $settings_result->getShowSolutionAnswersOnly(),
85 $settings_result->getShowSolutionSuggested()
Builds a Color from either hex- or rgb values.
getAttemptResultsSettings(\ilObjTest $test_obj, bool $is_user_output)
__construct(protected UIFactory $ui_factory, protected UIRenderer $ui_renderer, protected Refinery $refinery, protected DataFactory $data_factory, protected HTTPService $http, protected Language $lng)
getAttemptResultsPresentationTable(AttemptSolutions $attempt_result, Settings $settings, string $title, bool $for_print)
getShowSolutionListComparison()
static get(string $a_var)
return['delivery_method'=> 'php',]
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
An entity that renders components to a string output.
static http()
Fetches the global http state from ILIAS.