Skip to main content
Module

x/gesso/types/params.ts>UnflaggingQuestionParams

A TypeScript API client for Canvas LMS
Latest
interface UnflaggingQuestionParams
import { type UnflaggingQuestionParams } 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.