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",