. /** * Strings for component 'feedback_file', language 'en' * * @package assignfeedback_file * @copyright 2012 NetSpot {@link http://www.netspot.com.au} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['configmaxbytes'] = 'Maximum file size'; $string['enabled'] = 'File feedback'; $string['enabled_help'] = 'If enabled, the teacher will be able to upload files with feedback when marking the assignments. These files may be, but are not limited to marked up student submissions, documents with comments or spoken audio feedback. '; $string['file'] = 'Feedback files'; $string['maxbytes'] = 'Maximum file size'; $string['maxfiles'] = 'Maximum number of uploaded files'; $string['maximumsize'] = 'Maximum file size'; $string['pluginname'] = 'File feedback';