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

TextQuestion

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

A text-based question.

interface TextQuestion {
paragraph?: boolean;
}

§Properties

§
paragraph?: boolean
[src]

Whether the question is a paragraph question or not. If not, the question is a short text question.