> ## Documentation Index
> Fetch the complete documentation index at: https://docs.learnpack.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Feedback in LearnPack

> Get actionable feedback in LearnPack using self-assessed tests, Rigobot AI mentoring, and solution videos or files.

<Callout type="info">
  <b><span style={{color:"#4F46E5"}}>Why feedback matters:</span></b> learners who ask questions and verify understanding progress faster. See a research overview <a href="https://4geeks.com/mastering-technical-knowledge#feedback-quality-and-frequency" target="_blank" rel="noreferrer"><b>here</b></a>. ✨
</Callout>

# How to get feedback in LearnPack

Feedback is an essential part of learning. Have you noticed while studying how people who ask the most questions tend to understand the topic better? It is because they get instant feedback on what they think.

In LearnPack, you can find feedback in different ways.

## ✅ Self-assessed tests: run the checks

![Testing exercise](https://github.com/learnpack/docs/assets/107764250/dc4910a7-4ec7-4879-ac68-cd174ee29dc8)

LearnPack exercises are usually accompanied by specific tests that indicate how your code is doing. LearnPack will show you in the terminal why tests failed if that happens, and it will also tell you when they pass. You will know if you are doing well at all times.

<Callout type="tip">
  <b>Tip:</b> after a failure, read the assertion message, fix one thing at a time, rerun. Small loops, faster wins.
</Callout>

## 🤖 AI mentoring: ask Rigobot

![Rigobot mentoring panel](https://github.com/learnpack/docs/assets/107764250/21bfa49c-b6bd-4c9e-806a-38e718f6fd39)

Artificial intelligence is one of the most revolutionary tools of recent times. Rigobot will be there to help you if you find it difficult to understand the instructions or you simply want to know more about a topic related to the exercise. Imagine that Rigobot is a tutor willing to teach you in many ways. It will understand you and explain concepts in the way you see the world. Rigobot adapts to you, tell it your doubts in detail, and it will guide you.

<Callout type="success">
  <b>Better questions, better help:</b> include the exercise name, the step you are on, and what you tried. Rigobot is context-aware and will respond precisely.
</Callout>

## ▶️ Watching solutions in video or text

Another way to get feedback is with video tutorials or solution files, when the exercise includes them. Use this option to compare approaches if the previous options did not work for you or are not available.

## Feedback channels at a glance

| Channel                  | What you get                               | When to use                                           |
| ------------------------ | ------------------------------------------ | ----------------------------------------------------- |
| **Self-assessed tests**  | Immediate pass or fail with messages       | You wrote code and want objective verification        |
| **Rigobot mentoring**    | Context-aware guidance in natural language | You are stuck, need hints or alternative explanations |
| **Video/text solutions** | Reference implementation or walkthrough    | You want to compare approaches after trying yourself  |

<Callout type="info">
  <b>Reminder:</b> LearnPack is created by experts with years of experience in education, validating its operation through experimentation and relevant scientific information.
</Callout>

## Next up

<Columns cols={2}>
  <div>
    <Card title="Quickstart for learners" href="/self-hosted/students/quickstart-for-learners" icon="rocket">
      Open tutorials in the cloud or locally.
    </Card>

    <Card title="LearnPack controls" href="/self-hosted/students/learnpack-controls" icon="sliders">
      Navigation, run, and reset while you learn.
    </Card>
  </div>

  <div>
    <Card title="Accessibility" href="/self-hosted/students/accessibility-in-learnpack" icon="universal-access">
      Shortcuts, fonts, and readability options.
    </Card>

    <Card title="Telemetry" href="/self-hosted/students/telemetry-in-learnpack" icon="chart-line">
      What data is collected and why it helps.
    </Card>
  </div>
</Columns>

## See also

* [How LearnPack’s AI mentor works](/rigobot/how-learnpacks-ai-mentor-tutor-works)
* [Create your first course](/getting-started/create-your-first-course-in-5-minutes)
* [Adding quizzes, projects, and open-ended tasks](/creating-courses/adding-quizzes-projects-and-open-ended-tasks)
