. /** * This file defines interface of all grading evaluation classes * * @package mod-workshop * @copyright 2009 David Mudrak * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); /** * Defines all methods that grading evaluation subplugins has to implement */ interface workshop_evaluation { }