This repository was archived by the owner on Mar 31, 2025. It is now read-only.

Description
i want to have a way to embed questions into the text which do have an input field.
to get this, the articles must be structured hierarchical using a directory structure and in document references to other markdown files.
- main.mdwn
- question1.mdwn
- question2.mdwn
main.mdwn example
# intro
foo bar batz
# chatper1
chapter 1 text
[[!question question1.mdwn]]
# chatper2
chapter 2 text
[[!question question2.mdwn]]
storage
to store answers of users this requires a few more things:
- a user: a sqlite table with users
- an auth mechanism with login
- a schedule for the questions
- a score value