-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathtest.json
More file actions
26 lines (26 loc) · 714 Bytes
/
test.json
File metadata and controls
26 lines (26 loc) · 714 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"1" : {
"question" : "Business experts predict that the upward trend is _ to continue until the end of next year.",
"answer" : "likely",
"1" : "potential",
"2" : "likely",
"3" : "safety",
"4" : "seemed"
},
"2" : {
"question" : "The music teacher had me _ scales several times.",
"answer" : "play",
"1" : "play",
"2" : "to play",
"3" : "played",
"4" : "playing"
},
"3" : {
"question" : "The wet weather _ her from going playing tennis.",
"answer" : "discouraged",
"1" : "interrupted",
"2" : "obstructed",
"3" : "impeded",
"4" : "discouraged"
}
}