From 5dd88db5ed5b1cc868a0f693bd826b38f91e1190 Mon Sep 17 00:00:00 2001 From: Vanshika Date: Tue, 28 Oct 2025 18:54:27 +0530 Subject: [PATCH] Fix grammatical errors in Quiz-App.md Fix grammatical errors in Quiz-App.md --- Projects/1-Beginner/Quiz-App.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Projects/1-Beginner/Quiz-App.md b/Projects/1-Beginner/Quiz-App.md index 55d6bcf1..30031fef 100644 --- a/Projects/1-Beginner/Quiz-App.md +++ b/Projects/1-Beginner/Quiz-App.md @@ -4,7 +4,7 @@ Practice and test your knowledge by answering questions in a quiz application. -As a developer you can create a quiz application for testing coding skills of other developers. (HTML, CSS, JavaScript, Python, PHP, etc...) +As a developer, you can create a quiz application for testing coding skills of other developers. (HTML, CSS, JavaScript, Python, PHP, etc...) ## User Stories @@ -13,7 +13,7 @@ As a developer you can create a quiz application for testing coding skills of ot - [ ] After selecting an answer, display the next question to the User. Do this until the quiz is finished - [ ] At the end, the User can see the following statistics - Time it took to finish the quiz - - How many correct answers did he get + - How many correct answers they got - A message showing if he `passed` or `failed` the quiz ## Bonus features