Part
View SourceInterface: Part
Defines an activity part.
Hierarchy
Identifiable↳
Part
Table of contents
Properties
Properties
explanation
• Optional explanation: Feedback
Defined in
src/components/activities/types.ts:580
gradingApproach
• Optional gradingApproach: GradingApproach
Defined in
src/components/activities/types.ts:582
hints
• hints: Hint[]
Defined in
src/components/activities/types.ts:579
id
• id: string
Inherited from
Identifiable.id
Defined in
src/data/content/model/other.ts:4
incorrectScore
• Optional incorrectScore: null \| number
Defined in
src/components/activities/types.ts:584
outOf
• Optional outOf: null \| number
Defined in
src/components/activities/types.ts:583
responses
• responses: Response[]
Defined in
src/components/activities/types.ts:578
scoringStrategy
• scoringStrategy: ScoringStrategy
Defined in
src/components/activities/types.ts:581
targets
• Optional targets: string[]
Defined in
src/components/activities/types.ts:585
triggers
• Optional triggers: ActivityTrigger[]