From 703fb0df5ff6eac7b8c3dbce5315d2dfa8996811 Mon Sep 17 00:00:00 2001 From: Tiago Ribeiro Date: Thu, 15 Feb 2024 14:07:30 +0000 Subject: [PATCH] Updated the generic Listening intro --- src/exams/Listening.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/exams/Listening.tsx b/src/exams/Listening.tsx index ab8dfa0d..ef974ab3 100644 --- a/src/exams/Listening.tsx +++ b/src/exams/Listening.tsx @@ -16,7 +16,7 @@ interface Props { } const INSTRUCTIONS_AUDIO_SRC = - "https://firebasestorage.googleapis.com/v0/b/storied-phalanx-349916.appspot.com/o/listening_recordings%2Fgeneric_intro.mp3?alt=media&token=9b9cfdb8-e90d-40d1-854b-51c4378a5c4b"; + "https://firebasestorage.googleapis.com/v0/b/storied-phalanx-349916.appspot.com/o/generic_listening_intro_v2.mp3?alt=media&token=16769f5f-1e9b-4a72-86a9-45a6f0fa9f82"; export default function Listening({exam, showSolutions = false, onFinish}: Props) { const [questionIndex, setQuestionIndex] = useState(0);