This repository has been archived on 2026-02-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
tigrou/flask_base/data/quizz.json
T

27 lines
269 B
JSON

[
{
"question" : "coucou",
"nb" : 1,
"answer" : [
{
"answer" : "salut",
"nb" : 1
}
]
},
{
"question" : "hello",
"nb" : 2,
"answer" : [
{
"answer" : "salut",
"nb" : 1
},
{
"answer" : "deux",
"nb" : 2
}
]
}
]