diff --git a/components/ILIAS/Test/src/Scoring/Manual/class.TestScoringByQuestionGUI.php b/components/ILIAS/Test/src/Scoring/Manual/class.TestScoringByQuestionGUI.php index 6558d2075d16..df36daa68c56 100755 --- a/components/ILIAS/Test/src/Scoring/Manual/class.TestScoringByQuestionGUI.php +++ b/components/ILIAS/Test/src/Scoring/Manual/class.TestScoringByQuestionGUI.php @@ -47,10 +47,12 @@ public function __construct( parent::__construct($object); $this->lng->loadLanguageModule('form'); + $this->ctrl->saveParameterByClass(self::class, 'q_id'); $uri = ILIAS_HTTP_PATH . '/' . $this->ctrl->getLinkTargetByClass( [\ilObjTestGUI::class, self::class], $this->getDefaultCommand() ); + $this->ctrl->clearParameterByClass(self::class, 'q_id'); $url_builder = new URLBuilder( (new DataFactory())->uri($uri) );