Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bajajcodes/doyouknowme-quiz
Do you know me quiz.
https://github.com/bajajcodes/doyouknowme-quiz
Last synced: 13 days ago
JSON representation
Do you know me quiz.
- Host: GitHub
- URL: https://github.com/bajajcodes/doyouknowme-quiz
- Owner: bajajcodes
- Created: 2021-08-30T12:10:48.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-25T17:34:31.000Z (about 3 years ago)
- Last Synced: 2024-10-11T12:10:29.078Z (about 1 month ago)
- Size: 202 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Do You Know Me Quiz
## List of Contents
- Descritpion
- Input
- Output
- Processing
- Screenshots
- Link> **Description:** Quiz app asks questions related to the author for each correct answer user gets a point whereas for each incorrect answer user looses a point. First user has to enter his or her name then user is informed with rules, then after quiz is over user is informed with points scored.
> **Input:** A user has to enter his or her name, then user is informed with rules. For each question user has to write an answer. If an empty input is entered either for name or answer it will be taken as input. After each question user is updated whether answer is correct or incorrect with correct answer.
> **Output:** For each correct answer user is informed with message `you scored point +1` and whereas for each incorrect answer user is informed with message `you scored point -1` and with `correct answer is: ans`. At end of quiz user get to know points scored and thanks for playing quiz as `Hey user_name, Thanks for playing, You scored: points`.
> **Processing:**
- First user has to enter his or her name.
- After entering name, user is welcomed and told about quiz rules.
- Then user has to write answer for the asked question.
- For each correct or incorrect answer user is informed with appropriate message.
- When user has played quiz till the end then user is informed with score and thanks message.
> **Screenshots:**
![Do You Know me Quiz user entered his or her name then informed with rules](https://github.com/shmbajaj/doyouknowme-quiz/blob/main/screenshots/io_name.png?raw=true)
![Do You Know me Quiz user socred a plus one point](https://github.com/shmbajaj/doyouknowme-quiz/blob/main/screenshots/io_correct.png?raw=true)
![Do You Know me Quiz user scored a minus one point](https://github.com/shmbajaj/doyouknowme-quiz/blob/main/screenshots/io_incorrect.png?raw=true)
![Do You Know me Quiz user informed with scored points](https://github.com/shmbajaj/doyouknowme-quiz/blob/main/screenshots/io_score.png?raw=true)
> **Link:** [Do You Know Me Quiz](https://replit.com/@shmbajaj/doyouknowme#index.js)