From 578f42d9b19abc4fa0538a33a51771ca8bc1d55d Mon Sep 17 00:00:00 2001 From: Tiago Ribeiro Date: Sun, 3 Sep 2023 20:47:24 +0100 Subject: [PATCH] Improved the overall sizing of the Reading exam --- src/components/Exercises/MultipleChoice.tsx | 4 ++-- src/exams/Reading.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 &&