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 = [ const DIAGNOSTIC_EXAMS = [
["reading", ""], ["reading", "CurQtQoxWmHaJHeN0JW2"],
["listening", ""], ["listening", "Y6cMao8kUcVnPQOo6teV"],
["writing", ""], ["writing", "hbueuDaEZXV37EW7I12A"],
["speaking", ""], ["speaking", "QVFm4pdcziJQZN2iUTDo"],
]; ];
export default function Diagnostic({onFinish}: Props) { export default function Diagnostic({onFinish}: Props) {