mirror of
https://github.com/Rushilwiz/feud.git
synced 2025-04-09 14:50:20 -04:00
25 lines
553 B
JSON
25 lines
553 B
JSON
{
|
|
"questions": [
|
|
{
|
|
"question": "What's your favorite place to go after school?",
|
|
"answers": [
|
|
["The plaza", 23],
|
|
["The mall", 21]
|
|
]
|
|
},
|
|
{
|
|
"question": "What's your favorite place to go during school?",
|
|
"answers": [
|
|
["The plaza", 23],
|
|
["The mall", 21]
|
|
]
|
|
},
|
|
{
|
|
"question": "What's your favorite place to go before school?",
|
|
"answers": [
|
|
["The plaza", 23],
|
|
["The mall", 21]
|
|
]
|
|
}
|
|
]
|
|
} |