. /** * Quiz responses report version information. * * @package quiz * @subpackage responses * @copyright 2011 Tim Hunt * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $plugin->version = 2011051200; $plugin->requires = 2011060313; $plugin->component = 'quiz_responses';