Changed approach to display level for Level Testing

This commit is contained in:
Joao Ramos
2023-12-13 00:11:48 +00:00
parent 21b612eaa4
commit 7b3c3d15db
4 changed files with 153 additions and 114 deletions

View File

@@ -1,5 +1,4 @@
import {infoButtonStyle} from "@/constants/buttonStyles";
import {BAND_SCORES} from "@/constants/ielts";
import {Module} from "@/interfaces";
import {User} from "@/interfaces/user";
import useExamStore from "@/stores/examStore";