FeedbackAction
View Sourceoli / Exports / FeedbackAction
Interface: FeedbackAction
An action indicating that feedback should be displayed.
Hierarchy
↳
FeedbackAction
Table of contents
Properties
Properties
attempt_guid
• attempt_guid: string
Inherited from
Defined in
src/components/activities/types.ts:582
error
• Optional error: string
Inherited from
Defined in
src/components/activities/types.ts:583
explanation
• explanation: null \| Explanation
Defined in
src/components/activities/types.ts:609
feedback
• feedback: Feedback
Defined in
src/components/activities/types.ts:608
out_of
• out_of: number
Defined in
src/components/activities/types.ts:606
part_id
• part_id: string
Inherited from
Defined in
src/components/activities/types.ts:584
score
• score: number
Defined in
src/components/activities/types.ts:607
show_page
• show_page: null \| number
Defined in
src/components/activities/types.ts:610
type
• type: "FeedbackAction"