Class QuestionResponseContentImpl

Default implementation for the QuestionResponseContent.

Implements

Constructors

Properties

_selectedOption: undefined | {
    text: string;
    value?: string;
}

Type declaration

  • text: string
  • Optional value?: string
kind: "question" = 'question'
options: {
    text: string;
    value?: string;
}[]

Type declaration

  • text: string
  • Optional value?: string
question: string

Accessors

Methods