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

ShortAnswerSubmission

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

Student work for a short answer question.

interface ShortAnswerSubmission {
answer?: string;
}

§Properties

§
answer?: string
[src]

Student response to a short-answer question.