From b72e88b05523ee472e94ffc0fd631f4b1e0f060e Mon Sep 17 00:00:00 2001 From: MichaelNava25 Date: Fri, 25 Apr 2025 16:36:27 -0400 Subject: [PATCH] Update projectroadmap --- projectroadmap | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projectroadmap b/projectroadmap index f2322d8..8faa83e 100644 --- a/projectroadmap +++ b/projectroadmap @@ -1,8 +1,8 @@ Project Roadmap: Python Quiz 1. Plan the Basics -Goal: Console-based quiz where users answer multiple-choice questions. +Goal: Console-based quiz where users answer multiple-choice questions about Python. -Decide on the number of questions. +Decide on the number of questions: We decided as a whole that we would develop a quiz that is around 15-20 questions of Python Questions format: Each has a question, 4 options, and a correct answer. @@ -11,7 +11,7 @@ Scoring: +1 for correct, 0 for wrong. 2. Organize Your Data Task: Store quiz questions in a structured format. -✅ To Do: +To Do: Use a list of dictionaries: