Skip to main content
Module

x/gesso/types/params.ts>AnsweringQuestionsParams

A TypeScript API client for Canvas LMS
Latest
interface AnsweringQuestionsParams
import { type AnsweringQuestionsParams } from "https://deno.land/x/gesso@v0.1.2/types/params.ts";

Properties

optional
attempt: number

The attempt number of the quiz submission being taken. Note that this must be the latest attempt index, as questions for earlier attempts can not be modified.

optional
validationtoken: string

The unique validation token you received when the Quiz Submission was created.

optional
accesscode: string

Access code for the Quiz, if any.

optional
quiz_questions: QuizSubmissionQuestion[]

Set of question IDs and the answer value. See Appendix: Question Answer Formats for the accepted answer formats for each question type.