budosystems.models.style.Skill
-
class Skill
Bases: Requirement
Specialized Requirement
representing a teachable skill the student can learn.
-
instructions: str
The instructions a student can read to correctly perform the skill.
-
teaching_notes: str
Additional notes meant for instructors to assist them on how to teach this skill.
-
__init__(*, entity_id: UUID = <singleton MissingUUID>, name: str, slug: str, description: str = '', id_name: str = _Nothing.NOTHING, instructions: str, teaching_notes: str) → None
Method generated by attrs for class Skill.