> For the complete documentation index, see [llms.txt](https://docs.lamsfoundation.org/tbl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lamsfoundation.org/tbl/tbl-for-students/students-tbl-guide/individual-test-irat.md).

# Individual Test (iRAT)

First, you -***individually***- will be assess on your understanding of the preparation materials.&#x20;

This comes in a form of a quiz with a set of questions that aim to assess your knowledge on the subject.

The quiz contains a set of Multiple choice questions (MCQs) and might contain some other features:

### Confidence Levels

Aside from selecting the answer of your choice, the teacher might want you to set a confidence level to your answer. This is "how confident that the option you have selected is the correct one". You can select a percentage ranging from 0% (if you are in no way confident of your answer being correct) to 100% if you are certain that the answer you have selected is correct.

![MCQ with confidence levels](/files/-MUSewmKfCm74_O00Kyu)

Note that this confidence selection has no bearing in your mark though. So it will not affect the score regardless whether the answer you have selected is correct or not.

### Mark Hedging

Instead of a traditional MCQ where you get to select only one option, teachers might give you the possibility to split a set of points across all different answers for a question.&#x20;

{% hint style="info" %}
**Important!**&#x20;

Unlike in confidence levels where your confidence selection has no bearing in your mark, Mark hedging will.
{% endhint %}

Say the teacher allows you to allocate 5 marks across the available answers. You can allocate two points to answer #1 and then three points to answer #4. n

In this case, if answer #1 correct answer, then instead of getting all full marks for this question, you will only going to get the number of points you have allocated to it. In this case only two points.&#x20;

Here's how you allocate points in mark hedging:

![Hedging marks](/files/-MUSh0b8AR-1aHP-I5jA)

### **Time limits**

For the quiz, you might be given a limited time to finish. If so, you will see a countdown timer at all times while you are answering the questions. Once the time is up, all your answers up to the point where you are will be submitted on your behalf.

![iRAT with time limit](/files/-MUSfUBNkjiHL_WvntZ0)

### Question by question or all in one page

Questions in the iRAT can be presented question by question, or all one after the other.

![Questions all in one page](/files/-MUShFJIxskw7vdvge-H)

The interesting aspect of the quiz, is that after you answer the questions in it, you won't get feedback as to whether the answers you selected are correct or incorrect. But don't worry, this will make sense when we review what happens next.


---

# 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://docs.lamsfoundation.org/tbl/tbl-for-students/students-tbl-guide/individual-test-irat.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.
