ILIAS  trunk Revision v11.0_alpha-1713-gd8962da2f67
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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)