getting started with hopscotch (2016)

10
@danielbbudd Hands on with Hopscotch 2016

Upload: daniel-budd

Post on 14-Jan-2017

41 views

Category:

Education


1 download

TRANSCRIPT

Page 1: Getting Started with Hopscotch (2016)

@danielbbudd

Hands on with Hopscotch

2016

Page 2: Getting Started with Hopscotch (2016)

• Early in its implementation

• Developing computational thinking skills

• Utilise 1:1 iPad

• Focus on creativity and problem solving

• Visual programming

@danielbbudd

Codings @ CCGS

Page 3: Getting Started with Hopscotch (2016)

• Introduction

• Events

• Control Structures

• Sequence

• Iteration

• Condition

• Variables

• Functions@danielbbudd

Outline for Workshop

Page 4: Getting Started with Hopscotch (2016)

@danielbbudd

EVENTSEvents

Page 5: Getting Started with Hopscotch (2016)

START

END

START

END

IFTRUE FALSE

DO SOMETHING

DO SOMETHING ELSE

START

END

IFFALSE

DO SOMETHING

TRUE

CONTROL STRUCTURESControl Structures

Page 6: Getting Started with Hopscotch (2016)

START

END

Copy the code below to make a rectangle

CHALLENGE: Draw a square

Sequence

Page 7: Getting Started with Hopscotch (2016)

START

END

IFFALSE

DO SOMETHING

TRUE

CHALLENGE: Draw a triangle

Iteration (Loops)

Page 8: Getting Started with Hopscotch (2016)

START

END

IFTRUE FALSE

DO SOMETHING

DO SOMETHING ELSE

CHALLENGE: Check if the size of character is less than 100%. If it is grow by 50%, otherwise, shrink by 50%. Wait for one second then try check again.

Conditionals (If Statements)

Page 9: Getting Started with Hopscotch (2016)

CHALLENGE: Create a variable called “my_timer” which will increase every second.

Variables

Page 10: Getting Started with Hopscotch (2016)

CHALLENGE #2

CHALLENGE #1

CHALLENGE #3

CHALLENGE #4

Digital Storytelling