Removed the ability to pause the listening

This commit is contained in:
Tiago Ribeiro
2023-09-13 07:40:20 +01:00
parent 8cbf56b81a
commit 8dcfb8a670
2 changed files with 5 additions and 3 deletions

View File

@@ -107,6 +107,7 @@ export default function Listening({exam, showSolutions = false, onFinish}: Props
color="listening"
onEnd={() => setTimesListened((prev) => prev + 1)}
disabled={timesListened === exam.audio.repeatableTimes}
disablePause
/>
</div>
</div>