Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/gesso/types/models.ts>PollChoice

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

Properties

id: number
poll_id: number
is_correct: boolean
text: string
position: number