diff --git a/qtism/runtime/tests/AssessmentTestSession.php b/qtism/runtime/tests/AssessmentTestSession.php index cbceb2130..2c8c1c3c0 100644 --- a/qtism/runtime/tests/AssessmentTestSession.php +++ b/qtism/runtime/tests/AssessmentTestSession.php @@ -1548,7 +1548,7 @@ public function jumpTo($position, $allowTimeout = false) // Check the time limits after the jump is trully performed. if ($allowTimeout === false) { - $this->checkTimeLimits(false, true); + $this->checkTimeLimits(false, true, false); } // No exception thrown, interact!