> For the complete documentation index, see [llms.txt](https://help.ciqa.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.ciqa.net/help-center/ciqa-eqms-user-guide/getting-started/user-dashboard/my-trainings/taking-an-exam.md).

# Taking an Exam

To be able to take the exam, you must have completed first the following:&#x20;

* View Training Files
* View Web Content (if applicable)
* View Related Documents.

<figure><img src="/files/rAZmHGRaDvc5i2ypvgcl" alt=""><figcaption></figcaption></figure>

When you click on the 'Take Exam' option, the system will display the following screen.

<figure><img src="/files/6CZRbLA2maIbe7ncAgrA" alt=""><figcaption></figcaption></figure>

After pressing the 'Yes, Start' button, the system will display a screen for you to take the exam.

<figure><img src="/files/WUnpheaiciS7eCkZNnMw" alt=""><figcaption><p>Training Exam Screen Example</p></figcaption></figure>

1. **Navigation Buttons:** By clicking these buttons, you can navigate directly to the desired question.
2. **Question Answered:** In this area, the number of answered questions versus the number of unanswered questions will be displayed, and this will also be represented in the progress bar.
3. **Answer Selection:** In this area, the user can select the answer to the presented question.
4. **Navigation Buttons:** By clicking these buttons, you can navigate through the exam questions.
   * **Next button:** This option allows you to proceed to the next question.
   * **Previous button:** This option allows you to go back to the previous question.
5. **Submit Exam:** This option allows you to submit the exam, but to do so, you must first have answered all the questions.

### Submit Exam

{% hint style="warning" %}
**Notes:** To submit the exam, you need to have answered all the questions.
{% endhint %}

When you press the Submit Exam button, the system will display a screen where you need to confirm this action by entering your password and then pressing the 'Submit' button.

<figure><img src="/files/8Tzz0wp37r1wEHdA1PiY" alt=""><figcaption><p>Training Exam Submit Confirmation Screen Example</p></figcaption></figure>

After submitting the exam, a screen will appear displaying the user's performance metrics and the exam result.

<figure><img src="/files/8aH3Lp7PpQu0R3bmX6qp" alt=""><figcaption><p>Training Examp Performance Metrics and Exam Results Screen Example</p></figcaption></figure>

When the training record specifies "Auto Approval" as "Yes," submitting the exam will lead the system to evaluate and approve the training automatically, and the training will be shown in the "Completed" tab.

<figure><img src="/files/qk2N94dG2NAUNDZvLyzA" alt=""><figcaption></figcaption></figure>

When the training record specifies "Auto Approval" as "No," submitting the exam will result in the training being displayed in the "In Process" section.

<figure><img src="/files/wUgAVvI1JAeKd8Nx35lp" alt=""><figcaption></figcaption></figure>


---

# 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://help.ciqa.net/help-center/ciqa-eqms-user-guide/getting-started/user-dashboard/my-trainings/taking-an-exam.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.
