claraj / quiz

0 stars 0 forks source link

Create data structure(s) to store the questions and answers #3

Open claraj opened 1 week ago

claraj commented 1 week ago

Your data structure should make it easy to add a new topic+questions, and to add/remove questions for an existing topic. Your program should not require the same number of questions for any topic.

You can hard-code the data structure, with the topics, questions and answers, into your program.