toggle menu

Entry Coding Basic

πŸ’» Curriculum - Entry Basic

LessonΒ 1
Part 1: Introduction
– Translating the Entry Webpage
– How to log into the Entry Website
– How to use the Entry program on the website

PartΒ 2:Β IntroductionΒ toΒ eachΒ categoryΒ andΒ SimpleΒ Exercises
– Explain what types of coding blocks and their function (purposes) in each category
For exercises, make the entry-bot move forward 10, make entry-bot speak, make the entry-bot change its shape. (Contents from video lesson 1)
Explain how to add objects and background.Β 
Change the background, add objects.

LessonΒ 2
PartΒ 1:Β Algorithms.Β 
1.Β Β Β RepeatΒ structure.
2.Β Β Β SequentialΒ structure.

PartΒ 2:Β Exercises
1.Β Β Β create the storyline which also involves movement of objects (Contents from video lesson 2) (Basic 2-2).
2.Β Β  If time more time is available, add another function to make entry-bot move forward to make them disappear. (Basic 2-3).
3.Β Β Β CreateΒ theΒ conversationΒ betweenΒ aΒ catΒ andΒ aΒ dog.Β (ContentsΒ fromΒ videoΒ lessonΒ 2Β (OriginalΒ KoreanΒ version))Β (BasicΒ 2-1)

LessonΒ 3
PartΒ 1:Β (ContentsΒ fromΒ videoΒ lessonΒ 6)Β (BasicΒ 6-1)
1.Β Β Β MoveΒ objectsΒ whereΒ weΒ wantΒ themΒ toΒ be.Β (ExplainΒ XΒ andΒ YΒ coordinatesΒ ofΒ objectsΒ andΒ mouseΒ pointer.)
2.Β Β Β Use different methods to move the object. Either with the different initiator.
– Move to
– Move toward
– Move while ~
– Change X or Y by ~
Part 2: Move the objects where the mouse-pointer is (Basic 6-2).
1.Β Β Β Use a different method to move the object to the location of the mouse pointer.
– Move to
– Move toward
– Move while ~
DoΒ exerciseΒ 6-2

LessonΒ 4
PartΒ 1:Β AlgorithmsΒ 2
1.Β Β Β ConditionalΒ repeatΒ structure.
2.Β Β Β ConditionalΒ SelectΒ structure.Β 
PartΒ 2:Β Exercises
1.Β Β Β CatchΒ theΒ rat.Β (VideoΒ contentΒ ofΒ IntermediateΒ 02Β videoΒ lessonΒ 10)Β (ConditionalΒ SelectΒ structure)
2.Β Β Β AutomaticΒ doorΒ (VideoΒ contentΒ ofΒ IntermediateΒ 02Β videoΒ lessonΒ 11)Β (ConditionalΒ SelectΒ structure)

LessonΒ 5
PartΒ 1:Β Β FocusΒ onΒ initiatorΒ codingΒ blocksΒ inΒ theΒ β€œstart” ExplainΒ aboutΒ differentΒ typesΒ ofΒ InitiatorΒ codingΒ blocksΒ suchΒ asΒ whenΒ objectΒ clicked,Β whenΒ mouseΒ clickedΒ etc……(BasicΒ 3-1)
1.Β Β Β Use all different types of initiator coding blocks to change the size of the Entry-bot.
2.Β Β Β Use all different types of initiator coding blocks to move entry-Bot. (Also explain when to use Change X by and move forward)
PartΒ 2:Β (ContentsΒ fromΒ videoΒ lessonΒ 3)Β (BasicΒ 3-2)

LessonΒ 6
Part 1: Design the background with flower objects by stamping them (Contents from video lesson 4) (Basic 4-1)

Focus on adding shapes and changing shapes by using the different initiator

PartΒ 2:Β ExerciseΒ (BasicΒ 4-2).Β DesignΒ spaceΒ backgroundΒ withΒ starsΒ (ForΒ thisΒ project,Β rotateΒ functionΒ isΒ alsoΒ used).

