Kids' exam, summer 2017
Posted: Fri Jul 14, 2017 9:43 am
This is the exam for the junior programmers . . .
There are 7 green images (food), and the "ant" should consist of a graphic object that can be moved using the arrowKeys
on the keyboard to "collect" the food (and as they are collected they should disappear), and this should be marked in
the "score" field at the top of the window.
This can be sorted out by script in the cardScript alone, using either if . . . then or switch statements.
There are 7 green images (food), and the "ant" should consist of a graphic object that can be moved using the arrowKeys
on the keyboard to "collect" the food (and as they are collected they should disappear), and this should be marked in
the "score" field at the top of the window.
This can be sorted out by script in the cardScript alone, using either if . . . then or switch statements.