UVACanvasAccess
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | Properties | List of all members
UVACanvasAccess.Structures.Quizzes.QuizQuestionAnswer Class Referenceabstract

Represents an answer option for a quiz question. More...

Inheritance diagram for UVACanvasAccess.Structures.Quizzes.QuizQuestionAnswer:
Inheritance graph
[legend]
Collaboration diagram for UVACanvasAccess.Structures.Quizzes.QuizQuestionAnswer:
Collaboration graph
[legend]

Public Member Functions

string ToPrettyString ()
 Returns a pretty, formatted string representation of the object.
 

Protected Attributes

readonly Api Api
 

Properties

ulong? Id [get]
 
string AnswerText [get]
 
decimal? AnswerWeight [get]
 
string AnswerComments [get]
 
string TextAfterAnswers [get]
 

Detailed Description

Represents an answer option for a quiz question.

Member Function Documentation

◆ ToPrettyString()

string UVACanvasAccess.Structures.Quizzes.QuizQuestionAnswer.ToPrettyString ( )
abstract

Returns a pretty, formatted string representation of the object.

Returns
The formatted string.

Implements UVACanvasAccess.Util.IPrettyPrint.


The documentation for this class was generated from the following file: