Now only when the user submits the listening exam are the mp3 are uploaded onto firebase bucket

This commit is contained in:
Carlos-Mesquita
2024-11-07 11:06:33 +00:00
parent 0741c4c647
commit 50481a836e
11 changed files with 373 additions and 76 deletions

View File

@@ -26,7 +26,8 @@ const defaultSettings = (module: Module) => {
case 'listening':
return {
...baseSettings,
isAudioContextOpen: false
isAudioContextOpen: false,
isAudioGenerationOpen: false,
}
default:
return baseSettings;