Hierarchy

  • ReturnsAttempt

Properties

attempt: null | number

Sequentially numbers this students attempts at this quiz.

currentpage: null | number

Attempt current page.

gradednotificationsenttime: null | number

Time when the student was notified that manual grading of their attempt was complete.

id: null | number

Attempt id.

layout: null | string

Attempt layout.

preview: null | number

Whether is a preview attempt or not.

quiz: null | number

Foreign key reference to the quiz that was attempted.

state: null | string

The current state of the attempts. 'inprogress', 'overdue', 'finished' or 'abandoned'.

sumgrades: null | number

Total marks for this attempt.

timecheckstate: null | number

Next time quiz cron should check attempt for state changes. NULL means never check.

timefinish: null | number

Time when the attempt was submitted. 0 if the attempt has not been submitted yet.

timemodified: null | number

Last modified time.

timemodifiedoffline: null | number

Last modified time via webservices.

timestart: null | number

Time when the attempt was started.

uniqueid: null | number

Foreign key reference to the question_usage that holds the details of the the question_attempts that make up this quiz attempt.

userid: null | number

Foreign key reference to the user whose attempt this is.

Generated using TypeDoc