Skip to content

Commit

Permalink
fixes #599
Browse files Browse the repository at this point in the history
  • Loading branch information
clapierre committed Jan 17, 2025
1 parent 18a03ea commit 8d2db2e
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -380,12 +380,12 @@ <h5>Variables setup</h5>
<h5>Instructions</h5>
<ol class="condition">
<li>
<span><b>IF</b> <var>all_content_audio</var>:</span>
<span><b>THEN</b> display <code id="ways-of-reading-prerecorded-audio-only">"Prerecorded audio only"</code>.</span>
<span><b>IF</b> <var>synchronised_pre_recorded_audio</var>:</span>
<span><b>THEN</b> display <code id="ways-of-reading-prerecorded-audio-synchronized">"Prerecorded audio synchronized with text"</code>.</span>
</li>
<li>
<span><b>ELSE IF</b> <var>synchronised_pre_recorded_audio</var>:</span>
<span><b>THEN</b> display <code id="ways-of-reading-prerecorded-audio-synchronized">"Prerecorded audio synchronized with text"</code>.</span>
<span><b>ELSE IF</b> <var>all_content_audio</var>:</span>
<span><b>THEN</b> display <code id="ways-of-reading-prerecorded-audio-only">"Prerecorded audio only"</code>.</span>
</li>
<li>
<span><b>ELSE IF</b> <var>audio_content</var>:</span>
Expand Down

0 comments on commit 8d2db2e

Please sign in to comment.