for fill-in-the-blank style quizzes, where the blanks are dropdown inputs.
Written with React.js and Flask with a sqlite database.
Explore a serverless version at dulldesk.github.io/quiz-builder (uses localStorage)
- in
web
:npm ci
npm start
- in
api
:pip install -r requirements.txt
(orpip install Flask
)python db/init.py
flask run