# Test Prep for Standardized tests

Preparation or remediation for a standardized test is best guided through actual test like activities conducted within the scope of a practice module or a full mock test.

In this guide, we will cover creating practice and mock test activities automatically scored by Speechace to mirror the speaking question types found in standardized Languages tests like:

* PTE
* IELTS
* TOEFL
* TOEIC

In each sub-section below we will:

* Describe the type of speaking tasks within each test
* Demonstrate how to use the Speechace API to programmatically recreate each task
* Show how to extract the scores the measure various components based on that task

We refer to the Score Guide for each of the Standardized tests for the definition and scoring criteria for its tasks. In addition, for every request the Speechace API returns mapped result based on the common [Scoring Rubrics](https://api-docs.speechace.com/guides-on-common-topics/scoring-rubrics). This allows you to map an IELTS 6.0 learner for example to the expected equivalent TOEIC or PTE level.

You can also refer to the detailed [speaking band definitions ](https://api-docs.speechace.com/guides-on-common-topics/interpreting-overall-scores)extracted from the various test guides to understand the expectations of a candidate that meets a specific band or level.


---

# Agent Instructions: 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:

```
GET https://api-docs.speechace.com/solutions/test-prep-for-standardized-tests.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
