diff --git a/components/ILIAS/Test/classes/class.ilObjTest.php b/components/ILIAS/Test/classes/class.ilObjTest.php index 024ec5b3773b..cc9362c0d811 100755 --- a/components/ILIAS/Test/classes/class.ilObjTest.php +++ b/components/ILIAS/Test/classes/class.ilObjTest.php @@ -5854,7 +5854,7 @@ public function applyDefaults(array $test_defaults): bool ->withUsePreviousAnswerAllowed((bool) $testsettings['use_previous_answers']) ->withSuspendTestAllowed((bool) $testsettings['ShowCancel']) ->withPostponedQuestionsMoveToEnd((bool) $testsettings['SequenceSettings']) - ->withUsrPassOverviewMode($testsettings['ListOfQuestionsSettings']) + ->withUsrPassOverviewMode((int) $testsettings['ListOfQuestionsSettings']) ->withQuestionMarkingEnabled((bool) $testsettings['ShowMarker']) ) ->withFinishingSettings(