skewer-format
v1.2.0
Published
New format to store quiz in text format
Readme
Skewer
This repo is a idea to build a quiz tool fro exams based on text files alone. All questions and answers are stored in text files, and the tool will read these files to generate quizzes.
Format
The format is based on AikenFormat, which is a simple format for multiple-choice questions. But I'm taking that as inspiration and creating my own format that is more flexible and can support different types of questions. Naming it as SkewerFormat. The reason for using text instead of JSON and other format is that text is more human-readable and easier to edit. The prime motive is to create all set of questions related to a exam or topic in a single vault of obsidian and just zip and pass.
Supported Question Types
- Multiple Choice
- True/False
- Multiple Select
- Type in the Answer
- Question Set (a set of questions that are related to each other)
