-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.json
More file actions
174 lines (174 loc) · 4.5 KB
/
example.json
File metadata and controls
174 lines (174 loc) · 4.5 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
{
// 单词序号
"wordRank": 1,
// 单词
"headWord": "cancel",
"content": {
"word": {
"wordHead": "cancel",
"wordId": "CET4_3_1",
"content": {
// 单词相关测试
"exam": [
{
// 问题
"question": "As we can no longer wait for the delivery of our order, we have to _______ it.",
// 答案
"answer": {
"explain": " cancel order: 取消订单。 句意: 订购的货物尚未送到, 我们不能再等了, 不得不取消订单。 postpone: 推迟, 使延期; refuse: 拒绝, 谢绝; delay: 耽搁, 延迟, 延期。",
"rightIndex": 4
},
// 测试类型
"examType": 1,
// 选项
"choices": [
{
"choiceIndex": 1,
"choice": "postpone"
},
{
"choiceIndex": 2,
"choice": "refuse"
},
{
"choiceIndex": 3,
"choice": "delay"
},
{
"choiceIndex": 4,
"choice": "cancel"
}
]
}
],
// 例句
"sentence": {
"sentences": [
{
// 英语
"sContent": "Our flight was cancelled.",
// 中文翻译
"sCn": "我们的航班取消了。"
},
{
"sContent": "I’m afraid I’ll have to cancel our meeting tomorrow.",
"sCn": "恐怕我得取消我们明天的会议。"
},
{
"sContent": "You’ll just have to ring John and cancel.",
"sCn": "你只能打电话给约翰取消了。"
}
],
// 描述
"desc": "例句"
},
// 美音音标
"usphone": "'kænsl",
// 近义词
"syno": {
"synos": [
{
// 词性
"pos": "vt",
// 对应词义
"tran": "[计]取消;删去",
// 近义词/词组
"hwds": [
{
"w": "recall"
},
{
"w": "call it off"
}
]
},
{
"pos": "vi",
"tran": "[计]取消;相互抵销",
"hwds": [
{
"w": "call it off"
},
{
"w": "declare off"
}
]
},
{
"pos": "n",
"tran": "[计]取消,撤销",
"hwds": [
{
"w": "withdrawal"
},
{
"w": "revocation"
}
]
}
],
"desc": "同近"
},
// 英音音标
"ukphone": "'kænsl",
// 英音发音https请求参数
"ukspeech": "cancel&type=1",
// 短语
"phrase": {
"phrases": [
{
// 英语
"pContent": "cancel button",
// 翻译
"pCn": "取消按钮"
},
{
"pContent": "cancel out",
"pCn": "取消;抵销"
},
{
"pContent": "cancel after verification",
"pCn": "核销"
}
],
"desc": "短语"
},
// 同根词
"relWord": {
"rels": [
{
// 词性
"pos": "n",
"words": [
{
// 英语
"hwd": "cancellation",
// 翻译
"tran": " 取消;删除"
}
]
}
],
"desc": "同根"
},
// 美音发音https请求参数
"usspeech": "cancel&type=2",
// 翻译
"trans": [
{
// 中释
"tranCn": " 取消, 撤销; 删去",
"descOther": "英释",
// 词性
"pos": "vt",
"descCn": "中释",
// 英英释义
"tranOther": "to decide that something that was officially planned will not happen"
}
]
}
}
},
// 单词书 ID
"bookId": "CET4_3"
}