Fixed missing threshold
This commit is contained in:
@@ -25,7 +25,13 @@ const thresholds = [
|
|||||||
level: "High A2/Low B1",
|
level: "High A2/Low B1",
|
||||||
label: "Pre-Intermediate",
|
label: "Pre-Intermediate",
|
||||||
minValue: 8,
|
minValue: 8,
|
||||||
maxValue: 12,
|
maxValue: 11,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
level: "High B1/Low B2",
|
||||||
|
label: "Intermediate",
|
||||||
|
minValue: 12,
|
||||||
|
maxValue: 15,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
level: "High B2/Low C1",
|
level: "High B2/Low C1",
|
||||||
|
|||||||
Reference in New Issue
Block a user