Updated the clock of the Speaking timer

This commit is contained in:
Tiago Ribeiro
2023-07-21 12:41:44 +01:00
parent fea788bdc4
commit eae0a4ae4e
3 changed files with 4 additions and 5 deletions

View File

@@ -107,8 +107,8 @@ const moduleMarkings: {[key in Module]: {[key in Type]: {[key: number]: number}}
general: writingMarking,
},
speaking: {
academic: academicMarking,
general: academicMarking,
academic: writingMarking,
general: writingMarking,
},
};