View Source ScoringStrategy
oli / Exports / ScoringStrategy
Enumeration: ScoringStrategy
Strategy to use in calculating a score across a collection of either parts or attempts.
Table of contents
Enumeration members
Enumeration members
average
• average = "average"
Defined in
src/components/activities/types.ts:648
best
• best = "best"
Defined in
src/components/activities/types.ts:649
most_recent
• most_recent = "most_recent"
Defined in
src/components/activities/types.ts:650
total
• total = "total"