View Source 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:488
feedback
• feedback: Feedback
Feedback to assign if this response matches.
Defined in
src/components/activities/types.ts:483
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:498
rule
• rule: string
Rule based match.
Defined in
src/components/activities/types.ts:475
score
• score: number
Score to assign if this response matches.
Defined in
src/components/activities/types.ts:479
showPage
• Optional
showPage: number
Optional, show a page by index when this response is evaluated.