UVACanvasAccess
Loading...
Searching...
No Matches
Public Member Functions | List of all members
UVACanvasAccess.Structures.Quizzes.GenericQuizQuestionBuilder Class Reference
Inheritance diagram for UVACanvasAccess.Structures.Quizzes.GenericQuizQuestionBuilder:
Inheritance graph
[legend]
Collaboration diagram for UVACanvasAccess.Structures.Quizzes.GenericQuizQuestionBuilder:
Collaboration graph
[legend]

Public Member Functions

 GenericQuizQuestionBuilder (Api api, bool isEditing, ulong courseId, ulong quizId, ulong? questionId, string questionName, string questionText)
 
- Public Member Functions inherited from UVACanvasAccess.Structures.Quizzes.QuizQuestionBuilder
QuizQuestionBuilder WithPointsPossible (decimal points)
 
QuizQuestionBuilder WithCorrectComments ([NotNull] string comments)
 
QuizQuestionBuilder WithIncorrectComments ([NotNull] string comments)
 
QuizQuestionBuilder WithNeutralComments ([NotNull] string comments)
 
QuizQuestionBuilder WithTextAfterAnswers ([NotNull] string text)
 
Task< QuizQuestionPost ()
 Performs the operation using the fields in this builder.
 

Additional Inherited Members

- Protected Member Functions inherited from UVACanvasAccess.Structures.Quizzes.QuizQuestionBuilder
 QuizQuestionBuilder (Api api, bool isEditing, ulong courseId, ulong quizId, ulong? questionId, QuizQuestionType questionType, [NotNull] string questionName, [NotNull] string questionText)
 
QuizQuestionBuilder AddAnswer ([NotNull] QuizQuestionAnswerInput answer)
 
QuizQuestionBuilder AddAnswers ([NotNull] IEnumerable< QuizQuestionAnswerInput > answerList)
 
- Protected Attributes inherited from UVACanvasAccess.Structures.Quizzes.QuizQuestionBuilder
readonly ulong CourseId
 
readonly ulong QuizId
 
readonly? ulong QuestionId
 
readonly QuizQuestionType QuestionType
 
readonly string QuestionName
 
readonly string QuestionText
 

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