Finallyyyyyy finished the whole Speaking flow along with the solution page
This commit is contained in:
@@ -4,27 +4,45 @@ type Type = "academic" | "general";
|
||||
|
||||
export const writingReverseMarking: {[key: number]: number} = {
|
||||
9: 90,
|
||||
8.5: 85,
|
||||
8: 80,
|
||||
7.5: 75,
|
||||
7: 70,
|
||||
6.5: 65,
|
||||
6: 60,
|
||||
5.5: 55,
|
||||
5: 50,
|
||||
4.5: 45,
|
||||
4: 40,
|
||||
3.5: 35,
|
||||
3: 30,
|
||||
2.5: 25,
|
||||
2: 20,
|
||||
1.5: 15,
|
||||
1: 10,
|
||||
0.5: 5,
|
||||
0: 0,
|
||||
};
|
||||
|
||||
export const speakingReverseMarking: {[key: number]: number} = {
|
||||
9: 90,
|
||||
8.5: 85,
|
||||
8: 80,
|
||||
7.5: 75,
|
||||
7: 70,
|
||||
6.5: 65,
|
||||
6: 60,
|
||||
5.5: 55,
|
||||
5: 50,
|
||||
4.5: 45,
|
||||
4: 40,
|
||||
3.5: 35,
|
||||
3: 30,
|
||||
2.5: 25,
|
||||
2: 20,
|
||||
1.5: 15,
|
||||
1: 10,
|
||||
0.5: 5,
|
||||
0: 0,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user