# Language scoring

{% hint style="info" %}
Use [Score Speech/Open-ended](/api-reference/score-speech-open-ended.md) for scoring language skills for open-ended responses.
{% endhint %}

Speechace API's open-ended scoring capability provides feedback on the entire range of language skills including **pronunciation**, **fluency**, **vocabulary**, **grammar** and **coherence** scaled to a variety of rubrics such as CEFR, IELTS, PTE, TOEFL and TOEIC. Additionally the API provides a transcript of the user's response.

To experience the language scores, please review the following demo speaking test that has been created using the Speechace API: [Speaking test for software developers](https://speak.speechace.co/placement/courses/91/quizzes/438/speakingTest/1) . The test has 3 open ended questions and a sample report is available here: [Speaking test report for Jeevan Chopra](https://speak.speechace.co/placement/p/speaking-test/report/a497b39391/) . The report presents the following sections of interest:

#### **Overall summary of scores**

In the overall summary, scores are automatically provided in every major English evaluation rubric. Furthermore, scores are partitioned in to Pronunciation, Fluency, Vocabulary and Grammar scores.

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

#### **Per question scores**

As can be observed, the report provides feedback on the user’s response to each question incuding the user's transcript and the pronunciation, fluency, vocabulary, grammar and cohesion scores for each question.

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

Such a speaking test app can be built by using the [Score Speech/Open-ended](/api-reference/score-speech-open-ended.md) function in the Speechace API.


---

# 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/features/spontaneous-activities/open-ended-scoring/language-scoring.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.
