From 60ccc822b5e82f9b7e9e9a67a71ad39ed357e18b Mon Sep 17 00:00:00 2001 From: Joao Ramos Date: Tue, 19 Mar 2024 19:22:28 +0000 Subject: [PATCH] Fixed missing threshold --- src/exams/pdf/details/level.exam.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/exams/pdf/details/level.exam.tsx b/src/exams/pdf/details/level.exam.tsx index 9ab87a9b..9b7df507 100644 --- a/src/exams/pdf/details/level.exam.tsx +++ b/src/exams/pdf/details/level.exam.tsx @@ -25,7 +25,13 @@ const thresholds = [ level: "High A2/Low B1", label: "Pre-Intermediate", minValue: 8, - maxValue: 12, + maxValue: 11, + }, + { + level: "High B1/Low B2", + label: "Intermediate", + minValue: 12, + maxValue: 15, }, { level: "High B2/Low C1",