Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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)