Hierarchy

  • ReturnsAssessment

Properties

feedbackattachmentfiles

feedbackauthor: null | string

The comment/feedback from the reviewer for the author.

feedbackauthorattachment: null | number

Are there some files attached to the feedbackauthor field? Sets to 1 by file_postupdate_standard_filemanager().

feedbackauthorformat?: null | number

feedbackauthor format (1 = HTML, 0 = MOODLE, 2 = PLAIN, or 4 = MARKDOWN

feedbackcontentfiles

feedbackreviewer: null | string

The comment/feedback from the teacher for the reviewer. For example the reason why the grade for assessment was overridden

feedbackreviewerformat?: null | number

feedbackreviewer format (1 = HTML, 0 = MOODLE, 2 = PLAIN, or 4 = MARKDOWN

grade: null | number

The aggregated grade for submission suggested by the reviewer. The grade 0..100 is computed from the values assigned to the assessment dimensions fields. If NULL then it has not been aggregated yet.

gradinggrade: null | number

The computed grade 0..100 for this assessment. If NULL then it has not been computed yet.

gradinggradeover: null | number

Grade for the assessment manually overridden by a teacher. Grade is always from interval 0..100. If NULL then the grade is not overriden.

gradinggradeoverby: null | number

The id of the user who has overridden the grade for submission.

id: number

The primary key of the record.

reviewerid: number

The id of the reviewer who makes this assessment

submissionid: number

The id of the assessed submission

timecreated: null | number

If 0 then the assessment was allocated but the reviewer has not assessed yet. If greater than 0 then the timestamp of when the reviewer assessed for the first time

timemodified: null | number

If 0 then the assessment was allocated but the reviewer has not assessed yet. If greater than 0 then the timestamp of when the reviewer assessed for the last time

weight: number

The weight of the assessment for the purposes of aggregation

Generated using TypeDoc