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

FormSettings

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

A form's settings.

interface FormSettings {
emailCollectionType?:
| "EMAIL_COLLECTION_TYPE_UNSPECIFIED"
| "DO_NOT_COLLECT"
| "VERIFIED"
| "RESPONDER_INPUT";
quizSettings?: QuizSettings;
}

§Properties

§
emailCollectionType?: "EMAIL_COLLECTION_TYPE_UNSPECIFIED" | "DO_NOT_COLLECT" | "VERIFIED" | "RESPONDER_INPUT"
[src]

Optional. The setting that determines whether the form collects email addresses from respondents.

§
quizSettings?: QuizSettings
[src]

Settings related to quiz forms and grading.