Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/gesso/types/params.ts>CreateQuestionGroupParams

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

Properties

optional
quizgroupsname: string

The name of the question group.

optional
quizgroupspickcount: number

The number of questions to randomly select for this group.

optional
quizgroupsquestionpoints: number

The number of points to assign to each question in the group.

optional
quizgroupsassessmentquestionbankid: number

The id of the assessment question bank to pull questions from.