Bugfix related to the listening audio
This commit is contained in:
@@ -178,7 +178,7 @@ const Listening: React.FC<ExamProps<ListeningExam>> = ({ exam, showSolutions = f
|
||||
{startNow && memoizedInstructions}
|
||||
|
||||
{/* Part's audio player */}
|
||||
{(!startNow && isBetweenParts) && memoizedRenderAudioPlayer}
|
||||
{!startNow && memoizedRenderAudioPlayer}
|
||||
|
||||
{/* Exercise renderer */}
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user