# Pedagogy

Peer programming is about two students working together to solve some programming problem

* [Template Exercise](/teacher-curriculum/exercises/pedagogy.md#template-exercise)
  * [Learning objectives](/teacher-curriculum/exercises/pedagogy.md#learning-objectives)
  * [Exercises](/teacher-curriculum/exercises/pedagogy.md#exercises)
  * [Learning Paths](/teacher-curriculum/exercises/pedagogy.md#learning-paths)

## Learning objectives

* Being able to explain what padegogy is and how it relates to teaching a class
* Identifying the different learning theorys

## Exercises

* In your own words what does padegogy mean?
* How does this relate to teaching a class?
* Describe the 4 different learning theories
  * Write down how you would teach a topic in the class for each learning theory

## Learning Paths

* [Groundwork for student learning](/teacher-curriculum/learning-paths/groundwork-for-student-learning.md)


---

# Agent Instructions: 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:

```
GET https://hyfbe.gitbook.io/teacher-curriculum/exercises/pedagogy.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
