diff --git a/src/components/Exercises/MultipleChoice.tsx b/src/components/Exercises/MultipleChoice.tsx
index 8b541d9b..99d066ae 100644
--- a/src/components/Exercises/MultipleChoice.tsx
+++ b/src/components/Exercises/MultipleChoice.tsx
@@ -16,7 +16,7 @@ function Question({
return (
{prompt}
-
+
{variant === "image" &&
options.map((option) => (
-
+
{prompt}
{questionIndex < questions.length && (
(
-
+
Please read the following excerpt attentively, you will then be asked questions about the text you've read.
@@ -198,7 +198,7 @@ export default function Reading({exam, showSolutions = false, onFinish}: Props)
disableTimer={showSolutions}
label={exerciseIndex === -1 ? undefined : convertCamelCaseToReadable(exam.exercises[exerciseIndex].type)}
/>
-
+
{renderText()}
{exerciseIndex > -1 &&
exerciseIndex < exam.exercises.length &&