vegird commited on
Commit
f847a49
1 Parent(s): 7f33949

Upload 问答.json

Browse files
Files changed (1) hide show
  1. 问答.json +35 -0
问答.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
+ ]