|
UVACanvasAccess
|
Builder for quiz questions. More...

Public Member Functions | |
| 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. | |
Protected Member Functions | |
| 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 | |
| readonly ulong | CourseId |
| readonly ulong | QuizId |
| readonly? ulong | QuestionId |
| readonly QuizQuestionType | QuestionType |
| readonly string | QuestionName |
| readonly string | QuestionText |
Builder for quiz questions.
|
inline |
Performs the operation using the fields in this builder.