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:525


error

Optional error: string

Inherited from

IsAction.error

Defined in

src/components/activities/types.ts:526


explanation

explanation: null \| Explanation

Defined in

src/components/activities/types.ts:552


feedback

feedback: Feedback

Defined in

src/components/activities/types.ts:551


out_of

out_of: number

Defined in

src/components/activities/types.ts:549


part_id

part_id: string

Inherited from

IsAction.part_id

Defined in

src/components/activities/types.ts:527


score

score: number

Defined in

src/components/activities/types.ts:550


show_page

show_page: null \| number

Defined in

src/components/activities/types.ts:553


type

type: "FeedbackAction"

Defined in

src/components/activities/types.ts:548