Skip to content

DoCurious API Reference / types / DifficultyLevel

Type Alias: DifficultyLevel

DifficultyLevel = "beginner" | "intermediate" | "advanced" | "expert"

Defined in: types/challenge.types.ts:32

Challenge difficulty level, which also determines base XP awarded on completion.

Remarks

Base XP values: beginner=50, intermediate=100, advanced=200. See import('./gamification.types').XP_VALUES for the full mapping.

DoCurious Platform Documentation