Skip to content

Commit

Permalink
Test: Fix UsrPassOverviewMode Must be Int
Browse files Browse the repository at this point in the history
  • Loading branch information
kergomard committed Jan 3, 2025
1 parent 6c5f3b0 commit bad1fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ILIAS/Test/classes/class.ilObjTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit bad1fde

Please sign in to comment.