|
UVACanvasAccess
|
Represents a quiz report. More...


Public Member Functions | |
| string | ToPrettyString () |
| Returns a pretty, formatted string representation of the object. | |
Properties | |
| ulong? | Id [get] |
| ulong? | QuizId [get] |
| QuizReportType? | ReportType [get] |
| string | ReadableType [get] |
| bool? | IncludesAllVersions [get] |
| bool? | Anonymous [get] |
| bool? | Generatable [get] |
| DateTime? | CreatedAt [get] |
| DateTime? | UpdatedAt [get] |
| string | Url [get] |
| FileAttachment | File [get] |
| string | ProgressUrl [get] |
| JToken | Progress [get] |
Represents a quiz report.
|
inline |
Returns a pretty, formatted string representation of the object.
Implements UVACanvasAccess.Util.IPrettyPrint.