Skip to main content
Module

x/gesso/types/params.ts>UpdateSinglePollChoiceParams

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

Properties

optional
pollchoicestext: string

The descriptive text of the poll choice.

optional
pollchoicesiscorrect: boolean

Whether this poll choice is considered correct or not. Defaults to false.

optional
pollchoicesposition: number

The order this poll choice should be returned in the context it's sibling poll choices.