private function instantResponseCmd()
 {
     $this->questionOBJ->persistPreviewState($this->previewSession);
     $this->previewSession->setInstantResponseActive(true);
     $this->ctrl->redirect($this, self::CMD_SHOW);
 }