-
Notifications
You must be signed in to change notification settings - Fork 0
/
Interest Test.json
74 lines (74 loc) · 2.77 KB
/
Interest Test.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
69
70
71
72
73
74
{
"data": [
{
"Interest Test": [
{
"question": "Which one of the following seems the most interesting to you?",
"options": [
"How things around you work using innovation and technology?",
"Bartering to increase the amount of possessions you have.",
"Thinking and expressing your thoughts and observations in a deeper,creative and holistic way.",
"Serving the people of your country in positions of power.",
"Patriotic tales of freedom fighters.",
"Studying more about skills applicable in real life.",
"Making my money right away as studying too further ahead isn’t economically feasible"
],
"value": [
0,
1,
2,
3,
4,
5,
6
],
"weightage": 0.5
},
{
"question": "Which subject combination seems the most appealing?",
"options": [
"Science & Maths",
"Maths & Economics",
"Literature, History & Political Silences",
"History, Geography & Political Sciences",
"Maths and Physical Education",
"I’d rather learn more on a specific skill",
"Studying anything doesn’t seem interesting to me."
],
"value": [
0,
1,
2,
3,
4,
5,
6
],
"weightage": 0.25
},
{
"question": "Are you inclined towards a career choice?",
"options": [
"Science",
"Commerce and Management",
"Arts and Humanities",
"Civil Services",
"Defence",
"Vocational Courses",
"Jobs as soon as possible"
],
"value": [
0,
1,
2,
3,
4,
5,
6
],
"weightage": 0.25
}
]
}
]
}