View Source FeedbackAction

oli / Exports / FeedbackAction

Interface: FeedbackAction

An action indicating that feedback should be displayed.

Hierarchy

Table of contents

Properties

Properties

attempt_guid

attempt_guid: string

Inherited from

IsAction.attempt_guid

Defined in

src/components/activities/types.ts:524


error

Optional error: string

Inherited from

IsAction.error

Defined in

src/components/activities/types.ts:525


explanation

explanation: null \| Explanation

Defined in

src/components/activities/types.ts:551


feedback

feedback: Feedback

Defined in

src/components/activities/types.ts:550


out_of

out_of: number

Defined in

src/components/activities/types.ts:548


part_id

part_id: string

Inherited from

IsAction.part_id

Defined in

src/components/activities/types.ts:526


score

score: number

Defined in

src/components/activities/types.ts:549


show_page

show_page: null \| number

Defined in

src/components/activities/types.ts:552


type

type: "FeedbackAction"

Defined in

src/components/activities/types.ts:547