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