View Source Response

oli / Exports / Response

Interface: Response

Defines a response.

Hierarchy

  • Identifiable

    Response

Table of contents

Properties

Properties

correct

Optional correct: boolean

Is this response, the default correct response?

Defined in

src/components/activities/types.ts:487


feedback

feedback: Feedback

Feedback to assign if this response matches.

Defined in

src/components/activities/types.ts:482


id

id: string

Inherited from

Identifiable.id

Defined in

src/data/content/model/other.ts:4


matchStyle

Optional matchStyle: MatchStyle

Defined in

src/components/activities/types.ts:497


rule

rule: string

Rule based match.

Defined in

src/components/activities/types.ts:474


score

score: number

Score to assign if this response matches.

Defined in

src/components/activities/types.ts:478


showPage

Optional showPage: number

Optional, show a page by index when this response is evaluated.

Defined in

src/components/activities/types.ts:492