You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
-**Setup form** to choose the different options for the game i.e *the number of questions*, *the type of category* and *the level of difficulty* of the quiz user wants to take by clicking on the **Play Quiz** button.
7
7
- Depending on the options, a set of questions will be fetched/generated and all the data is handled by the **API**.
8
8
- User will be taken to the next question once any answer is selected from the multiple choice or can skip to the next question directly by clicking **Next Question** button.
9
-
- As the user is answering the questions, he can view the correct answers out of the total questions on the top right of the form.
9
+
- As the user is answering the questions, user can view the correct answers out of the total questions on the top right of the form.
10
10
- Once the user completes the quiz by answering all questions, automatically a pop-up modal will show the results and the user has the choice to click **Play again** button.
11
11
- To run the project locally, clone the repo, `npm install` to install the dependencies, and `npm start` to start up the development server on default port 3000.
0 commit comments