> For the complete documentation index, see [llms.txt](https://plus-skill.gitbook.io/plus-skill-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://plus-skill.gitbook.io/plus-skill-whitepaper/elementary/learning-mode.md).

# Learning-mode

**learn and earn mode:**

Learn and Earn: In this stage, a student equip up with an original appearance nft character and own an nft lesson to learn with, they will be able to earn. The students can earn for the full day without the energy needed to stop them, earning is depending on the nft lesson they own.

* After completing the quiz student might see the result of their score, if the students get 100% correct and they will receive a full amount of reward.
* The quiz in the video can be redone but there will be no reward.
* The student can learn or redo the quiz in a full day without energy limitations, but remember the token can be earned once the quiz hasn't been done before.

**Competition Event**

In the competition, students might need to register to the competition in order to compete with other students to challenge themselves. The competition will be held monthly, and the users will receive a notification to register 24h before the commencement. The result will be in ranking, the first winner will receive the highest amount of token and credit.

The reward will be champions, PPT tokens, and credit.


---

# 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://plus-skill.gitbook.io/plus-skill-whitepaper/elementary/learning-mode.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.
