Bitflow
Bitflow is a great way for conducting dynamic flow-based assessments. It can, for example, be used at the end of a chapter as a check-up.
Flow
::flow{src="/flow.json"}
...
The height of a flow defaults to 400px, but you can set a custom one like so:
::flow{src="/flow.json" height="800px"}
...
Task
::task{src="/task.json"}
...
The height of a task defaults to 400px, but you can set a custom one like so:
::task{src="/task.json" height="800px"}
...