Interface: RadioResponse

The RadioResponse interface is used to define the properties of a radio response. RadioResponses render as a radio input with user specified options, and optionally left and right labels.

Hierarchy

Table of contents

Properties

Properties

correctAnswer

Optional correctAnswer: unknown

Inherited from

BaseResponse.correctAnswer

Defined in

types.ts:66


hidden

Optional hidden: boolean

Inherited from

BaseResponse.hidden

Defined in

types.ts:70


id

id: string

Inherited from

BaseResponse.id

Defined in

types.ts:62


leftLabel

Optional leftLabel: string

Defined in

types.ts:142


location

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

Inherited from

BaseResponse.location

Defined in

types.ts:65


options

options: Option[]

Defined in

types.ts:141


paramCapture

Optional paramCapture: string

Inherited from

BaseResponse.paramCapture

Defined in

types.ts:69


prompt

prompt: string

Inherited from

BaseResponse.prompt

Defined in

types.ts:63


required

required: boolean

Inherited from

BaseResponse.required

Defined in

types.ts:64


requiredLabel

Optional requiredLabel: string

Inherited from

BaseResponse.requiredLabel

Defined in

types.ts:68


requiredValue

Optional requiredValue: unknown

Inherited from

BaseResponse.requiredValue

Defined in

types.ts:67


rightLabel

Optional rightLabel: string

Defined in

types.ts:143


type

type: "radio"

Defined in

types.ts:140