-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfaq.html
443 lines (408 loc) · 26.9 KB
/
faq.html
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
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="shortcut icon" href="img/favicon.png" type="image/x-icon" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="styles/all.css" media="all">
<link rel="stylesheet" type="text/css" href="styles/faq.css" media="all">
<link rel="stylesheet" type="text/css" href="styles/header.css" media="all">
<link rel="stylesheet" type="text/css" href="styles/footer.css" media="all">
<meta name='twitter:card' content="summary">
<meta name='twitter:title' content="Social Media TestDrive">
<meta name='twitter:description' content="Welcome to the Social Media TestDrive official website!">
<meta name='twitter:image' content='https://dhpd030vnpk29.cloudfront.net/squareLogo.png'>
<meta property='og:url' content='https://socialmediatestdrive.org/'>
<meta property='og:title' content="Social Media TestDrive">
<meta property='og:description' content='Welcome to the Social Media TestDrive official website!'>
<meta property='og:image' content='https://dhpd030vnpk29.cloudfront.net/squareLogo.png'>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-145467622-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-145467622-3');
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BVBF8VW9D6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-BVBF8VW9D6');
</script>
<title>TestDrive FAQ</title>
</head>
<body>
<header>
<nav class="navbar navbar-light">
<a href="index.html" class="logoLinkContainer">
<img src="img/testDriveLogo.svg" width="110px" height="110px" class="d-inline-block align-top testDriveLogo" alt="Social Media TestDrive Logo">
<span class="navbar-brand fancy d-none d-md-inline-block align-middle">
Test<span class="brand">Drive</span>
</span>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item d-sm-block d-lg-none">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="modules.html">Modules</a>
</li>
<li class="nav-item">
<a class="nav-link" href="for_educators.html">For Educators</a>
</li>
<li class="nav-item">
<a class="nav-link" href="for_parents.html">For Parents</a>
</li>
<li class="nav-item">
<a class="nav-link" href="for_researchers.html">For Researchers</a>
</li>
<li class="nav-item">
<a class="nav-link" href="testdrive_studies.html">TestDrive Studies</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="faq.html">FAQ</a>
</li>
<li class="nav-item">
<a class="nav-link" href="team.html">Team</a>
</li>
<li class="nav-item">
<a class="nav-link alignItemsCenter" href="donate.html">
<!-- Free, open source bootstrap icon: megaphone fill -->
<!-- Copied HTML from: https://icons.getbootstrap.com/icons/heart-fill/ -->
<!-- Altered the width, height, and fill -->
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="#0093EC" class="bi bi-suit-heart-fill donationHeart" viewBox="0 0 16 16">
<path
d="M4 1c2.21 0 4 1.755 4 3.92C8 2.755 9.79 1 12 1s4 1.755 4 3.92c0 3.263-3.234 4.414-7.608 9.608a.513.513 0 0 1-.784 0C3.234 9.334 0 8.183 0 4.92 0 2.755 1.79 1 4 1z" />
</svg>
<b>Donate</b>
</a>
</li>
</ul>
</div>
</nav>
</header>
<main>
<div class='container-fluid'>
<!-- Title -->
<div class="row justify-content-center" style="padding-top:3em; padding-bottom:15px;">
<div class="col text-center">
<h1> Frequently Asked Questions </h1>
</div>
</div>
<div class="row navPillRow">
<!-- Subject Tabs -->
<ul class="nav nav-pills mb-3" id="pills-tab" role="tablist">
<!-- Tab 1 -->
<li class="nav-item">
<a class="nav-link active" id="pills-general-tab" data-toggle="pill" href="#pills-general" role="tab" aria-controls="pills-general" aria-selected="true">
General
</a>
</li>
<!-- Tab 2 -->
<li class="nav-item">
<a class="nav-link" id="pills-educators-tab" data-toggle="pill" href="#pills-educators" role="tab" aria-controls="pills-educators" aria-selected="false">
Educators
</a>
</li>
<!-- Tab 3 -->
<li class="nav-item">
<a class="nav-link" id="pills-parents-tab" data-toggle="pill" href="#pills-parents" role="tab" aria-controls="pills-parents" aria-selected="false">
Parents
</a>
</li>
</ul>
</div>
<div class="tab-content" id="pills-tabContent">
<!-- Tab 1 Content -->
<div class="tab-pane fade show active" id="pills-general" role="tabpanel" aria-labelledby="pills-general-tab">
<div class="container-fluid questionContainer">
<!-- First row, tab 1 -->
<div class="row paddedRow">
<div class="col-md-6 leftSide">
<h3 class="questionTitle">What is Social Media TestDrive?</h3>
<p>
Social Media TestDrive is an educational program that offers a number of modules about key digital citizenship topics, e.g. managing privacy settings, smart self-presentation, upstanding to cyberbullying, and news literacy.
</p>
<p>
Each Social Media TestDrive module teaches a set of digital citizenship concepts and allows youth to practice and reflect upon what they have learned using a simulated social media experience within a safe and protected platform.
</p>
</div>
<div class="col-md-6 rightSide">
<h3 class="questionTitle">
What is digital citizenship?</h3>
<p>
Digital citizenship is the ability to engage in safe and responsible online communication and to think critically about the content you see online. Watch
<a href="https://www.commonsense.org/education/videos/what-is-digital-citizenship">
this video</a> from Common Sense Education to learn more.
</p>
</div>
</div>
<!-- Second row, tab 1 -->
<div class="row paddedRow">
<div class="col-md-6 leftSide">
<h3 class="questionTitle">Who is Social Media TestDrive for?</h3>
<p>
TestDrive is most effective for new social media users or those who are likely to enter into the social media world in the near future. Our target audience is middle school-aged youth, but we welcome everyone to explore it.
</p>
<p>
Children at these ages are aware of and likely becoming interested in social media, and some children even have their own social media accounts. However, many are not yet on social media yet, since most social media platforms require members to be at
least 13 years old. This is a great time to learn the prosocial skills and behaviors in Social Media TestDrive.
</p>
</div>
<div class="col-md-6 rightSide">
<h3 class="questionTitle">How do Social Media TestDrive lessons work?</h3>
<p>
In a Social Media TestDrive lesson, young people first learn key terms and practice social media skills in a guided setting. Then, they explore a simulated social media site where they interact with content designed to provide opportunities to further
practice their new social media skills.
</p>
<p>
The final section in the lesson is a reflection activity where learners answer questions designed to help them reflect on what they learned and how they can apply their learning in real life in conversations with friends or strangers.
</p>
</div>
</div>
<!-- Third row, tab 1 -->
<div class="row paddedRow">
<div class="col-md-6 leftSide">
<h3 class="questionTitle">
How does Social Media TestDrive keep young people's data safe?
</h3>
<p>
Social Media TestDrive does not collect or store any personal information. Young people are able to choose from a library of photos when creating posts, upload text, make comments on the simulated social media site, and change their profile name, location,
and description, but all data are permanently deleted once users finish a module or leave the Social Media TestDrive website.
</p>
<p>
<a href="privacy.html" target="_none">
Our privacy policy</a> gives more details.
</p>
</div>
<div class="col-md-6 rightSide">
<h3 class="questionTitle">
Who created Social Media TestDrive?</h3>
<p>
Social Media TestDrive is a platform created by researchers in the
<a href="http://socialmedialab.cornell.edu/" target="_blank"> Cornell University Social Media Lab</a>, in collaboration with Common Sense Education.
</p>
<p>
The project is generously supported by the Morgan Family Foundation and the National Science Foundation.
</p>
</div>
</div>
<!-- Fourth row, tab 1 -->
<div class="row paddedRow">
<div class="col-md-6 leftSide">
<h3 class="questionTitle">
What should I do if I run into a problem with Social Media TestDrive?
</h3>
<p>
If you have any questions about Social Media TestDrive or run into any problems while using it, please e-mail us at
<a href="mailto:[email protected]" target="_top">
[email protected]</a> or Contact Us below. We will do our best to respond within 1–2 business days of receiving your e-mail.
</p>
</div>
<div class="col-md-6 rightSide">
<h3 class="questionTitle">
Can I receive the past emails that were sent on the email list-serv?</h3>
<p>
Yes. Our past newsletters can be found <a href="/webinars.html#newsletters" target="_blank">here</a>. Social Media TestDrive regularly sends newsletters to educators and parents who join our e-mail listserv with updates
and relevant information about Social Media TestDrive.
</p>
<p>
You can join our e-mail listserv to receive future newsletters by clicking <a href="mailto:[email protected]?Subject=Join" target="_blank" class="customHyperlink">here</a> and pressing "Send" to join.
</p>
</div>
</div>
</div>
</div>
<!-- Tab 2 Content -->
<div class="tab-pane fade" id="pills-educators" role="tabpanel" aria-labelledby="pills-educators-tab">
<div class="container-fluid questionContainer">
<!-- First row, tab 2 -->
<div class="row paddedRow">
<div class="col-md-6 leftSide">
<h3 class="questionTitle">
How can I access Social Media TestDrive?
</h3>
<p>
All Social Media TestDrive modules can be accessed from the
<a href="/modules.html">Modules page</a> of this website. We suggest previewing the modules first to become familiar with them. An overview of the contents of each module (i.e., learning objectives, key terms, prosocial
behaviors, and reflection questions) is available in the
<a href="testdriveguide.pdf" target="_none">Educator Guide.</a>
</p>
</div>
<div class="col-md-6 rightSide">
<h3 class="questionTitle">
What technology do I need to use Social Media TestDrive?
</h3>
<p>
It is recommended that young people access Social Media TestDrive using a desktop or laptop computer for the best experience. Social Media TestDrive is also compatible with tablets (e.g., iPads, Kindles, Galaxy Tabs, etc.), smartphones, and other mobile
devices, but smaller screens may make it difficult to see all content. For the best experience, we recommend maximizing the Social Media TestDrive browser window on the screen.
</p>
</div>
</div>
<!-- Second row, tab 2 -->
<div class="row paddedRow">
<div class="col-md-6 leftSide">
<h3 class="questionTitle">
How can I evaluate progress?
</h3>
<p>
Once young people reach the end of a Social Media TestDrive module, they are prompted to answer multiple-choice and open-ended reflection questions about the activity completed within the module. At the end of this page, there is a feature (“Print your
responses”) that enables young people to save their responses to the reflection questions as a PDF file. You can instruct young people to share this with you through email, Google Classroom, or your Learning Management
System (LMS), and review their responses to assess learning outcomes.
</p>
<p>
At the end of a Social Media TestDrive module, they are also prompted with an optional quiz with 5 multiple-choice questions. Similarly, you can instruct young people to save these responses in a PDF and share this with you to assess learning outcomes
and to evaluate progress.
</p>
</div>
<div class="col-md-6 rightSide">
<h3 class="questionTitle">
What should I do if I run into a problem with Social Media TestDrive?
</h3>
<p>
If you have any questions about Social Media TestDrive or run into any problems while using it, please e-mail us at
<a href="mailto:[email protected]" target="_top">
[email protected]</a> or Contact Us below. We will do our best to respond within 1–2 business days of receiving your e-mail.
</p>
</div>
</div>
</div>
</div>
<!-- Tab 3 -->
<div class="tab-pane fade" id="pills-parents" role="tabpanel" aria-labelledby="pills-parents-tab">
<div class="container-fluid questionContainer">
<!-- First row, tab 3 -->
<div class="row paddedRow">
<div class="col-md-6 leftSide">
<h3 class="questionTitle">
Can I use Social Media TestDrive at home with my child?
</h3>
<p>
Absolutely! All Social Media TestDrive modules are designed so that children can complete them by themselves, but we encourage parents to try out and discuss Social Media TestDrive with their children. The reflection questions at the end of each module
are a great opportunity to have a deeper discussion of the material.
</p>
<p>
If you want to check Social Media TestDrive out before trying it with your child, you are welcome to try some of the
<a href="/modules.html" target="_none">modules</a> yourself.
</p>
</div>
<div class="col-md-6 rightSide">
<h3 class="questionTitle">
How does a Social Media TestDrive module work?
</h3>
<p>
In a Social Media TestDrive module, young people first learn key terms and practice social media skills in a guided setting. Then, they explore a simulated social media site where they interact with content designed to provide opportunities to further
practice their new social media skills. The final section in the module is a reflection activity where learners answer questions designed to help them reflect on what they learned and how they can apply their learning
in real life.
</p>
</div>
</div>
<!-- Second row, tab 3 -->
<div class="row paddedRow">
<div class="col-md-6 leftSide">
<h3 class="questionTitle">
How can I see my child’s progress?
</h3>
<p>
At the end of the reflection page, there is a feature (“Print your responses”) that enables young people to save or print their responses to the reflection questions. You can review the responses to see how well your child is understanding the module
content. You can also use the reflection questions at the end of each module to have discussions with youth to promote a deeper engagement with the material.
</p>
</div>
<div class="col-md-6 rightSide">
<h3 class="questionTitle">
Will my child’s data be safe?
</h3>
<p>
Social Media TestDrive does not collect or store any personal information. Young people are able to choose from a library of photos when creating posts, upload text, make comments on the simulated social media site, and change their profile name, location,
and description, but all data are permanently deleted once users finish a module or leave the Social Media TestDrive website. We take privacy and safety seriously; see our
<a href="privacy.html" target="_none">privacy policy</a> for more details.
</p>
</div>
</div>
<!-- Third row, tab 3 -->
<div class="row paddedRow">
<div class="col-md-6 leftSide">
<h3 class="questionTitle">
What should I do if I run into a problem with Social Media TestDrive?
</h3>
<p>
If you have any questions about Social Media TestDrive or run into any problems while using it, please e-mail us at
<a href="mailto:[email protected]" target="_top">
[email protected]</a> or Contact Us below. We will do our best to respond within 1–2 business days of receiving your e-mail.
</p>
</div>
</div>
</div>
</div>
</div>
<!-- List-serv Section -->
<div class="container-fluid">
<!-- Title -->
<div class="row paddedTop justify-content-center">
<div class="col text-center">
<h1> Want to find out more? </h1>
</div>
</div>
<!-- Subtext -->
<div class="row justify-content-center">
<div class="col-sm-8 col-md-8 col-lg-4 text-center">
<h4 class="listServSubtext">
You can join our e-mail listserv to hear the latest news about Social Media TestDrive.
</h4>
<h4>
Click the button below and press "Send" to join.
</h4>
</div>
</div>
<!-- Button -->
<div class="row justify-content-center" style="padding-bottom:2em;">
<div class="col d-flex justify-content-center">
<a href="mailto:[email protected]?Subject=Join" target="_top">
<button type="button" class="nicelyRoundedButton">
Sign up
</button>
</a>
</div>
</div>
</div>
</main>
<footer class="page-footer footerVerB">
<div class="container-fluid">
<div class="row align-items-center footerRow">
<div class="col-auto mr-auto">
<p class="footerLeftItem">Copyright © 2025 Social Media TestDrive</p>
</div>
<div class="col-auto">
<a href="press.html" class="footer-link">Press</a>
</div>
<div class="col-auto">
<a href="terms.html" class="footer-link">Terms & Copyright</a>
</div>
<div class="col-auto">
<a href="privacy.html" class="footer-link">Privacy Policy</a>
</div>
<div class="col-auto">
<a href="mailto:[email protected]" target="_top" class="footer-link">
Contact Us
</a>
</div>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</body>
</html>