Skip to content

MedZed/Quizzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quizzer

Save quiz questions with answers in Json file (node)

Exemple :

[
    {
        "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