. /** * This file defines interface of all grading evaluation classes * * @package mod-workshop-eval * @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 * * @todo */ interface workshop_evaluation { }