Make it move micro-lesson
Do you struggle with balancing your kids’ screen time with their education? Say hello to 1Question, the app that solves this problem with a fun twist! Our app lets your child earn screen time minutes in their favourite apps by watching educational videos and correctly answering quiz questions. And the best part? You get to decide which apps to lock behind learning using 1Question.
Learning time
Kids learn by watching short, engaging video lessons.
Animations are all about making pictures come to life. Let's get into Scratch and make it happen. I've programmed the cat to move using the steps command and the wait command. Using the wait command makes it look more realistic because the cat is pausing between each of the steps rather than just gliding along the screen. But my code is already getting quite long. If I wanted to make my animation longer, then it would soon become hard to keep track of what was going on. This is where the repeat tool comes in handy. I can take away my repeated commands, then go into control and use the repeats to tell the program how many times I want it to repeat that command before stopping. The cat is now following the same instructions, but my code is much shorter. Head over to scratch.mit.edu and have a go yourself.

Answer time
Kids earn more screen time by answering fun educational questions.
Here are some example of questions about this video that kids may be asked in the 1Question app to earn screen time.
-
How does using the 'wait' command make the cat's movement more realistic?
1) It makes it look like the cat is taking steps rather than gliding across the screen2) It makes the cat's legs move3) It doesn't do anything4) It pauses the animation -
How does the 'repeat' tool make coding easier?
1) You don't have to use the same coding blocks over and over again2) It writes the code for you3) It makes the code work faster4) It makes the code longer -
Why might having a long sequence of code cause a problem?
1) It is difficult to keep track of the commands and spot bugs in the program2) There isn't enough space on the screen3) The computer can't follow too many instructions4) The code will get mixed up

Recreational screen time
Kids can use the screen time minutes they earned to unlock the apps selected by their parent e.g. games, social media, streaming, etc.

Out of time
When screen time minutes run out, kids are locked out and need to complete more learning in 1Question to earn more time.
Meet your educator
Our micro-courses are developed and delivered by qualified educators from around the world.

Cat Scott
More lessons from the Animate Me! micro-course
Coding is a sequence of instructions given to a computer to make it do a…
Coding isn’t only about making things move. Sometimes we want to have sound or change…
When you are coding, the sequence of commands is really important. The computer follows the…
When we are coding, we might need to program two things at the same time….
Coding algorithms need to be precise. The computer will follow the instructions exactly as they…
When we are programming more than one thing, we need to make sure that they…
Have you ever wondered how traffic lights know when to change color or how your…