> For the complete documentation index, see [llms.txt](https://hyfbe.gitbook.io/teacher-curriculum/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hyfbe.gitbook.io/teacher-curriculum/learning-paths/groundwork-for-student-learning.md).

# Groundwork for student learning

## Groundwork for student learning

This learning path will explain the basis for learning. It will go into learning styles, mental models, padegogy and much more. It is a basis for understanding how students learn, and thereby a basis for how to teach.

## Study Guide

These are the topics to complete in the Groundwork for student learning learning path

* [Student learning styles](/teacher-curriculum/topics/learning-styles.md)
* [Motivating students](/teacher-curriculum/topics/motivating-students.md)
* [The Basics of Pedagogy](/teacher-curriculum/topics/pedagogy.md)
* [Cognitive load](/teacher-curriculum/topics/cognitive-load.md)
* [Mental models](/teacher-curriculum/topics/mental-models.md)&#x20;

When you have completed all the exercises for each topic you can move on to the final project:

## Final project

Using [this article](https://lo.unisa.edu.au/mod/book/tool/print/index.php?id=610988) and all the topics above, please reflect and write an essay answering the following:

* Summarize the question of how students learn? What different parts are involved
* How will you change the way you run a class in the future? Will you even change anything?


---

# 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://hyfbe.gitbook.io/teacher-curriculum/learning-paths/groundwork-for-student-learning.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.
