Skip to content

Enum: ExperienceLevelEnum

Actor experience level for fragment mode selection.

URI: inkind_knowledge_repo:ExperienceLevelEnum

Permissible Values

Value Meaning Description
novice None Novice — additional guidance text shown
experienced None Experienced — standard guidance
expert None Expert — minimal guidance, fast-path mode

Slots

Name Description
experience_level Actor's experience level — informs whether the engine routes to guided or exp...

Identifier and Mapping Information

Schema Source

  • from schema: https://inkind-at.github.io/inkind-knowledge-repo

LinkML Source

name: ExperienceLevelEnum
description: Actor experience level for fragment mode selection.
from_schema: https://inkind-at.github.io/inkind-knowledge-repo
rank: 1000
permissible_values:
  novice:
    text: novice
    description: Novice — additional guidance text shown.
  experienced:
    text: experienced
    description: Experienced — standard guidance.
  expert:
    text: expert
    description: Expert — minimal guidance, fast-path mode.