# Handling multiple choice response

Firstly, your app should identify the correct answer from the provided multiple-choice options. Once the test-taker responds, their answer should be compared to the expected correct answer. Only if the answer is correct should the app provide pronunciation feedback. The interpretation of the spoken word or sentence remains the same as under [Score Text/Pronunciation](/api-reference/score-text-pronunciation.md), where feedback includes a review of the syllables and phonemes.

Like in the example below, the response is matched to the expected correct answer and accordingly the pronunciation feedback metrics are provided:

<figure><img src="/files/ufOpgU5xSffURthnxbrK" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="/files/ijXBUByFmRSeZkJyLZ0E" alt="" width="375"><figcaption></figcaption></figure>


---

# 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/api-reference/score-text-multiple-choice/handling-multiple-choice-response.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.
