Skip to main content
Module

x/gesso/types/models.ts>Quiz

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

Properties

id: number
title: string
html_url: string
mobile_url: string
preview_url: string
description: string
quiz_type: string
assignment_group_id: number
time_limit: number
shuffle_answers: boolean
hide_results: string
show_correct_answers: boolean
show_correct_answers_last_attempt: boolean
show_correct_answers_at: Date
hide_correct_answers_at: Date
one_time_results: boolean
scoring_policy: string
allowed_attempts: number
one_question_at_a_time: boolean
question_count: number
points_possible: number
cant_go_back: boolean
access_code: string
ip_filter: string
due_at: Date
lock_at: Date | null
unlock_at: Date
published: boolean
unpublishable: boolean
locked_for_user: boolean
lock_info: LockInfo | null
lock_explanation: string
speedgrader_url: string
quiz_extensions_url: string
permissions: QuizPermissions[] | QuizPermissions | null
all_dates: unknown[]
version_number: number
question_types: string[]
anonymous_submissions: boolean