Removed placeholders

This commit is contained in:
Tiago Ribeiro
2023-06-15 16:53:11 +01:00
parent 989a7449bf
commit 84b0b8ac42
2 changed files with 3 additions and 1 deletions

View File

@@ -56,7 +56,7 @@ export default function Listening({exam, showSolutions = false, onFinish}: Props
</div>
<div className="rounded-xl flex flex-col gap-4 items-center w-full h-fit">
<AudioPlayer
src="https://assets.mixkit.co/active_storage/sfx/213/213-preview.mp3"
src={exam.audio.source}
color="listening"
onEnd={() => setTimesListened((prev) => prev + 1)}
disabled={timesListened === exam.audio.repeatableTimes}