|
UVACanvasAccess
|
Represents a quiz question. More...


Public Member Functions | |
| virtual string | ToPrettyString () |
| Returns a pretty, formatted string representation of the object. | |
Protected Attributes | |
| readonly Api | Api |
Properties | |
| ulong? | Id [get] |
| ulong? | QuizId [get] |
| ulong? | QuizGroupId [get] |
| uint? | Position [get] |
| string | QuestionName [get] |
| QuizQuestionType? | QuestionType [get] |
| string | QuestionText [get] |
| decimal? | PointsPossible [get] |
| string | CorrectComments [get] |
| string | IncorrectComments [get] |
| string | NeutralComments [get] |
| string | TextAfterAnswers [get] |
| IEnumerable< QuizQuestionAnswer > | Answers [get] |
Represents a quiz question.
|
inlinevirtual |
Returns a pretty, formatted string representation of the object.
Implements UVACanvasAccess.Util.IPrettyPrint.