diff --git a/Modules/Test/classes/class.ilObjTest.php b/Modules/Test/classes/class.ilObjTest.php index fc9dd1f281fe..d448dc4dd91a 100755 --- a/Modules/Test/classes/class.ilObjTest.php +++ b/Modules/Test/classes/class.ilObjTest.php @@ -6345,7 +6345,7 @@ public function applyDefaults($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(