MCPcopy Create free account
hub / github.com/codecombat/codecombat / isSummative

Method isSummative

app/models/Level.js:608–610  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

606 }
607
608 isSummative () {
609 return ['open-ended', 'cumulative'].includes(this.get('assessment'))
610 }
611
612 usesLevelHeroLadderEquipment () {
613 // For hero-ladder levels where we have configured Hero Placeholder inventory equipment, we must have intended to use it instead of letting the player choose their hero/equipment.

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected