This README would normally document whatever steps are necessary to get the application up and running.
Things you may want to cover:
-
Ruby version
ruby 2.7.5
-
Project Setup
rake db:drop && rake db:create && rake db:migrate && rake db:seed
and also runredis-server
Rails Quiz allows multiple users to answer quiz questions simultaneously.
- Share the link for a multiplayer game.
- Live leaderboard.
1. Visit to Rails Quiz Login
2. Click on Sign Up and fill the required field.
- Currenty we have 2 quiz.
- Ruby on Rails
- Science
- This will open the
Quiz start
which has following section.- Profile:-
- This section has two button.
- Exit:- Upon clicking on this button, we are logged out and redirected to the login page.
- Reset:- Clicking on this button resets the quiz for everyone.
- This section has two button.
- Question section:-
- In this section, the first question is presented with the following options.
- As soon as we click on the correct option, the score will be update in the Leaderboard and display the next question.
- As soon as we click on the incorrect option, the score will not be update in the Leaderboard and display the next question.
- In this section, the first question is presented with the following options.
- Leaderboard section:-
- This section lists all the live users who are answering the current quiz.
- Profile:-