Create a sample JSON file or a Markdown table representing the data for a single quiz.
Before writing any Flask routes, you need to know what a "Question" actually looks like.
Decide if a question has a fixed number of multiple-choice options, if there are "tags" for categories, and how the "correct answer" is stored (e.g., by index or by string).
Deliverable: A questions.json file with 5–10 sample entries.
Create a sample JSON file or a Markdown table representing the data for a single quiz.
Before writing any Flask routes, you need to know what a "Question" actually looks like.
Decide if a question has a fixed number of multiple-choice options, if there are "tags" for categories, and how the "correct answer" is stored (e.g., by index or by string).
Deliverable: A questions.json file with 5–10 sample entries.
Create a sample JSON file or a Markdown table representing the data for a single quiz.
Before writing any Flask routes, you need to know what a "Question" actually looks like.
Decide if a question has a fixed number of multiple-choice options, if there are "tags" for categories, and how the "correct answer" is stored (e.g., by index or by string).
Deliverable: A questions.json file with 5–10 sample entries.