Hierarchy

  • ReturnsSubmission

Properties

attachment: null | number

Used by File API file_postupdate_standard_filemanager.

attachmentfiles

authorid: number

The author of the submission.

content: null | string

Submission text.

contentfiles

contentformat?: null | number

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

contenttrust: number

The trust mode of the data.

example: null | boolean

Is this submission an example from teacher.

feedbackauthor: null | string

Teacher comment/feedback for the author of the submission, for example describing the reasons for the grade overriding.

feedbackauthorformat?: null | number

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

grade: null | number

Aggregated grade for the submission. The grade is a decimal number from interval 0..100. If NULL then the grade for submission has not been aggregated yet.

gradeover: null | number

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

gradeoverby: null | number

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

id: number

The primary key of the record.

late: number

Has this submission been submitted after the deadline or during the assessment phase?

published: null | boolean

Shall the submission be available to other when the workshop is closed.

timecreated: number

Timestamp when the work was submitted for the first time.

timegraded: null | number

The timestamp when grade or gradeover was recently modified.

timemodified: number

Timestamp when the submission has been updated.

title: string

The submission title.

workshopid: number

The id of the workshop instance.

Generated using TypeDoc