Start of the quizz on the backend
This commit is contained in:
@@ -1,10 +1 @@
|
||||
[
|
||||
{
|
||||
"name": "Alice",
|
||||
"score": 100
|
||||
},
|
||||
{
|
||||
"name": "salut",
|
||||
"score": 30
|
||||
}
|
||||
]
|
||||
[]
|
||||
12
flask_base/data/quizz.json
Normal file
12
flask_base/data/quizz.json
Normal file
@@ -0,0 +1,12 @@
|
||||
[
|
||||
{
|
||||
"question" : "coucou",
|
||||
"nb" : 1,
|
||||
"answer" : [
|
||||
{
|
||||
"answer" : "salut",
|
||||
"nb" : 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user