Added the IDs of the diagnostic exams

This commit is contained in:
Tiago Ribeiro
2023-05-27 17:06:40 +01:00
parent 2a86efc97e
commit 61758af803

View File

@@ -17,10 +17,10 @@ interface Props {
}
const DIAGNOSTIC_EXAMS = [
["reading", ""],
["listening", ""],
["writing", ""],
["speaking", ""],
["reading", "CurQtQoxWmHaJHeN0JW2"],
["listening", "Y6cMao8kUcVnPQOo6teV"],
["writing", "hbueuDaEZXV37EW7I12A"],
["speaking", "QVFm4pdcziJQZN2iUTDo"],
];
export default function Diagnostic({onFinish}: Props) {