-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstrategies.html
564 lines (505 loc) · 25.5 KB
/
strategies.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
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
<!doctype html>
<html lang="en" class="h-100">
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta name="description" content="Getting Unstuck is a 10-module intermediate Scratch curriculum to help your students develop greater creative and conceptual fluency with code, from the Creative Computing Lab at the Harvard Graduate School of Education." />
<meta name="keywords" content="Getting Unstuck, K–12 computer science education, K–12 computing education, programming, coding, computational thinking, creative computing, Scratch, teachers, expression, student-centered learning, Creative Computing Lab, Harvard Graduate School of Education" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="static/css/bootstrap.css" rel="stylesheet">
<link href="static/css/embed-youtube.css" rel="stylesheet">
<link href="static/css/style.css" rel="stylesheet">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Montserrat:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic%7COpen+Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic%7CAbril+Fatface:regular"
media="all">
<link href="static/img/favicon.png" rel="icon" type="image/png">
<link rel="stylesheet" href="static/css/strategies.css">
<title>Strategies</title>
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-121701097-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-121701097-1');
</script>
</head>
<body class="d-flex flex-column h-100">
<main>
<nav class="navbar navbar-expand-lg navbar-light bg-primary rounded" aria-label="Navigation bar">
<div class="container-fluid">
<div class="navbar-brand" style="margin-left:1rem">
<a href="index.html"><img style="height:4rem"
src="static/img/logo.png"></a>
</div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#site-navbar"
aria-controls="site-navbar" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-md-center" id="site-navbar">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link "
href="index.html">WELCOME</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="strategies.html#" id="modules-dropdown" data-bs-toggle="dropdown"
aria-expanded="false">CURRICULUM</a>
<ul class="dropdown-menu" aria-labelledby="modules-dropdown">
<li>
<a class="dropdown-item "
href="modules/orientation.html">Start Here
</a>
</li>
<div class="dropdown-divider"></div>
<li>
<a class="dropdown-item "
href="modules/when-clicked.html">When Clicked
</a>
</li>
<li>
<a class="dropdown-item "
href="modules/parallelism.html">Parallelism
</a>
</li>
<li>
<a class="dropdown-item "
href="modules/key-press.html">Key Press
</a>
</li>
<li>
<a class="dropdown-item "
href="modules/loops.html">Loops
</a>
</li>
<li>
<a class="dropdown-item "
href="modules/broadcast.html">Broadcast
</a>
</li>
<li>
<a class="dropdown-item "
href="modules/color-sensing.html">Color Sensing
</a>
</li>
<li>
<a class="dropdown-item "
href="modules/random.html">Random
</a>
</li>
<li>
<a class="dropdown-item "
href="modules/ask-and-answer.html">Ask and Answer
</a>
</li>
<li>
<a class="dropdown-item "
href="modules/variables.html">Variables
</a>
</li>
<li>
<a class="dropdown-item "
href="modules/lists.html">Lists
</a>
</li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="strategies.html#" id="translations-dropdown" data-bs-toggle="dropdown"
aria-expanded="false">TRANSLATIONS</a>
<ul class="dropdown-menu" aria-labelledby="translations-dropdown">
<li>
<a class="dropdown-item "
href="translations/español.html">Español
</a>
</li>
<li>
<a class="dropdown-item "
href="translations/français.html">Français
</a>
</li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link "
href="faq.html">FAQ</a>
</li>
</ul>
</div>
</div>
</nav>
<section class="bg-white">
<div class="container">
<div class="row px-5-md pt-4 pt-md-5 pb-3">
<div class="col-12">
<h1 class="text-center pb-2">Strategies</h1>
<p class="text-center">If you're feeling stuck on a problem, try out one of these strategies! Hover over
each image for more detail.</p>
</div>
</div>
<div class="row row-card">
<div class="col-md-6 col-xl-3 mb-4 card-container">
<div class="s">
<div class="content-overlay"></div>
<img src="static/img/strategy/strategyArtboard_1.png" class="card-image" alt="a stack at a time">
<div class="card-details fadeIn-bottom">
<h3>a stack at a time</h3>
<p>Click on a stack to run only that part of your project. Does it work? Click on another stack.
</p>
</div>
</div>
</div>
<div class="col-md-6 col-xl-3 mb-4 card-container">
<div class="s">
<div class="content-overlay"></div>
<img src="static/img/strategy/strategyArtboard_6.png" class="card-image" alt="project talk">
<div class="card-details fadeIn-bottom">
<h3>project talk</h3>
<p>Make your project talk to you! Add extra "say" blocks in-between the blocks you're testing,
to
see if all of your blocks are being run in your project.</p>
</div>
</div>
</div>
<div class="col-md-6 col-xl-3 mb-4 card-container">
<div class="s">
<div class="content-overlay"></div>
<img src="static/img/strategy/strategyArtboard_7.png" class="card-image" alt="try something else">
<div class="card-details fadeIn-bottom">
<h3>try something else</h3>
<p>There are many ways to do the same thing in Scratch. What's another way you might try?</p>
</div>
</div>
</div>
<div class="col-md-6 col-xl-3 mb-4 card-container">
<div class="s">
<div class="content-overlay"></div>
<img src="static/img/strategy/strategyArtboard_8.png" class="card-image"
alt="problem? opportunity!">
<div class="card-details fadeIn-bottom">
<h3>problem? opportunity!</h3>
<p>Can't get past a problem? Can you reframe the problem so that it becomes an advantage or
opportunity?</p>
</div>
</div>
</div>
</div>
<div class="row row-card">
<div class="col-md-6 col-xl-3 mb-4 card-container">
<div class="s">
<div class="content-overlay"></div>
<img src="static/img/strategy/strategyArtboard_9.png" class="card-image" alt="draw a diagram">
<div class="card-details fadeIn-bottom">
<h3>draw a diagram</h3>
<p>Draw a map or a flowchart of how you envision your project working. What happens when you
click
the green flag?</p>
</div>
</div>
</div>
<div class="col-md-6 col-xl-3 mb-4 card-container">
<div class="s">
<div class="content-overlay"></div>
<img src="static/img/strategy/strategyArtboard_32.png" class="card-image"
alt="be inspired by others">
<div class="card-details fadeIn-bottom">
<h3>be inspired by others</h3>
<p>Find a project you find exciting and click "see inside." What do you notice? What can you
learn
from it?</p>
</div>
</div>
</div>
<div class="col-md-6 col-xl-3 mb-4 card-container">
<div class="s">
<div class="content-overlay"></div>
<img src="static/img/strategy/strategyArtboard_34.png" class="card-image"
alt="answer someone's question">
<div class="card-details fadeIn-bottom">
<h3>answer someone's question</h3>
<p>Go to the "Help with Scripts" forum and try to answer at least one question. You know more
than
you think.</p>
</div>
</div>
</div>
<div class="col-md-6 col-xl-3 mb-4 card-container">
<div class="s">
<div class="content-overlay"></div>
<img src="static/img/strategy/strategyArtboard_11.png" class="card-image" alt="break it down">
<div class="card-details fadeIn-bottom">
<h3>break it down!</h3>
<p>Sometimes we get stuck because the problem seems overwhelming. Write down three things that
make
up the problem.</p>
</div>
</div>
</div>
</div>
<div class="row row-card">
<div class="col-md-6 col-xl-3 mb-4 card-container">
<div class="s">
<div class="content-overlay"></div>
<img src="static/img/strategy/strategyArtboard_15.png" class="card-image" alt="search online">
<div class="card-details fadeIn-bottom">
<h3>search online</h3>
<p>See if someone else has an answer! Try Googling [block name] + [thing you want it to do].</p>
</div>
</div>
</div>
<div class="col-md-6 col-xl-3 mb-4 card-container">
<div class="s">
<div class="content-overlay"></div>
<img src="static/img/strategy/strategyArtboard_13.png" class="card-image" alt="help a friend">
<div class="card-details fadeIn-bottom">
<h3>help a friend</h3>
<p>Ask friends if they need any help with their projects. Even if you're a beginner, everyone
has
something to contribute.</p>
</div>
</div>
</div>
<div class="col-md-6 col-xl-3 mb-4 card-container">
<div class="s">
<div class="content-overlay"></div>
<img src="static/img/strategy/strategyArtboard_14.png" class="card-image" alt="remix a project">
<div class="card-details fadeIn-bottom">
<h3>remix a project</h3>
<p>Find a project you find inspiring and click "Remix." Try making some changes to the project!
</p>
</div>
</div>
</div>
<div class="col-md-6 col-xl-3 mb-4 card-container">
<div class="s">
<div class="content-overlay"></div>
<img src="static/img/strategy/strategyArtboard_16.png" class="card-image" alt="just keep going">
<div class="card-details fadeIn-bottom">
<h3>just keep going!</h3>
<p>Try lots of things! Try three other strategies! Switch out some blocks! You've got this.</p>
</div>
</div>
</div>
</div>
<div class="row row-card">
<div class="col-md-6 col-xl-3 mb-4 card-container">
<div class="s">
<div class="content-overlay"></div>
<img src="static/img/strategy/strategyArtboard_17.png" class="card-image"
alt="post a question online">
<div class="card-details fadeIn-bottom">
<h3>post a question online</h3>
<p>Check out the "Help with Scripts" forum on Scratch and ask your question. Don't forget to
link to
your project.</p>
</div>
</div>
</div>
<div class="col-md-6 col-xl-3 mb-4 card-container">
<div class="s">
<div class="content-overlay"></div>
<img src="static/img/strategy/strategyArtboard_18.png" class="card-image"
alt="make a small goal today">
<div class="card-details fadeIn-bottom">
<h3>make a small goal today</h3>
<p>Pick one thing that you want to accomplish/learn today.</p>
</div>
</div>
</div>
<div class="col-md-6 col-xl-3 mb-4 card-container">
<div class="s">
<div class="content-overlay"></div>
<img src="static/img/strategy/strategyArtboard_19.png" class="card-image"
alt="figure out your style">
<div class="card-details fadeIn-bottom">
<h3>figure out your style</h3>
<p>Do you like to make your own blocks? Hide blocks on invisible sprites? Look at some of your
projects and try to notice the things you tend to do. Make sure to leave comments in
projects
for others to read.</p>
</div>
</div>
</div>
<div class="col-md-6 col-xl-3 mb-4 card-container">
<div class="s">
<div class="content-overlay"></div>
<img src="static/img/strategy/strategyArtboard_20.png" class="card-image" alt="talk it through">
<div class="card-details fadeIn-bottom">
<h3>talk it through</h3>
<p>Talk to a friend (or just out loud to yourself) about what you need to get done.</p>
</div>
</div>
</div>
</div>
<div class="row row-card">
<div class="col-md-6 col-xl-3 mb-4 card-container">
<div class="s">
<div class="content-overlay"></div>
<img src="static/img/strategy/strategyArtboard_21.png" class="card-image"
alt="work on an old project">
<div class="card-details fadeIn-bottom">
<h3>work on an old project</h3>
<p>Find a project you haven't worked on in awhile and make some changes. What did you do
differently
then? How would you do that now?</p>
</div>
</div>
</div>
<div class="col-md-6 col-xl-3 mb-4 card-container">
<div class="s">
<div class="content-overlay"></div>
<img src="static/img/strategy/strategyArtboard_12.png" class="card-image"
alt="organize your sprites">
<div class="card-details fadeIn-bottom">
<h3>organize your sprites</h3>
<p>Are all of your blocks on the right sprites? Click through all of them to check; don't forget
about the background!</p>
</div>
</div>
</div>
<div class="col-md-6 col-xl-3 mb-4 card-container">
<div class="s">
<div class="content-overlay"></div>
<img src="static/img/strategy/strategyArtboard_23.png" class="card-image" alt="compromise">
<div class="card-details fadeIn-bottom">
<h3>compromise</h3>
<p>What is one thing you imagine your project doing? Can you just get part of that done today?
</p>
</div>
</div>
</div>
<div class="col-md-6 col-xl-3 mb-4 card-container">
<div class="s">
<div class="content-overlay"></div>
<img src="static/img/strategy/strategyArtboard_24.png" class="card-image" alt="tell a story">
<div class="card-details fadeIn-bottom">
<h3>tell a story</h3>
<p>Write out what your sprites will do. How will a user feel when they interact with your
project?
</p>
</div>
</div>
</div>
</div>
<div class="row row-card">
<div class="col-md-6 col-xl-3 mb-4 card-container">
<div class="s">
<div class="content-overlay"></div>
<img src="static/img/strategy/strategyArtboard_25.png" class="card-image"
alt="check out what's trending">
<div class="card-details fadeIn-bottom">
<h3>check out what's trending</h3>
<p>Take a look at some of the projects trending on the Scratch front page. What do you notice?
What
are you inspired by?</p>
</div>
</div>
</div>
<div class="col-md-6 col-xl-3 mb-4 card-container">
<div class="s">
<div class="content-overlay"></div>
<img src="static/img/strategy/strategyArtboard_26.png" class="card-image" alt="remix something">
<div class="card-details fadeIn-bottom">
<h3>remix something</h3>
<p>Use the backpack feature to look at other projects and find sprites or code blocks to
incorporate
into your remix. Don't forget to give credit.</p>
</div>
</div>
</div>
<div class="col-md-6 col-xl-3 mb-4 card-container">
<div class="s">
<div class="content-overlay"></div>
<img src="static/img/strategy/strategyArtboard_27.png" class="card-image" alt="find a tutorial">
<div class="card-details fadeIn-bottom">
<h3>find a tutorial</h3>
<p>Other Scratchers have made lots of different tutorials. Try searching the Scratch site to
find a
tutorial, such as "platformer game tutorial" or "video sensing tutorial".</p>
</div>
</div>
</div>
<div class="col-md-6 col-xl-3 mb-4 card-container">
<div class="s">
<div class="content-overlay"></div>
<img src="static/img/strategy/strategyArtboard_28.png" class="card-image" alt="take a break">
<div class="card-details fadeIn-bottom">
<h3>take a break</h3>
<p>Go for a walk. Read a book. Eat something. Then try again.</p>
</div>
</div>
</div>
</div>
<div class="row row-card">
<div class="col-md-6 col-xl-3 mb-4 card-container">
<div class="s">
<div class="content-overlay"></div>
<img src="static/img/strategy/strategyArtboard_29.png" class="card-image"
alt="use the tips window">
<div class="card-details fadeIn-bottom">
<h3>use the tips window</h3>
<p>Try out one of the tutorials in the tips window (that little question mark in the corner).
Did
you know that the tips window has more information about each block?</p>
</div>
</div>
</div>
<div class="col-md-6 col-xl-3 mb-4 card-container">
<div class="s">
<div class="content-overlay"></div>
<img src="static/img/strategy/strategyArtboard_30.png" class="card-image" alt="ask a friend">
<div class="card-details fadeIn-bottom">
<h3>ask a friend</h3>
<p>Ask a friend to take a look at your project. Everyone needs help sometimes!</p>
</div>
</div>
</div>
<div class="col-md-6 col-xl-3 mb-4 card-container">
<div class="s">
<div class="content-overlay"></div>
<img src="static/img/strategy/strategyArtboard_31.png" class="card-image" alt="recruit a teammate">
<div class="card-details fadeIn-bottom">
<h3>recruit a teammate</h3>
<p>Ask a friend to join you on your project. What strengths do they have to contribute?</p>
</div>
</div>
</div>
<div class="col-md-6 col-xl-3 mb-4 card-container">
<div class="s">
<div class="content-overlay"></div>
<img src="static/img/strategy/strategyArtboard_10.png" class="card-image" alt="make a checklist">
<div class="card-details fadeIn-bottom">
<h3>make a checklist</h3>
<p>Make a list of everything you want your project to do.</p>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<footer class="footer mt-auto bg-secondary">
<div class="container px-5-md py-4">
<div class="row ">
<div class="col-lg-12 text-center">
<p>The Getting Unstuck curriculum is a project of the
<a href="https://creativecomputing.gse.harvard.edu/" target="_blank">Creative Computing Lab</a> at the
<a href="https://www.gse.harvard.edu/" target="_blank">Harvard Graduate School of Education</a>.
</p>
</div>
</div>
<div class="row ">
<div class="col-lg-12 text-center">
<a href="https://twitter.com/HGSE_CCL" target="_blank"><i class="fab fa-twitter"></i></a>
<a href="https://www.facebook.com/groups/GettingUnstuckCommunity" target="_blank"><i
class="fab fa-facebook"></i></a>
<a href="mailto:[email protected]" target="_blank"><i class="far fa-envelope"></i></a>
</div>
</div>
</div>
</footer>
<script src="static/js/fontawesome.js"></script>
<script src="static/js/bootstrap.min.js"></script>
<script src="static/js/embed-youtube.js"></script>
<script src="static/js/iphone.js"></script>
</body>
</html>