osandadeshan/markdown-quiz-generator ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple Python tool that turns Markdown quiz files into interactive HTML quizzes.
I want to drop one or more .md files into a markdown-quiz-files folder, run the generator, and have matching .html quiz pages appear in a docs folder. The quizzes should support normal formatted Markdown text, single choice questions with one correct option marked, multiple choice questions with more than one correct answer, and open text answers where the user types the response. It should also create an index.html page in docs that links to all the generated quizzes.
Please make it easy to run locally, and also support a mode that builds a standalone version with the needed browser libraries included, plus a local server option for previewing in the browser. If you need to check anything, look up current docs online.
Are you gonna build this?
make sure you review the code using coderabbit