<FIELDNAME="contextid"TYPE="int"LENGTH="10"NOTNULL="true"UNSIGNED="true"DEFAULT="0"SEQUENCE="false"COMMENT="context that this category is shared in"PREVIOUS="name"NEXT="info"/>
<FIELDNAME="generalfeedback"TYPE="text"LENGTH="small"NOTNULL="true"SEQUENCE="false"COMMENT="to store the question feedback"PREVIOUS="image"NEXT="defaultgrade"/>
<FIELDNAME="generalfeedback"TYPE="text"LENGTH="small"NOTNULL="true"SEQUENCE="false"COMMENT="to store the question feedback"PREVIOUS="questiontextformat"NEXT="generalfeedbackformat"/>
<FIELDNAME="flagged"TYPE="int"LENGTH="2"NOTNULL="true"UNSIGNED="false"DEFAULT="0"SEQUENCE="false"COMMENT="The person attempting the question may mark certain questions within their question_attempt if the module that owns the attempt allow it. This field stores the status of that flag."PREVIOUS="manualcomment"/>
<FIELDNAME="flagged"TYPE="int"LENGTH="2"NOTNULL="true"UNSIGNED="false"DEFAULT="0"SEQUENCE="false"COMMENT="The person attempting the question may mark certain questions within their question_attempt if the module that owns the attempt allow it. This field stores the status of that flag."PREVIOUS="manualcommentformat"/>
<TABLENAME="grade_outcomes"COMMENT="This table describes the outcomes used in the system. An outcome is a statement tied to a rubric scale from low to high, such as “Not met, Borderline, Met” (stored as 0,1 or 2)"PREVIOUS="events_queue_handlers"NEXT="grade_outcomes_courses">
<TABLENAME="grade_outcomes"COMMENT="This table describes the outcomes used in the system. An outcome is a statement tied to a rubric scale from low to high, such as âNot met, Borderline, Metâ (stored as 0,1 or 2)"PREVIOUS="events_queue_handlers"NEXT="grade_outcomes_courses">
<FIELDS>
<FIELDNAME="id"TYPE="int"LENGTH="10"NOTNULL="true"UNSIGNED="true"SEQUENCE="true"COMMENT="id of the table"NEXT="courseid"/>
<FIELDNAME="courseid"TYPE="int"LENGTH="10"NOTNULL="false"UNSIGNED="true"SEQUENCE="false"COMMENT="Mostly these are defined site wide ie NULL"PREVIOUS="id"NEXT="shortname"/>
<FIELDNAME="feedbacktext"TYPE="text"LENGTH="small"NOTNULL="true"SEQUENCE="false"COMMENT="The feedback to show for a attempt where mingrade <= attempt grade < maxgrade. See function quiz_feedback_for_grade in mod/quiz/locallib.php."PREVIOUS="quizid"NEXT="mingrade"/>
<FIELDNAME="mingrade"TYPE="number"LENGTH="10"NOTNULL="true"UNSIGNED="false"DEFAULT="0"SEQUENCE="false"DECIMALS="5"COMMENT="The lower limit of this grade band. Inclusive."PREVIOUS="feedbacktext"NEXT="maxgrade"/>
<FIELDNAME="feedbacktext"TYPE="text"LENGTH="small"NOTNULL="true"SEQUENCE="false"COMMENT="The feedback to show for a attempt where mingrade <= attempt grade < maxgrade. See function quiz_feedback_for_grade in mod/quiz/locallib.php."PREVIOUS="quizid"NEXT="feedbacktextformat"/>
<FIELDNAME="mingrade"TYPE="number"LENGTH="10"NOTNULL="true"UNSIGNED="false"DEFAULT="0"SEQUENCE="false"DECIMALS="5"COMMENT="The lower limit of this grade band. Inclusive."PREVIOUS="feedbacktextformat"NEXT="maxgrade"/>
<FIELDNAME="maxgrade"TYPE="number"LENGTH="10"NOTNULL="true"UNSIGNED="false"DEFAULT="0"SEQUENCE="false"DECIMALS="5"COMMENT="The upper limit of this grade band. Exclusive."PREVIOUS="mingrade"/>