diff --git a/curriculum/schema/__snapshots__/challenge-schema.test.mjs.snap b/curriculum/schema/__snapshots__/challenge-schema.test.mjs.snap index 6b434202ed4..18120091559 100644 --- a/curriculum/schema/__snapshots__/challenge-schema.test.mjs.snap +++ b/curriculum/schema/__snapshots__/challenge-schema.test.mjs.snap @@ -1799,6 +1799,7 @@ exports[`challenge schema > should not be changed without informing the mobile t "ES_A1_vowels_oiu.mp3", "ES_A1_vowels_uae.mp3", "ES_A1_warm_up_describing_people_at_work.mp3", + "ES_A1_what_each_department_does.mp3", "ES_A1_what_the_company_does.mp3", "ZH_A1_greetings_and_introductions_wanghua.mp3", "ZH_A1_greetings_and_introductions_liuming.mp3", diff --git a/curriculum/schema/scene-assets.js b/curriculum/schema/scene-assets.js index aa74f798c8e..0663dd16e25 100644 --- a/curriculum/schema/scene-assets.js +++ b/curriculum/schema/scene-assets.js @@ -324,6 +324,7 @@ const availableAudios = [ 'ES_A1_vowels_oiu.mp3', 'ES_A1_vowels_uae.mp3', 'ES_A1_warm_up_describing_people_at_work.mp3', + 'ES_A1_what_each_department_does.mp3', 'ES_A1_what_the_company_does.mp3', 'ZH_A1_greetings_and_introductions_wanghua.mp3', 'ZH_A1_greetings_and_introductions_liuming.mp3',