Fixed missing threshold

This commit is contained in:
Joao Ramos
2024-03-19 19:22:28 +00:00
parent 9abd69c5e5
commit 60ccc822b5

View File

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