. /** * Strings for the quizaccess_ipaddress plugin. * * @package quizaccess * @subpackage ipaddress * @copyright 2011 The Open University * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $string['pluginname'] = 'IP address quiz access rule'; $string['subnetwrong'] = 'This quiz is only accessible from certain locations, and this computer is not on the allowed list.';