Options
All
  • Public
  • Public/Protected
  • All
Menu
classdec

Represents the internal structure of a Question, data like the answers and the prompt

Hierarchy

  • Structure

Index

Constructors

constructor

Properties

answer

answerNumber

answerNumber: number

choices

choices: QuizDataAnswer[]

kind

kind: string

raw

settings

settings: { hasCorrectAnswer: boolean }

Type declaration

  • hasCorrectAnswer: boolean

title

title: { hasMath: boolean; media: string[]; text: string[]; type: string }

Type declaration

  • hasMath: boolean
  • media: string[]
  • text: string[]
  • type: string

Generated using TypeDoc