Skip to main content
. 2022 Jan 5;22(1):389. doi: 10.3390/s22010389

Table 3.

Curriculum Structure Table.

Theme Mission Learning Content CT Concept
Topic 1:
Sequence
Move the animals to the correct food through command programming Command Forward, Left, Right Sequence,
events,
data
Virtual
generation
  1. Mission map with basic route;

  2. An animal;

  3. The food the animal needs.

Learning focus Use commands to control animals to move to the target food
Topic 2:
Selection
Command Forward, Left, Right Sequence,
events,
data,
conditionals
Virtual
generation
  1. Mission map with multiple routes;

  2. An animal;

  3. The food the animal needs and other food.

Learning focus Determine the food corresponding to the animal, and use commands to control the animal to move to the target food
Topic 3:
Repetition
Command Repeat forward, Left, Right Sequence,
events,
data, conditionals,
loops
Virtual
generation
  1. Mission map with multiple routes;

  2. An animal;

  3. The food the animal needs and other food.

Learning focus Simplify the original order schedule with the repeat function