Spaces:
Sleeping
Sleeping
Populate with formatted fake questions
Browse files- already_answered.json +17 -0
already_answered.json
CHANGED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
{
|
3 |
+
"task_id": "task_002",
|
4 |
+
"question": "What is it?",
|
5 |
+
"submitted_answer": "orange"
|
6 |
+
},
|
7 |
+
{
|
8 |
+
"task_id": "task_003",
|
9 |
+
"question": "question in words",
|
10 |
+
"submitted_answer": "150 miles"
|
11 |
+
},
|
12 |
+
{
|
13 |
+
"task_id": "hFg5v8",
|
14 |
+
"question": "how many",
|
15 |
+
"submitted_answer": "super nouvelle réponse"
|
16 |
+
}
|
17 |
+
]
|