|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\Test\Results\Presentation\Settings:Public Member Functions | |
| __construct (private int $test_obj_id, private bool $show_hidden_questions=false, private bool $show_optional_questions=false, private bool $show_best_solution=true, private bool $show_feedback=true, private bool $question_text_only=false, private bool $show_recapitulation=false) | |
| getTestObjId () | |
| getShowHiddenQuestions () | |
| getShowOptionalQuestions () | |
| getShowBestSolution () | |
| getShowFeedback () | |
| getQuestionTextOnly () | |
| getShowRecapitulation () | |
Definition at line 23 of file Settings.php.
| ILIAS\Test\Results\Presentation\Settings::__construct | ( | private int | $test_obj_id, |
| private bool | $show_hidden_questions = false, |
||
| private bool | $show_optional_questions = false, |
||
| private bool | $show_best_solution = true, |
||
| private bool | $show_feedback = true, |
||
| private bool | $question_text_only = false, |
||
| private bool | $show_recapitulation = false |
||
| ) |
Definition at line 25 of file Settings.php.
| ILIAS\Test\Results\Presentation\Settings::getQuestionTextOnly | ( | ) |
Definition at line 61 of file Settings.php.
| ILIAS\Test\Results\Presentation\Settings::getShowBestSolution | ( | ) |
Definition at line 51 of file Settings.php.
| ILIAS\Test\Results\Presentation\Settings::getShowFeedback | ( | ) |
Definition at line 56 of file Settings.php.
| ILIAS\Test\Results\Presentation\Settings::getShowHiddenQuestions | ( | ) |
Definition at line 41 of file Settings.php.
| ILIAS\Test\Results\Presentation\Settings::getShowOptionalQuestions | ( | ) |
Definition at line 46 of file Settings.php.
| ILIAS\Test\Results\Presentation\Settings::getShowRecapitulation | ( | ) |
Definition at line 66 of file Settings.php.
| ILIAS\Test\Results\Presentation\Settings::getTestObjId | ( | ) |
Definition at line 36 of file Settings.php.