diff --git a/models/classes/class.QtiTestService.php b/models/classes/class.QtiTestService.php index a3d6339a4..66e62c25d 100644 --- a/models/classes/class.QtiTestService.php +++ b/models/classes/class.QtiTestService.php @@ -377,6 +377,8 @@ public function importMultipleTests( $report->add(common_report_Report::createFailure($invalidArchiveMsg)); } + // @todo Changing this file should trigger an error in the pipelines due to high CC + // Validate the manifest (well formed XML, valid against the schema). if ($validPackage === true) { $folder = $qtiPackageParser->extract();