*/ namespace oat\taoQtiTest\models\runner\rubric; use oat\taoQtiTest\models\runner\RunnerServiceContext; use qtism\data\AssessmentItemRef; /** * Interface RunnerRubric * @package oat\taoQtiTest\models\runner\rubrick */ interface RunnerRubric { /** * Gets the rubrics according to the current session state * @param RunnerServiceContext $context * @param AssessmentItemRef $itemRef (optional) otherwise use the current * @return mixed */ public function getRubrics(RunnerServiceContext $context, AssessmentItemRef $itemRef = null); }