# Translating Quizzes

{% hint style="warning" %}
**LMS Pages, Lessons,** and **Assignments** should be translated first before **the Courses.** Otherwise, translations are not synchronized within the Courses.
{% endhint %}

Quizzes in MasterStudy LMS are a **collection of questions**. But questions and their answers are linked to each other, and this complex connection makes the **questions untranslatable**, unlike other LMS content. However, you can translate the quiz title.

{% hint style="success" %}
As a solution, a new quiz can be created from scratch in the target language for the course within the Course Builder.&#x20;

However, in this way, it will be considered **a separate quiz** and **will have no connection** to the original quiz.&#x20;
{% endhint %}

Implementing it is quite straightforward. All we need is a translated course to the target language. In our example, we will translate the quiz into :flag\_es: **Spanish**.

{% stepper %}
{% step %}
Follow **WP Dashboard > MasterStudy > Courses** and switch to the Spanish tab:

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

{% step %}
Edit the needed course with Course Builder:

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

{% step %}
Create a new quiz by clicking the <kbd>Add Lesson</kbd>:

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

{% step %}
Give a name to your quiz, and add the translated version of the questions one by one:

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

{% step %}
Make sure, both qustion title and answers are translated:

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

That's it. Here is the result that will be shown to students:

{% tabs %}
{% tab title="Spanish (Translated)" %}

<figure><img src="/files/KhOILqMyJmK1kGwC0a3j" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="English (Original)" %}

<figure><img src="/files/8HocNwP0Lg553UtXFZHc" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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://docs.stylemixthemes.com/masterstudy-lms/wpml/translating-quizzes.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.
