This tool expects a file containing "Questions" in Markdown format. h1 Elements are interpreted as Chapters, h2 Elements as Questions and Text under h2 Elements as answers to said questions.
Example task file:
# Chapter 1: Introduction
## What is the meaning of Life?
42
## Give 5 reasons to stop procrastinating
* Better grades
* Less half-finished sideprojects
...
$ swift questionbot.swift tasks.md
This project started out as a quick and rough prototype for a fun way to study for memorization exams. Other members of the elite-se community significantly helped to turn questionbot into a useful utility. I want to thank all who contributed directly or indirectly. Some contributions are not reflected by the version history.