Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

QuizSettings

import type { QuizSettings } from "https://googleapis.deno.dev/v1/forms:v1.ts";

Settings related to quiz forms and grading. These must be updated with the UpdateSettingsRequest.

interface QuizSettings {
isQuiz?: boolean;
}

§Properties

§
isQuiz?: boolean
[src]

Whether this form is a quiz or not. When true, responses are graded based on question Grading. Upon setting to false, all question Grading is deleted.