|
UVACanvasAccess
|


Public Member Functions | |
| FileUploadQuizQuestionBuilder (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< QuizQuestion > | Post () |
| 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 |