> For the complete documentation index, see [llms.txt](https://speaking-test-docs.speechace.com/speechace-speaking-test/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://speaking-test-docs.speechace.com/speechace-speaking-test/speechace-workspaces-create-manage-and-share-speaking-assessments/creating-assessments/custom-assessments/speaking-and-writing-assessments/assessment-configurations/question-groups-and-randomization/random-order-of-questions/test-takers-view-of-random-questions.md).

# Test Taker's View of random questions

To illustrate how the randomization works, let's take the **Pronunciation** group and **Fluency** group with three questions in each group respectively, as shown in the image below.&#x20;

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

After enabling the setting to show two random questions from "Pronunciation" and one random question from "Fluency", let us see which questions do the test takers get in three consecutive attempts.

**Attempt-1**

In the first attempt, the test taker saw these three questions (as shown in the image below): two from the first group, followed by one from the second group.

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

**Attempt-2**

In the second attempt, the test taker saw these three questions (as shown in the image below) which are different from the first attempt.&#x20;

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

**Attempt-3**

In the third attempt, the test taker saw these three questions, as shown in the image below.

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

Each time a test taker takes the assessment, they will see a different set of questions.

The assessment picks selected number of questions from each group—starting with Group 1, then Group 2, then Group 3, and so on. The order of questions inside each group is also shuffled, so it's different for every test taker.

In the next section, we will explore how to assign weights and maximum scores to each question group while creating the assessment.


---

# 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://speaking-test-docs.speechace.com/speechace-speaking-test/speechace-workspaces-create-manage-and-share-speaking-assessments/creating-assessments/custom-assessments/speaking-and-writing-assessments/assessment-configurations/question-groups-and-randomization/random-order-of-questions/test-takers-view-of-random-questions.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.
