Skip to main content
Module

x/gesso/types/params.ts>CreateSinglePollSessionParams

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

Properties

optional
pollsessionscourseid: number

The id of the course this session is associated with.

optional
pollsessionscoursesectionid: number

The id of the course section this session is associated with.

optional
pollsessionshaspublicresults: boolean

Whether or not results are viewable by students.