Skip to content
This repository was archived by the owner on Jan 4, 2024. It is now read-only.

Commit 3d5a11f

Browse files
committed
cs: translated instructions for leaders for Term 2/Memory
1 parent 0e9e212 commit 3d5a11f

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

cs-CZ/Term 2/Memory/Memory - notes.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
---
2-
title: Memory — Notes for Club Leaders
2+
title: Memory — Poznámky pro vedoucí klubu
33
language: cs-CZ
44
embeds: "*.png"
55
...
66

7-
#Introduction:
8-
In this project, children will learn how to use list variables to store data, as well as how simple custom blocks (functions) can be used to simplify their programs.
7+
#Úvod:
8+
V tomto projektu se děti naučí, jak používat proměnnou typu seznam, pro uložení dat, a také, jak použít vlastní bloky (funkce) ke zjednodušení svých programů.
99

10-
#Resources
11-
For this project, Scratch 2 should be used. Scratch 2 can either be used online at [jumpto.cc/scratch-on](http://jumpto.cc/scratch-on) or can be downloaded from [jumpto.cc/scratch-off](http://jumpto.cc/scratch-off) and used offline.
10+
#Zdroje
11+
Pro tento projekt byste měli použít Scratch verze 2. Scratch 2 se dá spustit on-line na [jumpto.cc/scratch-on](http://jumpto.cc/scratch-on) nebo se dá stáhnout na [jumpto.cc/scratch-off](http://jumpto.cc/scratch-off) a spustit bez připojení k internetu.
1212

13-
You can find a completed version of this project <a href="http://scratch.mit.edu/projects/34874510/#editor">online</a>, or it can be downloaded by clicking the 'Download Project Materials' link for this project, which contains:
13+
Hotový projekt (zdrojový kód) najdete <a href="http://scratch.mit.edu/projects/34874510/#editor">online</a>, nebo si jej můžete stáhnout kliknutím na odkaz 'Stáhnout materiály k projektu', které obsahují:
1414

1515
+ Memory.sb2
1616

17-
#Learning Objectives
18-
+ Lists;
19-
+ Simple functions.
17+
#Cíle
18+
+ Seznamy;
19+
+ Jednoduché funkce.
2020

21-
#Challenges
22-
+ "Adding sound" - improving the usability of the game;
23-
+ "Creating 4 buttons" - manipulating lists;
24-
+ "Making more blocks" - creating custom blocks;
25-
+ "Another costume" - improving the usability of the game;
26-
+ "Difficulty level" - modifying the data stored in a list.
21+
#Výzvy
22+
+ "Přidání zvuku" - zlepšení hratelnosti;
23+
+ "Vytvoření 4 tlačítek" - práce se seznamem;
24+
+ "Vytvoření více bloků" - vytváření vlastních bloků;
25+
+ "Jiný kostým" - zlepšení hratelnosti;
26+
+ "Obtížnost" - změna dat uložených v seznamu.

0 commit comments

Comments
 (0)