-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchallenges.json
More file actions
94 lines (94 loc) · 3.5 KB
/
Copy pathchallenges.json
File metadata and controls
94 lines (94 loc) · 3.5 KB
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
83
84
85
86
87
88
89
90
91
92
93
94
{
"challenges": [
{
"id": "3b5fbc8b-04c2-4454-ab9a-ed9806f4b8ce",
"type": "rating",
"instruction": "Rate your level of discomfort",
"range": {
"min": 1,
"max": 10,
"steps": 1
}
},
{
"id": "91f83b94-74c4-4d85-a04a-14300f993b93",
"type": "ranking",
"instruction": "Rank these in order of importance for a partner:",
"answers": [
"Intelligence.",
"Physical appearance.",
"Sense of humor."
]
},
{
"id": "53d842de-1c73-435b-8839-26c7cb783c26",
"type": "question",
"instruction": "You have to do one of these, which do you choose?",
"answers": [
"Stealing a meaningful item from your partner.",
"Publicly humiliating your partner.",
"Telling your terminally ill partner a false, hopeful prognosis."
]
},
{
"id": "ce285bbf-e286-400f-8965-095a29829b51",
"type": "question",
"instruction": "Society is forced into one of these habits, which one is it?",
"answers": [
"Everyone has to mary an animal.",
"Everyone has to use one hand, except if you are in a relationship.",
"Every time someone goes to the toilet, the partner has to come along and watch."
]
},
{
"id": "e4a68b7b-9522-4692-9768-ea8335e8550c",
"type": "question",
"instruction": "You have to develop a new habit, which do you pick?",
"answers": [
"Sniffing strangers' hair in public.",
"Get a nosebleed whenever you meet someone you like.",
"Randomly yelling out what you think."
]
},
{
"id": "e3a454a7-a68e-4b12-ace2-6766b6a595cf",
"type": "question",
"instruction": "You find out that your partner has been lying about their defining characteristic. How do you react?",
"answers": [
"Confront them and demand an explanation.",
"Keep quiet and continue the relationship.",
"End the relationship immediately."
]
},
{
"id": "1a3e0127-6a37-4ac0-94a1-f2e456cf51c8",
"type": "question",
"instruction": "You notice someone cheating to impress a potential partner. What do you do?",
"answers": [
"Ignore it and focus on your own relationship.",
"Inform the activity the potential partner.",
"Confront the cheater directly."
]
},
{
"id": "109e629b-d1e5-4378-9099-029c4c4d8691",
"type": "question",
"instruction": "Who is responsible for this?",
"answers": [
"Society.",
"Your partner.",
"The individual."
]
},
{
"id": "bdb4059f-fc0c-4d1f-815e-f209cb8f1e5b",
"type": "question",
"instruction": "You have to sleep in one of these places for a week, which do you choose?",
"answers": [
"The bed of your ex-partner.",
"In a spooky house with your partner.",
"In the bed of the parrents of your potential partner."
]
}
]
}