-
Notifications
You must be signed in to change notification settings - Fork 0
/
criterias.json
82 lines (82 loc) · 3 KB
/
criterias.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
75
76
77
78
79
80
81
82
[
{
"id": "🤕",
"label": "How much I destroy my body at work?",
"description": {
"general": "Even if it should be taken care of at a society level",
"min": "You bear hands fight bears for a living",
"max": "All your wall office are made of fluffy duvet, there's no angles anywhere and you exercices from times to times"
},
"coefficient": 1.5
},
{
"id": "🥵",
"label": "How much pain I get from doing my job?",
"description": {
"general": "Pain could be effort, sweating, waiting in the cold or anything non pleasant and not damageable",
"min": "You're in an quiet, air conditioned office",
"max": "Slowly cooking while shoveling coal and being slapped in the face every 30 minutes"
},
"coefficient": 1.2
},
{
"id": "❤🩹",
"label": "How much I'm emotionally impacted by my work?",
"description": {
"general": "How much of your mental workload you bring home (if it's positive workload, the coef should be negative)",
"min": "You're paid by the hour and don't care and nobody does either",
"max": "President of a country at war who cares about people"
},
"coefficient": 1.0
},
{
"id": "💰",
"label": "How much value I bring with my work?",
"description": {
"general": "The value created by your work : how many and how much people take advantage of your work",
"min": "Somehow your job is to destroy useful stuff",
"max": "You're single handedly inventing clean, unlimited free energy"
},
"coefficient": 1.0
},
{
"id": "🤹",
"label": "How rare are my skills?",
"description": {
"general": "How easily you can be replaced by someone else",
"min": "You're a primary school student : you can walk and speak a little",
"max": "There's 3 people in the world who can do what you do"
},
"coefficient": 1.0
},
{
"id": "🏋",
"label": "How much I sacrificed to train my skills?",
"description": {
"min": "You were unconditionally paid to train",
"max": "You had to give up your life and the one of your kids to eat only noodles and mustard for 3 years",
"general": "You don't get points if your scholarship was paid for and you enjoyed your studies"
},
"coefficient": 1.0
},
{
"id": "🤮",
"label": "How much I hate what I'm doing?",
"description": {
"general": "Then for a same job, the wage would differ depending on the worker...",
"min": "Everything at work is gross, nothing works and you hate every single thing you're doing",
"max": "You save the world, while doing something satisfying... and you think the world is worth saving"
},
"coefficient": 1.0
},
{
"id": "🧑🏫",
"label": "How much social credit I lose?",
"description": {
"min": "Fireman, child brain surgeon",
"max": "Horse slaughter house worker",
"general": "If the image of your work affects the way people think of you"
},
"coefficient": 0.3
}
]