-
Notifications
You must be signed in to change notification settings - Fork 0
/
role_quiz.json
68 lines (68 loc) · 2.31 KB
/
role_quiz.json
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
{
"quiz": [
{
"id": 1,
"question": "你是一个...",
"options": [
{
"text": "资深游戏玩家",
"result": "intelligence_10;strength_10;attunement_10;dexterity_10;vitality_10"
},
{
"text": "小学生",
"result": "math_1;language_1;history_1;geography_1;chemistry_1;physics_1;biography_1;it_1"
},
{
"text": "初中生",
"result": "math_5;language_5;history_5;geography_5;chemistry_5;physics_5;biography_5;it_1"
},
{
"text": "高中生",
"result": "math_10;language_10;history_10;geography_10;chemistry_10;physics_10;biography_10;it_1"
},
{
"text": "大学文科生",
"result": "math_10;language_20;history_20;geography_10;chemistry_10;physics_10;biography_10;it_1"
},
{
"text": "大学理科生",
"result": "math_20;language_10;history_10;geography_20;chemistry_20;physics_20;biography_20;it_10"
},
{
"text": "程序员",
"result": "math_20;language_1;history_1;geography_1;chemistry_1;physics_1;biography_1;it_30"
}
]
},
{
"id": 2,
"question": "你喜欢...",
"options": [
{
"text": "游戏",
"result": "intelligence_10"
},
{
"text": "音乐",
"result": "attunement_3"
},
{
"text": "室内运动",
"result": "strength_10"
},
{
"text": "田径运动",
"result": "dexterity_10"
},
{
"text": "水上运动",
"result": "vitality_10"
},
{
"text": "吃吃喝喝",
"result": "endurance_10"
}
]
}
]
}