-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathquestionsCIOld.json
More file actions
239 lines (238 loc) · 9.17 KB
/
questionsCIOld.json
File metadata and controls
239 lines (238 loc) · 9.17 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
[
{
"question": "Can I have _____ health info?",
"context": "You are at the doctor's office for a wellness checkup.",
"permissions": "You need permission from: None",
"answers": [
{
"text": "Your",
"isCorrect": true,
"description": "That's the expected job of the doctor!"
},
{
"text": "Your parent's",
"isCorrect": false,
"description": "You don't have their permission to share that info: This isn't their appointment!"
},
{
"text": "Your friend's",
"isCorrect": false,
"description": "You don't have their permission to share that info: This isn't their appointment!"
}
],
"characterName": "Doctor"
},
{
"question": "Can I have your friend's address?",
"context": "Another student wants to play games at your friend's house.",
"permissions": "You need permission from: _____",
"answers": [
{
"text": "None",
"isCorrect": false,
"description": "Is there anyone else you should ask?"
},
{
"text": "Your parents",
"isCorrect": false,
"description": "Your parents don't live there."
},
{
"text": "Your friend",
"isCorrect": true,
"description": "Since this is your friend's information, you should check with him before sharing."
}
],
"characterName": "Bully"
},
{
"question": "Can I have your ____?",
"context": "Hover over an answer for context.",
"permissions": "You need permission from: None",
"answers": [
{
"text": "Birthday",
"isCorrect": true,
"description": "Your birthday is OK to share with people in your community.",
"context": "Your teacher is asking each student for their birthdays so they can do class celebrations."
},
{
"text": "Phone Number",
"isCorrect": false,
"description": "Your teacher can get your parent's phone number if they need something! There is no reason for them to have your phone number.",
"context": "Your teacher is asking you for your phone number in order to contact you at home."
},
{
"text": "Name",
"isCorrect": true,
"description": "Your teacher needs your name to take attendance. That's the expected job of the teacher!",
"context": "It's the first day of class and your teacher is asking you for your name."
},
{
"text": "Locker Combo",
"isCorrect": false,
"description": "Your teacher does not need your locker combination in this instance. You can open your locker yourself.",
"context": "You said you brought cookies for the class and your teacher wants your locker combination to get them."
}
],
"characterName": "Teacher"
},
{
"question": "Can I have a credit card number?",
"context": "You are playing a new computer game and it asks for payment information to start your free trial.",
"permissions": "You need permission from: _____",
"answers": [
{
"text": "None",
"isCorrect": false,
"description": "Whose credit card is this? And why do they need payment for a free trial?"
},
{
"text": "Your parents",
"isCorrect": true,
"description": "Your parents can check if its safe to give this game that information."
},
{
"text": "Customer Support",
"isCorrect": false,
"description": "They would not know that information."
}
],
"characterName": "Gamebot"
},
{
"question": "Can I have your birthday?",
"context": "You are playing a game on the app Tappy Chicken. The app says it needs this information, but doesn't say why.",
"permissions": "Permissions: None",
"answers": [
{
"text": "Trustworthy",
"isCorrect": false,
"description": "The app is very unclear with what it wants to use your birthday for. We shouldn't trust it the same as friends and family."
},
{
"text": "Untrustworthy",
"isCorrect": true,
"description": "The app has no reason to have this information."
}
],
"characterName": "phonebot"
},
{
"question": "Can I have your ____?",
"context": "Hover over an answer for context.",
"permissions": "You need permission from: None",
"answers": [
{
"text": "Birthday",
"isCorrect": true,
"description": "Your birthday is OK to share with people in your community.",
"context": "Your close friend is asking when your birthday is."
},
{
"text": "Phone Number",
"isCorrect": true,
"description": "Trusted friends are the people you want to give your number to.",
"context": "Your close friend is asking for your phone number so he can text you."
},
{
"text": "Parent's Credit Card",
"isCorrect": false,
"description": "You shouldn't share your parent's information without their permission.",
"context": "Your close friend is asking for your parent's credit card so you both can buy games."
},
{
"text": "Locker Combo",
"isCorrect": false,
"description": "Your friend does not need your locker combination in this instance. Your locker is for you.",
"context": "Your close friend is asking for your locker combination so he can store his books next to yours."
}
],
"characterName": "Friend"
},
{
"question": "Can I have your phone number?",
"context": "Another student complains how you haven't given him your phone number yet. He's mean to you, so you're not sure if you should give it.",
"permissions": "Permissions: None",
"answers": [
{
"text": "Trustworthy",
"isCorrect": false,
"description": "It's NOT OK to peer pressure someone into giving personal info."
},
{
"text": "Untrustworthy",
"isCorrect": true,
"description": "Since he has a history of bullying you, you don't need to give him your personal info."
}
],
"characterName": "Bully"
},
{
"question": "Can I have your password?",
"context": "_____",
"permissions": "You need permission from: None",
"answers": [
{
"text": "Context A.",
"isCorrect": true,
"description": "The teacher is a trusted adult asking only for school-related passwords to help students access classwork.",
"context": "A. You teacher asks all students to give him the passwords of their class accounts so he can help you remember them."
},
{
"text": "Context B.",
"isCorrect": false,
"description": "This is a personal account not related to school, your teacher doesn't need it.",
"context": "B. Your teacher wants your password for Tappy Chicken so he can play too."
},
{
"text": "Context C.",
"isCorrect": false,
"description": "Even though this is a school-related account, it is the teacher's job to keep it safe.",
"context": "Your teacher wants the password to your class acount so he can share it with other students."
}
],
"characterName": "Teacher"
},
{
"question": "Can I have _____ email?",
"context": "Your new computer game is asking for an email to make an account. Your parents said you could use theirs if you wanted.",
"permissions": "You have permission from: Your parents",
"answers": [
{
"text": "Your friend's",
"isCorrect": false,
"description": "You never got your friend's permission."
},
{
"text": "Your",
"isCorrect": true,
"description": "Since this is your email, you can sign up with that."
},
{
"text": "Your parent's",
"isCorrect": true,
"description": "This is OK since your parents gave you permission to use their email for this game."
}
],
"characterName": "Gamebot"
},
{
"question": "Can I have your location?",
"context": "Tappy Chicken has a minigame where you can catch and train chickens in real-world locations. The Terms of Service says they will not share your info with anyone else.",
"permissions": "Permissions: None",
"answers": [
{
"text": "Trustworthy",
"isCorrect": true,
"description": "Location is a neccessary feature for this minigame, and the Terms of Service makes it clear that is the only thing they will use that info for."
},
{
"text": "Untrustworthy",
"isCorrect": false,
"description": "This is why it's important to read an app's Terms of Service because they do tell you what they'll do with your data."
}
],
"characterName": "phonebot"
}
]