-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
605 lines (539 loc) · 22.1 KB
/
index.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
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>blocks to text</title>
<meta name="description" content="A framework for easily creating beautiful presentations using HTML">
<meta name="author" content="Hakim El Hattab">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="../reveal-js/css/reveal.css">
<link rel="stylesheet" href="../reveal-js/css/theme/night.css" id="theme">
<!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="../reveal-js/lib/css/zenburn.css">
<!-- Printing and PDF exports -->
<script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? '../reveal-js/css/print/pdf.css' : '../reveal-js/css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
<!--[if lt IE 9]>
<script src="lib/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="reveal">
<div class="slides">
<section>
<h2>de la souris au clavier</h2>
<h3>une transition en douceur</h3>
</section>
<section>
<h3>avant de commencer</h3>
<p class="fragment">
questions:
<a href="https://www.slido.com" target="_blank">
slido.com - #G157
</a>
</p>
<p class="fragment">
suivre: <a href="https://github.com/blocks-to-text/top" target="_blank">
https://github.com/blocks-to-text/top
</a>
</p>
</section>
<section id="top">
<h3>du souris au clavier:</h3>
<p class="fragment">
<a href="https://github.com/blocks-to-text/the-transition" target="_blank">
c'est quoi cette transition?
</a>
</p>
<p class="fragment">
<a href="https://github.com/blocks-to-text/isolate-the-notional-machine" target="_blank">
isoler la machine notionelle
</a>
</p>
<p class="fragment">
<a href="https://github.com/blocks-to-text/ease-into-text" target="_blank">
doucement vers le texte
</a>
</p>
<p class="fragment">
<a href="https://github.com/blocks-to-text/transitional-learning-environments" target="_blank">
les environnements transitionnels
</a>
</p>
<p class="fragment">
<a href="https://github.com/blocks-to-text/prepare-to-teach" target="_blank">
préparer pour enseigner
</a>
</p>
<br>
<p class="fragment">
<a href="https://www.slido.com" target="_blank">
slido.com - #G157
</a>
</p>
</section>
<section id="the-transition">
<section id="transition-top">
<h3>
<a href="https://github.com/blocks-to-text/the-transition" target="_blank">
c'est quoi cette transition?
</a>
</a>
</section>
<!-- <section id="not-computational-thinking">
<h3></h3>
<p class="fragment">
<a href="https://blocks-to-text.github.io/preparing-to-teach" target="_blank">
Préparons pour enseigner
</a>
</p>
</section> -->
<section id="animations-to-data">
<h3>
<a href="https://scratch.mit.edu/projects/10128368/editor/" target="_blank">
programmer les animations
</a>
<h3>
<img style="background:none; border:none; box-shadow:none;" src="./scratch.png" width="90%" height="54%"></img>
</section>
<section id="animations-to-data">
<h3>
<a href="https://repl.it/@colevandersWands/programmer-les-donnees" target="_blank">
programmer les données</h3>
</a>
<br>
<pre><code class="hljs" data-trim data-line-numbers="4,8-11">
const array = ['m', 'e', 'a', 'r', 'r', 'o', 'm', 'r', 'g', 'p'];
// ... quelques manipulations
array = ['m', 'e', 'r', 'r', 'a', 'm', 'r', 'o', 'g', 'p'];
// ... quelques manipulations
array = ['r', 'a', 'm', 'm', 'e', 'r', 'p', 'r', 'o', 'g'];
// ... quelques manipulations
array = ['p', 'r', 'o', 'g', 'r', 'a', 'm', 'm', 'e', 'r'];
</code></pre>
</section>
<section id="animations-to-data">
<h3>ceci n'est pas la pensée algorithmique<h3>
</section>
<section>
<p class="fragment">
<a href="https://www.slido.com" target="_blank">
slido.com - #G157
</a>
</p>
</section>
</section>
<section id="isolate-the-notional-machine">
<section id="nm-top">
<h3>
<a href="https://github.com/blocks-to-text/isolate-the-notional-machine" target="_blank">
isoler la machine notionelle
</a>
</h3>
</section>
<section id="the-notional-machine">
<h3>la machine notionelle?</h3>
<p class="fragment">
<a href="https://github.com/janke-learning/dots-vs-brackets" target="_blank">
les diagrammes
</a>
</p>
<p class="fragment">
<a href="http://www.pythontutor.com/visualize.html#code=function%20procedure%28parameter%29%20%7B%0A%20%20var%20result%20%3D%20parameter.reverse%28%29%3B%0A%20%20return%20result%3B%0A%7D%3B%0A%0Aconst%20array%20%3D%20%5B3,%202,%201%5D%3B%0A%0Aconst%20ret_val%20%3D%20procedure%28array%29%3B%0A%0Aconsole.log%28ret_val%29%3B&cumulative=false&curInstr=0&heapPrimitives=nevernest&mode=display&origin=opt-frontend.js&py=js&rawInputLstJSON=%5B%5D&textReferences=false" target="_blank">
visualisations
</a>
</p>
<p class="fragment">
<a href="https://dico.developpez.com/html/" target="_blank">
vocabulaire
</a>
</p>
<p class="fragment">
pour comprendre l'exécution du programme
</p>
<p class="fragment">
pour éviter les malcompréhensions standards
</p>
<p class="fragment">
pour identifier les malcompréhensions
</p>
</section>
<section id="text-based-hubris">
<h3>blocs ou texte, peu d'importe</h3>
<p class="fragment">
<a href="https://trinket.io/python/3e3a00ee9e" target="_blank">
texte --> tortue
</a>
</p>
<p class="fragment">
<a href="https://blocks-to-text.github.io/side-by-side/" target="_blank">
blocs --> Python Tutor
</a>
</p>
</section>
<section id="pytut-puzzles-noxy">
<h3>puzzles d'état</h3>
<p class="fragment">
<a href="http://www.pythontutor.com/live.html#code=//%20eating%20meat%20every%20meal%0A%0A//%20we%20give%20you%20this%0Alet%20_1%20%3D%20'%20',%20_2%20%3D%20'%20',%20_3%20%3D%20'%20',%20_4%20%3D%20'%20',%20_5%20%3D%20'%20',%20_6%3D%20'%20'%3B%0A%0A//%20you%20write%20this%0A%0A//%20eating%0A_1%20%3D%20%22e%22,%20_2%20%3D%20%22a%22,%20_3%20%3D%20%22t%22,%20_4%20%3D%20%22i%22,%20_5%20%3D%20%22n%22,%20_6%3D%20%22g%22%3B%0A//%20meat%0A_4%20%3D%20_3,%20_3%20%3D%20_2,%20_2%20%3D%20_1,%20_1%20%3D%20%22m%22,%20_5%20%3D%20%22%20%22,%20_6%20%3D%20%22%20%22%3B%0A//%20every%0A_1%20%3D%20_2,%20_3%20%3D%20_2,%20_2%20%3D%20%22v%22,%20_4%20%3D%20%22r%22,%20_5%20%3D%20%22y%22%3B%0A//%20meal%0A_1%20%3D%20%22m%22,%20_2%20%3D%20_3,%20_3%20%3D%20%22a%22,%20_4%20%3D%20%22l%22,%20_5%20%3D%20%22%20%22%3B&cumulative=false&curInstr=5&heapPrimitives=nevernest&mode=display&origin=opt-live.js&py=js&rawInputLstJSON=%5B%5D&textReferences=false" target="_blank">
sans variables temporaires
</a>
</p>
<p class="fragment">
<a href="http://www.pythontutor.com/live.html#code=//%20eating%20meat%20every%20meal%0A%0A//%20we%20give%20you%20this%0Alet%20_1%20%3D%20'%20',%20_2%20%3D%20'%20',%20_3%20%3D%20'%20',%20_4%20%3D%20'%20',%20_5%20%3D%20'%20',%20_6%3D%20'%20'%3B%0Alet%20x%20%3D%20'%20',%20y%20%3D%20'%20'%3B%0A%0A//%20you%20write%20this%0A%0A//%20eating%0A_1%20%3D%20%22e%22,%20_2%20%3D%20%22a%22,%20_3%20%3D%20%22t%22,%20_4%20%3D%20%22i%22,%20_5%20%3D%20%22n%22,%20_6%3D%20%22g%22%3B%0A//%20meat%0Ax%20%3D%20_2%3B%0A_4%20%3D%20_3,%20_3%20%3D%20_2,%20_2%20%3D%20_1,%20_1%20%3D%20%22m%22,%20_5%20%3D%20%22%20%22,%20_6%20%3D%20%22%20%22%3B%0A//%20every%0Ay%20%3D%20_1%3B%0A_1%20%3D%20_2,%20_3%20%3D%20_2,%20_2%20%3D%20%22v%22,%20_4%20%3D%20%22r%22,%20_5%20%3D%20%22y%22%3B%0A//%20meal%0A_1%20%3D%20y,%20_2%20%3D%20_3,%20_3%20%3D%20x,%20_4%20%3D%20%22l%22,%20_5%20%3D%20%22%20%22%3B&cumulative=false&curInstr=8&heapPrimitives=nevernest&mode=display&origin=opt-live.js&py=js&rawInputLstJSON=%5B%5D&textReferences=false" target="_blank">
avec variables temporaires
</a>
</p>
</section>
<section>
<p class="fragment">
<a href="https://www.slido.com" target="_blank">
slido.com - #G157
</a>
</p>
</section>
</section>
<section id="ease-into-text">
<section id="typing-top">
<h3>
<a href="https://github.com/blocks-to-text/easing-into-text" target="_blank">
doucement vers le texte
</a>
</h3>
</section>
<section id="typing-top">
<h3>coding = "extreme literacy"</h3>
<p class="fragment">
formatting & syntax précis
</p>
<p class="fragment">
comprendre l'idée du programmeur
</p>
<p class="fragment">
comprendre l'interprétation de la machine
</p>
<p class="fragment">
exprimer les idées hors-du-commun
</p>
</section>
<section id="toggling-editors">
<h3>les jeux pseudo-code</h3>
<p class="fragment">
<a href="http://compute-it.toxicode.fr" target="_blank">
toxicode: enligne
</a>
</p>
<p class="fragment">
toxicode: off-line
</p>
</section>
<section id="study-code-as-text">
<h3>les editeurs bloc/texte</h3>
<p class="fragment">
<a href="https://pencilcode.net/edit/first" target="_blank">
PencilCode
</a>
</p>
<p class="fragment">
<a href="http://think.cs.vt.edu/blockpy/load" target="_blank">
BlockPy
</a>
</p>
</section>
<section id="start-code-exercises">
<h3>étudier le code comme texte</h3>
<p class="fragment">
<a href="https://blocks-to-text.github.io/parsonizer/?snippet=def%20table%28%29%3A%0A%20%20return%20%22table%22%0A%0Aprint%20%28%20table%28%29%20%29" target="_blank">
parsons problems
</a>
</p>
<p class="fragment">
<a href="https://blocks-to-text.github.io/shuffle/?snippet=def%20shuffle%28%29%3A%0A%20%20return%20%22table%22%0A%0Aprint%20%28%20shuffle%28%29%20%29" target="_blank">
shuffle
</a>
</p>
<p class="fragment">
<a href="https://blocks-to-text.github.io/spot/?snippet=def%20spot%28%29%3A%0A%20%20return%20%22table%22%0A%0Aprint%20%28%20spot%28%29%20%29" target="_blank">
spot
</a>
</p>
<p class="fragment">
<a href="https://blocks-to-text.github.io/side-by-side" target="_blank">
side-by-side
</a>
</p>
</section>
<section id="typing-bottom">
<h3>exercises de complétion</h3>
<p class="fragment">
<a href="https://github.com/janke-learning/truthiness" target="_blank">
truthiness
</a>
</p>
<p class="fragment">
<a href="https://github.com/colevandersWands/reference-type-exercises/" target="_blank">
reference vs. value
</a>
</p>
</section>
<section>
<p class="fragment">
<a href="https://www.slido.com" target="_blank">
slido.com - #G157
</a>
</p>
</section>
</section>
<section id="transitional-learning-environments">
<section id="environments-top">
<h3>
<a href="https://github.com/blocks-to-text/transitional-learning-environments" target="_blank">
les environnements transitionnels
</a>
</h3>
</section>
<section>
<h3>environnement vs. tutoriel</h3>
<p class="fragment">
<a href="https://www.khanacademy.org/computer-programming/new/pjs" target="_blank">
environnement JS de Khan Academy
</a>
</p>
<p class="fragment">
<a href="https://www.khanacademy.org/computing/computer-programming/programming/drawing-basics/pt/making-drawings-with-code" target="_blank">
tutoriel JS de Khan Academy
</a>
</p>
</section>
<section>
<h3>les considérations</h3>
<p class="fragment">
leurs niveaux
</p>
<p class="fragment">
leurs intérêts
</p>
<p class="fragment">
le temp disponible
</p>
<p class="fragment">
langue de programmation
</p>
<p class="fragment">
votre niveau
</p>
<p class="fragment">
contenu & infrastructure existante
</p>
<p class="fragment">
...
</p>
<p class="fragment">
objectives d'apprentissage
</p>
</section>
<section>
<h3>objectives d'apprentissage</h3>
<p class="fragment">
<a href="https://pencilcode.net/edit/first" target="_blank">
blocs au text
</a>
</p>
<p class="fragment">
<a href="https://thonny.org" target="_blank">
l'éxécution du programme
</a>
</p>
<p class="fragment">
<a href="https://think.cs.vt.edu/blockpy/load" target="_blank">
CS & analyse des données
</a>
</p>
<p class="fragment">
<a href="https://www.greenfoot.org/overview" target="_blank">
développement software
</a>
</p>
<p class="fragment">
<a href="https://glitch.com" target="_blank">
le web
</a>
</p>
</section>
<section>
<p class="fragment">
<a href="https://www.slido.com" target="_blank">
slido.com - #G157
</a>
</p>
</section>
</section>
<section id="prepare-to-teach">
<section id="prep-to-teach-top">
<h3>
<a href="https://github.com/blocks-to-text/preparing-to-teach" target="_blank">
préparer pour enseigner
</a>
</h3>
</section>
<section id="pedagogical-content-knowledge">
<h3>pedagogical content knowledge</h3>
<p class="fragment">
les malcompréhensions fréquentes
</p>
<p class="fragment">
les erreurs fréquentes
</p>
<p class="fragment">
identifier les corrélations
</p>
</section>
<section id="practice-coding-prep-exercises">
<h3>étudier = préparer</h3>
<p class="fragment">
starter-code est très efficace
</p>
<p class="fragment">
petits changements font une grande différence
</p>
<p class="fragment">
<a href="https://janke-learning.github.io/code-along" target="_blank">
assez de mots, un live demo
</a>
</p>
<p class="fragment">
facile à créer
</p>
<p class="fragment">
tu les connais bien
</p>
</section>
<section id="integrative-projects">
<h3>projets intégratifs</h3>
<p class="fragment">
explore le problème sans code
</p>
<p class="fragment">
discute l'idée de la modélisation
</p>
<p class="fragment">
<a href="https://github.com/janke-learning/calc-mvclh-project" target="_blank">
enseigner les étappes
</a>
</p>
<p class="fragment">
<a href="https://github.com/janke-learning/todo-list-mvclh-project" target="_blank">
avoir des projects similaires à étudier
</a>
</p>
</section>
<section id="coding-is-not-about-code">
<h3>coding is not about code</h3>
<p class="fragment">
choisis des projets intéressants
</p>
<p class="fragment">
prépare les interactions off-line
</p>
<p class="fragment">
travaille en groupe
</p>
<p class="fragment">
avoir une présentation des erreurs
</p>
<p class="fragment">
avoir une présentation des solutions
</p>
</section>
<section>
<p class="fragment">
<a href="https://www.slido.com" target="_blank">
slido.com - #G157
</a>
</p>
</section>
</section>
<section id="bottom">
<h3>du souris au clavier:</h3>
<p class="fragment">
<a href="https://github.com/blocks-to-text/the-transition" target="_blank">
c'est quoi cette transition?
</a>
</p>
<p class="fragment">
<a href="https://github.com/blocks-to-text/isolating-the-notional-machine" target="_blank">
isoler la machine notionelle
</a>
</p>
<p class="fragment">
<a href="https://github.com/blocks-to-text/easing-into-text" target="_blank">
doucement vers le texte
</a>
</p>
<p class="fragment">
<a href="https://github.com/blocks-to-text/transitional-learning-environments" target="_blank">
les environnements transitionnels
</a>
</p>
<p class="fragment">
<a href="https://github.com/blocks-to-text/preparing-to-teach" target="_blank">
préparer pour enseigner
</a>
</p>
<br>
<p class="fragment">
<a href="https://www.slido.com" target="_blank">
slido.com - #G157
</a>
</p>
</section>
<section id="left-up">
<a href="https://janke-learning.github.io/statefull-project-demo/" target="_blank">
<img style="background:none; border:none; box-shadow:none;" src="https://user-images.githubusercontent.com/18554853/50098409-22575780-021c-11e9-99e1-962787adaded.png" width="350" height="350"></img>
</a>
<!-- <p>Pour plus d'informations:</p> -->
<br>
<br>
<h4>
<a href="https://github.com/blocks-to-text/top" target="_blank">
https://github.com/blocks-to-text/top
</a>
</h4>
<h4>
<a href="https://www.slido.com" target="_blank">
slido.com - #G157
</a>
</h4>
</section>
</div>
</div>
<script src="../reveal-js/lib/js/head.min.js"></script>
<script src="../reveal-js/js/reveal.js"></script>
<script>
// More info https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: true,
progress: true,
history: true,
center: true,
transition: 'slide', // none/fade/slide/convex/concave/zoom
// More info https://github.com/hakimel/reveal.js#dependencies
dependencies: [
{ src: '../reveal-js/lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: '../reveal-js/plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: '../reveal-js/plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: '../reveal-js/plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
{ src: '../reveal-js/plugin/search/search.js', async: true },
{ src: '../reveal-js/plugin/zoom-js/zoom.js', async: true },
{ src: '../reveal-js/plugin/notes/notes.js', async: true }
]
});
</script>
</body>
</html>