Skip to content

Commit

Permalink
Update guesses_mp3.html
Browse files Browse the repository at this point in the history
  • Loading branch information
BonnieMcLean authored Oct 12, 2022
1 parent 604349e commit 708e5f5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions icotools/templates/guesses_mp3.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,26 +143,26 @@ <h2>Headphone check</h2>
<p>When you play each item you will hear three sounds separated by silences. Simply judge WHICH SOUND WAS SOFTEST (quietest) -- 1, 2, or 3?</p>
<h3>Item 1</h3>
<audio controls>
<source src="https://bonniemclean.github.io/headcheck/middle.wav" type="audio/wav">
<source src="https://bonniemclean.github.io/headcheck/middle.mp3" type="audio/mpeg">
<source src="https://honestcookingblog.com/headcheck/assets_antiphase_HC_ISO.wav" type="audio/wav">
<source src="https://honestcookingblog.com/headcheck/assets_antiphase_HC_ISO.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
<p><input type="radio" name="item1" value=0> 1</p>
<p><input type="radio" name="item1" value=1> 2</p>
<p><input type="radio" name="item1" value=0> 3</p>
<h3>Item 2</h3>
<audio controls>
<source src="https://bonniemclean.github.io/headcheck/first.wav" type="audio/wav">
<source src="https://bonniemclean.github.io/headcheck/first.mp3" type="audio/mpeg">
<source src="https://honestcookingblog.com/headcheck/assets_antiphase_HC_SIO.wav" type="audio/wav">
<source src="https://honestcookingblog.com/headcheck/assets_antiphase_HC_SIO.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
<p><input type="radio" name="item2" value=1> 1</p>
<p><input type="radio" name="item2" value=0> 2</p>
<p><input type="radio" name="item2" value=0> 3</p>
<h3>Item 3</h3>
<audio controls>
<source src="https://bonniemclean.github.io/headcheck/last.wav" type="audio/wav">
<source src="https://bonniemclean.github.io/headcheck/last.mp3" type="audio/mpeg">
<source src="https://honestcookingblog.com/headcheck/assets_antiphase_HC_IOS.wav" type="audio/wav">
<source src="https://honestcookingblog.com/headcheck/assets_antiphase_HC_IOS.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
<p><input type="radio" name="item3" id="item3" value=0> 1</p>
Expand Down Expand Up @@ -423,4 +423,4 @@ <h2 style="text-align:center">Thank you!</h2>


</script>
</form>
</form>

0 comments on commit 708e5f5

Please sign in to comment.