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


best

best = "best"

Defined in

src/components/activities/types.ts:647


most_recent

most_recent = "most_recent"

Defined in

src/components/activities/types.ts:648


total

total = "total"

Defined in

src/components/activities/types.ts:649