|
UVACanvasAccess
|
Represents a quiz submission. More...


Public Member Functions | |
| string | ToPrettyString () |
| Returns a pretty, formatted string representation of the object. | |
Properties | |
| ulong? | Id [get] |
| ulong? | QuizId [get] |
| ulong? | UserId [get] |
| ulong? | SubmissionId [get] |
| decimal? | Score [get] |
| decimal? | KeptScore [get] |
| DateTime? | StartedAt [get] |
| DateTime? | FinishedAt [get] |
| DateTime? | EndAt [get] |
| uint? | Attempt [get] |
| uint? | ExtraAttempts [get] |
| uint? | ExtraTime [get] |
| bool? | ManuallyUnlocked [get] |
| uint? | TimeSpent [get] |
| decimal? | ScoreBeforeRegrade [get] |
| uint? | TimesGraded [get] |
| string | WorkflowState [get] |
| string | ValidationToken [get] |
| uint? | QuizVersion [get] |
| decimal? | QuizPointsPossible [get] |
| DateTime? | QuizSubmittedAt [get] |
| UserDisplay | User [get] |
| Quiz | Quiz [get] |
| Submission | Submission [get] |
| string | HtmlUrl [get] |
Represents a quiz submission.
|
inline |
Returns a pretty, formatted string representation of the object.
Implements UVACanvasAccess.Util.IPrettyPrint.