From 61758af8035ebfbae3d448978dcaf62e9cc7472c Mon Sep 17 00:00:00 2001 From: Tiago Ribeiro Date: Sat, 27 May 2023 17:06:40 +0100 Subject: [PATCH] Added the IDs of the diagnostic exams --- src/components/Diagnostic.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/Diagnostic.tsx b/src/components/Diagnostic.tsx index 77783cc9..6ea57cde 100644 --- a/src/components/Diagnostic.tsx +++ b/src/components/Diagnostic.tsx @@ -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) {