vegird commited on
Commit
6e5dc4b
1 Parent(s): c2a05b9

Upload question_111.json

Browse files
Files changed (1) hide show
  1. question_111.json +35 -0
question_111.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "pid": "1",
4
+ "question":"这是什么类型的水工挡土墙? ",
5
+ "image":"images/1.jpg",
6
+ "choices": ["重力式","衡重式","悬臂式","板桩式","锚杆式","加筋式","扶壁式"],
7
+ "unit":"null",
8
+ "precision":"null",
9
+ "answer":"重力式",
10
+ "question_type": "mlti_choice",
11
+ "answer_type": "text"
12
+ },
13
+ {
14
+ "pid": "2",
15
+ "question":"水工挡土墙的顶标高是多少?",
16
+ "image":"images/2.jpg",
17
+ "choices": "null",
18
+ "unit": "m",
19
+ "precision": "2",
20
+ "answer": "302.70",
21
+ "question_type":"free_form",
22
+ "answer_type":"float"
23
+ },
24
+ {
25
+ "pid": "3",
26
+ "question":"水工挡土墙的底标高是多少?",
27
+ "image":"images/2.jpg",
28
+ "choices": "null",
29
+ "unit": "m",
30
+ "precision": "2",
31
+ "answer": "296.00",
32
+ "question_type":"free_form",
33
+ "answer_type":"float"
34
+ }
35
+ ]