<FIELDNAME="duedate"TYPE="int"LENGTH="10"NOTNULL="true"DEFAULT="0"SEQUENCE="false"COMMENT="The due date for the assignment. Displayed to students."PREVIOUS="sendlatenotifications"NEXT="allowsubmissionsfromdate"/>
<FIELDNAME="allowsubmissionsfromdate"TYPE="int"LENGTH="10"NOTNULL="true"DEFAULT="0"SEQUENCE="false"COMMENT="If set, submissions will only be accepted after this date."PREVIOUS="duedate"NEXT="grade"/>
<FIELDNAME="grade"TYPE="int"LENGTH="10"NOTNULL="true"DEFAULT="0"SEQUENCE="false"COMMENT="The maximum grade for this assignment. Can be negative to indicate the use of a scale."PREVIOUS="allowsubmissionsfromdate"NEXT="timemodified"/>
<FIELDNAME="timemodified"TYPE="int"LENGTH="10"NOTNULL="true"DEFAULT="0"SEQUENCE="false"COMMENT="The time the settings for this assign module instance were last modified."PREVIOUS="grade"/>
<FIELDNAME="timemodified"TYPE="int"LENGTH="10"NOTNULL="true"DEFAULT="0"SEQUENCE="false"COMMENT="The time the settings for this assign module instance were last modified."PREVIOUS="grade"NEXT="requiresubmissionstatement"/>
<FIELDNAME="requiresubmissionstatement"TYPE="int"LENGTH="2"NOTNULL="true"DEFAULT="0"SEQUENCE="false"COMMENT="Forces the student to accept a submission statement when submitting an assignment"PREVIOUS="timemodified"/>
</FIELDS>
<KEYS>
<KEYNAME="primary"TYPE="primary"FIELDS="id"COMMENT="The unique id for this assignment instance."/>
$string['quickgradingchangessaved']='The grade changes were saved';
$string['quickgrading_help']='Quick grading allows you to assign grades (and outcomes) directly in the submissions table. Quick grading is not compatible with advanced grading and is not recommended when there are multiple markers.';
$string['requiresubmissionstatement']='Require that students accept the submission statement';
$string['requiresubmissionstatement_help']='Require that students accept the submission statement for all assignment submissions for this entire Moodle installation. If this setting is not enabled, then submission statements can be enabled or disabled in the settings for each assignment.';
$string['reverttodraftforstudent']='Revert submission to draft for student: (id={$a->id}, fullname={$a->fullname}).';
$string['reverttodraft']='Revert the submission to draft status.';
$string['reverttodraftshort']='Revert the submission to draft';