diff --git a/frontend/src/lib/components/tests/languageTest.svelte b/frontend/src/lib/components/tests/languageTest.svelte
index cf0a24047631443460353ae909716724d8b253fd..6ae8a0aba812d8231c1f4199145f933a3aefb382 100644
--- a/frontend/src/lib/components/tests/languageTest.svelte
+++ b/frontend/src/lib/components/tests/languageTest.svelte
@@ -155,7 +155,8 @@
 {:else if currentQuestion instanceof TestTaskQuestionQcm}
 	<div class="mx-auto mt-16 text-center">
 		{#if currentQuestion.type === TestTaskQuestionQcmType.text}
-			<pre class="text-center font-bold py-4 px-6 m-auto">{currentQuestion.value}</pre>
+			<pre
+				class="text-center font-bold py-4 px-6 m-auto max-w-5xl">{@html currentQuestion.value}</pre>
 		{:else if currentQuestion.type === TestTaskQuestionQcmType.image}
 			<img src={currentQuestion.value} alt="Question" />
 		{:else if currentQuestion.type === TestTaskQuestionQcmType.audio}