Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/gesso/types/models.ts>QuizQuestion

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

Properties

id: number
quiz_id: number
position: number
question_name: string
question_type: string
question_text: string
points_possible: number
correct_comments: string
incorrect_comments: string
neutral_comments: string
answers: Answer[]