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 014c12e commit b369edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/Test/classes/class.ilObjTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit b369edd

Please sign in to comment.