Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mostlypanda/dynamic-quizapp
It's a quiz app designed in node.js using local json files as our database. Here you can give any quiz as well as to create any quiz and the top 10 performers of each quiz will be listed on the leaderboard
https://github.com/mostlypanda/dynamic-quizapp
expressjs fs heroku-deployment nodejs npm
Last synced: about 8 hours ago
JSON representation
It's a quiz app designed in node.js using local json files as our database. Here you can give any quiz as well as to create any quiz and the top 10 performers of each quiz will be listed on the leaderboard
- Host: GitHub
- URL: https://github.com/mostlypanda/dynamic-quizapp
- Owner: mostlypanda
- Created: 2020-07-15T08:31:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T07:24:31.000Z (almost 2 years ago)
- Last Synced: 2023-03-09T11:21:19.054Z (over 1 year ago)
- Topics: expressjs, fs, heroku-deployment, nodejs, npm
- Language: JavaScript
- Homepage: https://sarthakdemo.herokuapp.com/
- Size: 419 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node.js Dynamic Quiz Application
* Options to:
* Take an existing quiz
* Create a new quiz
* Edit an existing quiz
* Delete an existing quiz
* Reset to the default set of quizzes
* Top ten users
* Keeps track of users (by username) who have taken the quiz multiple times (averages user's score)
* Dismiss-able notifications/alerts
* Forms and multiple choice answers can be submitted with the ```enter``` key
* Checks that all text inputs and radio buttons have been entered/selected before submission of quiz