|
UVACanvasAccess
|
An answer for choice-like question types. More...


Public Member Functions | |
| override string | ToPrettyString () |
| Returns a pretty, formatted string representation of the object. | |
Public Member Functions inherited from UVACanvasAccess.Structures.Quizzes.QuizQuestionAnswer | |
| string | ToPrettyString () |
| Returns a pretty, formatted string representation of the object. | |
Additional Inherited Members | |
Protected Attributes inherited from UVACanvasAccess.Structures.Quizzes.QuizQuestionAnswer | |
| readonly Api | Api |
Properties inherited from UVACanvasAccess.Structures.Quizzes.QuizQuestionAnswer | |
| ulong? | Id [get] |
| string | AnswerText [get] |
| decimal? | AnswerWeight [get] |
| string | AnswerComments [get] |
| string | TextAfterAnswers [get] |
An answer for choice-like question types.
|
inline |
Returns a pretty, formatted string representation of the object.
Implements UVACanvasAccess.Util.IPrettyPrint.