Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
wazelin committed Oct 7, 2022
2 parents df61121 + fddf9ab commit 850b3f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/qtism/runtime/tests/AssessmentTestSession.php
Original file line number Diff line number Diff line change
Expand Up @@ -2510,6 +2510,10 @@ public function moveNextAssessmentSection()
while ($route->valid() === true && $route->current()->getAssessmentSection() === $from->getAssessmentSection()) {
$route->next();
}

if ($route->valid() === false && $this->isRunning() === true) {
$this->endTestSession();
}
}

/**
Expand Down

0 comments on commit 850b3f2

Please sign in to comment.