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:636
gradingApproach
• Optional gradingApproach: GradingApproach
Defined in
src/components/activities/types.ts:638
hints
• hints: Hint[]
Defined in
src/components/activities/types.ts:635
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:640
outOf
• Optional outOf: null \| number
Defined in
src/components/activities/types.ts:639
responses
• responses: Response[]
Defined in
src/components/activities/types.ts:634
scoringStrategy
• scoringStrategy: ScoringStrategy
Defined in
src/components/activities/types.ts:637
targets
• Optional targets: string[]
Defined in
src/components/activities/types.ts:641
triggers
• Optional triggers: ActivityTrigger[]