Module types

Source
Expand description

Types for exercise definitions.

Structs§

CodeContent
Solution
An exercise element with a placeholder and a solution

Enums§

CodeElem
Top-level structure. A code file is split into these types.
Content
Represents a line of source code. Can either be markup (descriptions of the exercise) or code (regular source code).

Traits§

Output