Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/medzed/quizzer
Save quiz questions with answers in Json file (node)
https://github.com/medzed/quizzer
bootstrap json json-api node nodejs quiz-generator quizzes
Last synced: 17 days ago
JSON representation
Save quiz questions with answers in Json file (node)
- Host: GitHub
- URL: https://github.com/medzed/quizzer
- Owner: MedZed
- License: mit
- Created: 2017-02-15T17:05:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-15T20:31:44.000Z (almost 8 years ago)
- Last Synced: 2024-11-12T00:27:25.636Z (3 months ago)
- Topics: bootstrap, json, json-api, node, nodejs, quiz-generator, quizzes
- Language: JavaScript
- Homepage: https://sleepy-hamlet-20494.herokuapp.com/
- Size: 1.46 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quizzer
Save quiz questions with answers in Json file (node)## Exemple :
```json
[
{
"question":"What's the tallest building in the world",
"correct":"Burj khalifa",
"falseOne":"Burj al arab",
"falseTwo":"Ifel toure",
"falseThree":"The great wall of China"
}
]
```## Screenshot :
![Quizzer](./screenshot.JPG)