> For the complete documentation index, see [llms.txt](https://navigation-games-2.gitbook.io/navigationgames/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://navigation-games-2.gitbook.io/navigationgames/progressions/afterschool-progression/untitled-1.md).

# Lesson 5: Geometric Animal-O

## Learning Objectives

* Spatial awareness
* Relative positioning
* Map orientation
* Communication

## Materials

* Blank maps
* Animal pictures
* Stickers matching each animal
* (Traffic) cones
* Answer key
* Pencils

## Intro

In orienteering, you match things on the map to objects in real life. This lesson is about learning how to identify objects based on their location. Students should be able to match the pattern on their map with the layout of objects in real life, and identify each individual object accordingly.

## Warm-Up

[(Active) I Spy](https://www.google.com/url?q=https%3A%2F%2Fnavgames.force.com%2Factivities%2Fs%2Fdetail%2Fa2j1K0000014rMjQAI\&sa=D\&sntz=1\&usg=AFQjCNExRwsjS_Zb7643us1MF1OqmNx38Q): Students play a game of I Spy lead by the teacher, but in each round they must touch an object that matches the teacher's description.

## Main Activity

[Geometric Animal-O](https://www.google.com/url?q=https%3A%2F%2Fnavigationgames.lightning.force.com%2Flightning%2Fr%2FActivity__c%2Fa2j1K0000014rMtQAI%2Fview\&sa=D\&sntz=1\&usg=AFQjCNEd3YLlr128B7ZHBNAzenmU8gwdDg): Students use a series of basic maps to identify the location of objects in real life. They will do this by placing stickers on their maps to match the location of that same object. Once this is done, they will use a different map that already has the stickers on it, and will have the move the objects to match what is shown on the map.

## Reflection

* What was challenging about matching up the animals? What was easy?
* What sort of mistakes did people make? Why did those mistakes occur? How did you figure out the correct answer?
* What happens if we rotate the answer key map? Is the arrangement still correct?

## Extra Activity

[Who's My Animal?](https://www.google.com/url?q=https%3A%2F%2Fnavgames.force.com%2Factivities%2Fs%2Fdetail%2Fa2j1K0000014rMUQAY\&sa=D\&sntz=1\&usg=AFQjCNGEwqHXFLaeXohsVXUOd83i_kIYvA): Each student will have an animal sticker placed on their forehead, and they must find another student who has the same animal without talking. There are additional variations of this game to make it more difficult, such as also not being allowed to use their hands.

## Notes

Younger students may struggle to understand the relationship between the map and the layout of the objects. Try to walk through it in the simplest possible terms ("There's a group of 4 objects here an nowhere else," "We know these two objects should be next to each other. Can you find where that is?").


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://navigation-games-2.gitbook.io/navigationgames/progressions/afterschool-progression/untitled-1.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
