> For the complete documentation index, see [llms.txt](https://docs.scholars.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scholars.net/how-to/take-an-assessment.md).

# Take an assessment

To be able to apply to most jobs, you'll need to take and pass one or more assessments. Some assessments are attached to a job, and some public assessments may be available from your Assessments list without a job invitation.

## From the job page

{% stepper %}
{% step %}
Go to the job page you wish to apply to. From this page, you can see the assessments required to apply.

<figure><img src="/files/XOjJ9H192C9R23DBrb0i" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Click on an assessment. You'll be brought to the proctoring setup page. (See step 2 below, and continue from there.)
{% endstep %}
{% endstepper %}

## From the Assessments list

{% stepper %}
{% step %}

### Go to the Assessments list

Click on *Assessments* on the left sidebar to go to the list of assessments available to you:

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

This list can include public assessments and assessments connected to jobs you have access to.
{% endstep %}

{% step %}

### Start the assessment

Click on an assessment from the list. You will be prompted to turn on your webcam and enable screen recording to enable proctoring.

<figure><img src="/files/05FaYFkixnN3WsSDxTQs" alt=""><figcaption></figcaption></figure>

Some assessments include a longer description with separate paragraphs, warnings, or extra notes. Read the description before starting so you understand any instructions the assessment creator provided.

Some assessments also include PDF guidelines. If you see *Review Guidelines*, open the guidelines before starting. When guidelines are available, you can also reopen them from the assessment screen while answering questions.

{% hint style="info" %}
If you want to learn more about how proctoring on Scholars works and why we use it, you can read our [page on proctoring](/info/proctoring.md).
{% endhint %}

Once you have given the Scholars website all of the required permissions, you may also be asked to enter full screen mode. If full screen does not start automatically, click the full screen button on the setup page and follow the browser prompt.

When all required permissions are granted and full screen mode is active, the *Start Assessment* button will become active. By clicking on it, you will start the assessment.

{% hint style="warning" %}
Careful, clicking on *Start Assessment* will immediately start the assessment.

Certain assessments can only be taken once, so make sure you are actually ready to take the assessment when you click, as you may not have another chance.
{% endhint %}
{% endstep %}

{% step %}

### Take the assessment

Use the elements on screen to answer the given questions, then click on *Finish Assessment* to finish your assessment.

<figure><img src="/files/exLEX7qHwLXt8Ylf0Uu0" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

## Frequently asked questions

<details>

<summary>Can I take assessments on my phone/tablet?</summary>

No, it must be a desktop computer.

</details>

<details>

<summary>Can I retake assessments?</summary>

It depends. The creator of the assessment decides whether or not you can retake it.

</details>


---

# 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.scholars.net/how-to/take-an-assessment.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.