Β LessonΒ 7
Part 1: Make a flower out of petals. (Contents from video lesson 5) (Basic 5-1)
Focus on the brightness effect and other effects on the β€œLook” Category (Transparency and colour).
Part 2: Design background by using petals. Exercise 5-2(use brightness effect),5-3(Use brightness, colour transparency effect.).Β 

LessonΒ 8
PartΒ 1:Β Debugging.
ContentΒ fromΒ theΒ intermediateΒ 02Β lessonΒ 04Β content.
IntermediateΒ 02Β LessonΒ 6Β content.Β (VariableΒ logicΒ explanation).
PartΒ 2:Β Variable
1.Β Β Β GravityΒ (VideoΒ contentΒ ofΒ IntermediateΒ 02Β videoΒ lessonΒ 2)
2.Β Β Β IntroduceΒ myselfΒ (VideoΒ contentΒ ofΒ IntermediateΒ 02Β videoΒ lessonΒ 7)
3.Β Β Β Part 1: Intermediate 01 Lesson 12 content (guess the Capital city of the country)

LessonΒ 9
PartΒ 1:Β List
1.Β Β Β IntermediateΒ 02Β LessonΒ 6Β content.Β (ListΒ logicΒ explanation)
2.Β Β Β Recreate the Introduce myself project with the list (Intermediate 2-2)
PartΒ 2:Β signal
1.Β Β Β Β CreateΒ theΒ drawingΒ space.Β UseΒ SignalΒ functionΒ andΒ changeΒ colourΒ codingΒ blockΒ andΒ thicknessΒ changeΒ (BasicΒ 7-1).
2.Β Β Β Β DesignΒ backgroundΒ withΒ treesΒ thatΒ changeΒ theΒ shapesΒ viaΒ signalΒ (BasicΒ 7-2).

LessonΒ 10
PartΒ 1:Β SoundΒ function
– Explain how to add sound and play the sound.Β 
– Also explain what type of sound categories there are on the entry program.
PartΒ 2:Β ExercisesΒ 
1.Β Β Β CreateΒ children’sΒ animalΒ soundΒ plateΒ (BasicΒ 9-3).
2.Β Β Β HuntingΒ tiger
3.Β Β Β IntermediateΒ LessonΒ 5-

Entry Coding Basic

1
ECB – Entry Program Language Setting (Korean to English)
2
ECB – Overview of the Entry Coding Program
3
ECB – Lesson – 01 Talk to each other
4
ECB – Lesson – 02 Control the character with the arrow keys
5
ECB – Lesson – Control the character with the arrow keys – Exercise 01
6
ECB – Lesson – Control the character with the arrow keys – Exercise 02
7
ECB – Lesson – 03 Control flowers with your mouse
8
ECB – Lesson – Control flowers with your mouse – Exercise 01
9
ECB – Lesson – Control flowers with your mouse – Exercise 02
10
ECB – Lesson – Control flowers with your mouse – Exercise 03
11
ECB – Lesson – 04 Duplicate the petals and draw a flower!
12
ECB – Lesson – Duplicate the petals and draw a flower! – Exercise 01
13
ECB – Lesson – Duplicate the petals and draw a flower! – Exercise 02
14
ECB – Lesson – Duplicate the petals and draw a flower! – Exercise 03
15
ECB – Lesson – 05 Choosing a Viking Weapon!
16
ECB – Lesson – Choosing a Viking Weapon! – Exercise 01
17
ECB – Lesson – Choosing a Viking Weapon! – Exercise 02
18
ECB – Lesson – 06 Create your own paint-brush!
19
ECB – Lesson – Create your own paint-brush! – Exercise 01
20
ECB – Lesson – Create your own paint-brush! – Exercise 02
21
ECB – Lesson – 07 Create an interactive storybook Part 01
22
ECB – Lesson – 07 Create an interactive storybook Part 02
23
ECB – Lesson – Create an interactive storybook – Exercise 01
24
ECB – Lesson – Create an interactive storybook – Exercise 02
25
ECB – Lesson – Create an interactive storybook – Exercise 03
26
ECB – Lesson – 08 Make a piano and play
Entry Coding Basic
Price:
$250

.

This website uses cookies and asks your personal data to enhance your browsing experience.