ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
MarksRepository.php
Go to the documentation of this file.
1 <?php
2 
19 namespace ILIAS\Test\Scoring\Marks;
20 
25 interface MarksRepository
26 {
27  public function getMarkSchemaFor(int $test_id): MarkSchema;
28  public function storeMarkSchema(MarkSchema $mark_schema): void;
29 }
A class defining mark schemas for assessment test objects.
Definition: MarkSchema.php:35
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
storeMarkSchema(MarkSchema $mark_schema)