Interface: BaseResponse

The BaseResponse interface is used to define the required fields for all responses. Other Response interfaces inherit properties from the BaseResponse interface. Therefore, all responses must include these properties.

Hierarchy

Table of contents

Properties

Properties

correctAnswer

Optional correctAnswer: unknown

Defined in

types.ts:66


hidden

Optional hidden: boolean

Defined in

types.ts:70


id

id: string

Defined in

types.ts:62


location

location: "sidebar" | "aboveStimulus" | "belowStimulus"

Defined in

types.ts:65


paramCapture

Optional paramCapture: string

Defined in

types.ts:69


prompt

prompt: string

Defined in

types.ts:63


required

required: boolean

Defined in

types.ts:64


requiredLabel

Optional requiredLabel: string

Defined in

types.ts:68


requiredValue

Optional requiredValue: unknown

Defined in

types.ts:67