Added the IDs of the diagnostic exams
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user