ExercisesComponents
Overview
Building blocks for exercises
These components are used internally by the exercise types. Use them when building custom exercises or layouts.
| Component | Description |
|---|---|
| ExerciseLayout | Generic layout wrapper: container, header, content, footer bar |
| ExerciseGroup | Context provider for aggregated scoring across child exercises |
| ExerciseResults | Displays "X / Y correct" with color-based feedback |
| ExerciseValidation | Renders Check or Reset button (when checkOn === "manual") |