Skip to content

Commit 617a293

Browse files
committed
frozen keys lowercase, add shownotes for playlab
1 parent 8d806cd commit 617a293

File tree

6 files changed

+29
-7
lines changed

6 files changed

+29
-7
lines changed
Loading
Loading
Loading

dashboard/config/locales/data.en.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -418,9 +418,9 @@ en:
418418
'C3_crowdsourcing': 'Crowdsourcing'
419419
'C3_functional_suncatchers': 'Functional Suncatchers'
420420
'C3_songwriting_with_parameters': 'Songwriting With Parameters'
421-
'Frozen_intro': 'Hour of Code Intro'
422-
'Frozen_loops': 'Introduction to Loops'
423-
'Frozen_functions': 'Introduction to Functions'
421+
'frozen_intro': 'Hour of Code Intro'
422+
'frozen_loops': 'Introduction to Loops'
423+
'frozen_functions': 'Introduction to Functions'
424424
callout:
425425
text:
426426
# Keyed by #{callout.localization_key}

dashboard/config/locales/slides.en.yml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,4 +337,26 @@ en:
337337
text: "Now you have a new block that you can use multiple times to create multiple squares."
338338
7:
339339
image: 'notes/frozen3_7.jpg'
340-
text: "A lot of simple shapes can be used to create more complex patterns. In the next puzzle, the code you recently wrote to make a circle is available to you as a new function that can make circles of different sizes. Can you use it to help Elsa create intricate and beautiful patterns in the snow?"
340+
text: "A lot of simple shapes can be used to create more complex patterns. In the next puzzle, the code you recently wrote to make a circle is available to you as a new function that can make circles of different sizes. Can you use it to help Elsa create intricate and beautiful patterns in the snow?"
341+
C3_playlab_create_game:
342+
1:
343+
image: 'playlab_1.png'
344+
text: "So far you've been making an animation or a story that does the exact same thing every time you run it. Now you can make an interactive game that you can actually play."
345+
2:
346+
image: 'playlab_2.png'
347+
text: "There's the \"when arrow\" block and the \"move actor\" block. You can put these blocks together to move the actors around with the arrow keys."
348+
3:
349+
image: 'playlab_3.png'
350+
text: "And there are some blocks that do stuff when actors collide or are clicked. Check them out and have fun!"
351+
352+
353+
354+
355+
356+
357+
358+
359+
360+
361+
362+

dashboard/config/videos.csv

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ C3_internet mFOUbqYv1Sc http://videos.code.org/2014/C3-internet.mp4
7474
C3_crowdsourcing IqZMnfxqEfY http://videos.code.org/2014/C3-crowdsourcing.mp4
7575
C3_functional_suncatchers d1MdyeXy0v0 http://videos.code.org/2014/C3-functional-suncatchers.mp4
7676
C3_songwriting_with_parameters 5iDCKkI6y2Y http://videos.code.org/2014/C3-songwriting-with-parameters.mp4
77-
Frozen_intro Artist Intro frozen_intro H1-paxNG4kw http://videos.code.org/2014/Frozen-intro.mp4
78-
Frozen_loops Repeat times block frozen_loops d7e48cYq7uc http://videos.code.org/2014/Frozen-loops.mp4
79-
Frozen_functions Functions frozen_functions 0eo0ESEX9DE http://videos.code.org/2014/Frozen-functions.mp4
77+
frozen_intro Artist Intro frozen_intro H1-paxNG4kw http://videos.code.org/2014/Frozen-intro.mp4
78+
frozen_loops Repeat times block frozen_loops d7e48cYq7uc http://videos.code.org/2014/Frozen-loops.mp4
79+
frozen_functions Functions frozen_functions 0eo0ESEX9DE http://videos.code.org/2014/Frozen-functions.mp4

0 commit comments

Comments
 (0)