FeedbackAction

View Source

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


error

Optional error: string

Inherited from

IsAction.error

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

IsAction.part_id

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"

Defined in

src/components/activities/types.ts:605