/**
  * Skip the current item.
  *
  * @throws AssessmentTestSessionException If the test session is not running or it is the last route item of the testPart but the SIMULTANEOUS submission mode is in force and not all responses were provided.
  * @qtism-test-interaction
  * @qtism-test-duration-update
  */
 public function skip()
 {
     $sessionMemento = $this->getSessionMemento();
     parent::skip();
     $this->triggerEventChange($sessionMemento);
 }