﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Millisecond Forums » Millisecond Forums » Inquisit 5  » Add Audio to Monetary Incentive Delay Task (MID)</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Sat, 19 Sep 2026 00:21:40 GMT</lastBuildDate><ttl>20</ttl><item><title>Add Audio to Monetary Incentive Delay Task (MID)</title><link>https://forums.millisecond.com/Topic29139.aspx</link><description>Hi,&lt;br/&gt;&lt;br/&gt;I am an undergrad RA and am trying to add audio accompanying each instruction slide in the MID script available on the Inquisit library. I have tried adding the following but had not luck:&lt;br/&gt;&lt;br/&gt;[code]&amp;lt;video audioInstructions&amp;gt;&lt;br/&gt;/ items = ("audiofile1.m4a", "audiofile2.m4a")&lt;br/&gt;/ playthrough = true&lt;br/&gt;/ select = sequence&lt;br/&gt;&amp;lt;/video&amp;gt;[/code]&lt;br/&gt;&lt;br/&gt;I also attempted to separate the two audio files (as shown below) but once again had no luck making the audio work.&lt;br/&gt;&lt;br/&gt;[code]&amp;lt;video  audioInstructions1&amp;gt;&lt;br/&gt;/items = ("audiofile1.m4a")&lt;br/&gt;/playthrough = true&lt;br/&gt;&amp;lt;/video&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;video  audioInstructions2&lt;br/&gt;/items = ("audiofile2.m4a")&lt;br/&gt;/playthrough = true&lt;br/&gt;&amp;lt;/video&amp;gt;[/code]&lt;br/&gt;&lt;br/&gt;I've also tried other options as well but was unable to make the audio play. I am using the MID task for Inquisit 5 but am running it on Inquisit 6.&lt;br/&gt;&lt;br/&gt;Any advice would be much appreciated! Thanks!</description><pubDate>Fri, 29 May 2020 21:00:39 GMT</pubDate><dc:creator>devarshivasa</dc:creator></item><item><title>RE: Add Audio to Monetary Incentive Delay Task (MID)</title><link>https://forums.millisecond.com/Topic29144.aspx</link><description>&lt;blockquote data-id="29140" class="if-quote-wrapper" unselectable="on" data-guid="1590785975678" contenteditable="false" id="if_insertedNode_1590785974522"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="29140" title="Move Cursor Below" contenteditable="false"&gt;&lt;span unselectable="on"&gt;+&lt;/span&gt;&lt;/a&gt;&lt;a class="quote-delete" unselectable="on" style="display: none;" href="#" data-id="29140" title="Delete Quote" contenteditable="false"&gt;&lt;span unselectable="on"&gt;x&lt;/span&gt;&lt;/a&gt;&lt;span unselectable="on" class="quote-markup"&gt;[quote]&lt;/span&gt;&lt;div unselectable="on" class="if-quote-header" contenteditable="false"&gt;&lt;div unselectable="on" class="if-quote-toggle-wrapper"&gt;&lt;a class="if-quote-toggle quote-link" href="#" data-id="29140" title=" "&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Dave - 5/29/2020&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-29140"&gt;&lt;div class="if-quote-message-margin" contenteditable="true"&gt;&lt;blockquote data-id="29139" class="if-quote-wrapper" unselectable="on" data-guid="1590785975678" id="if_insertedNode_1590784529905" contenteditable="false"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="29139" title="Move Cursor Below" contenteditable="false"&gt;&lt;span unselectable="on"&gt;+&lt;/span&gt;&lt;/a&gt;&lt;a class="quote-delete" unselectable="on" style="display: none;" href="#" data-id="29139" title="Delete Quote" contenteditable="false"&gt;&lt;span unselectable="on"&gt;x&lt;/span&gt;&lt;/a&gt;&lt;span unselectable="on" class="quote-markup"&gt;[quote]&lt;/span&gt;&lt;div unselectable="on" class="if-quote-header" contenteditable="false"&gt;&lt;div unselectable="on" class="if-quote-toggle-wrapper"&gt;&lt;a class="if-quote-toggle quote-link" href="#" data-id="29139" title=" "&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;devarshivasa - 5/29/2020&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-29139"&gt;&lt;div class="if-quote-message-margin" contenteditable="true"&gt;Hi,&lt;br/&gt;&lt;br/&gt;I am an undergrad RA and am trying to add audio accompanying each instruction slide in the MID script available on the Inquisit library. I have tried adding the following but had not luck:&lt;br/&gt;&lt;br/&gt;[code]&amp;lt;video audioInstructions&amp;gt;&lt;br/&gt;/ items = ("audiofile1.m4a", "audiofile2.m4a")&lt;br/&gt;/ playthrough = true&lt;br/&gt;/ select = sequence&lt;br/&gt;&amp;lt;/video&amp;gt;[/code]&lt;br/&gt;&lt;br/&gt;I also attempted to separate the two audio files (as shown below) but once again had no luck making the audio work.&lt;br/&gt;&lt;br/&gt;[code]&amp;lt;video  audioInstructions1&amp;gt;&lt;br/&gt;/items = ("audiofile1.m4a")&lt;br/&gt;/playthrough = true&lt;br/&gt;&amp;lt;/video&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;video  audioInstructions2&lt;br/&gt;/items = ("audiofile2.m4a")&lt;br/&gt;/playthrough = true&lt;br/&gt;&amp;lt;/video&amp;gt;[/code]&lt;br/&gt;&lt;br/&gt;I've also tried other options as well but was unable to make the audio play. I am using the MID task for Inquisit 5 but am running it on Inquisit 6.&lt;br/&gt;&lt;br/&gt;Any advice would be much appreciated! Thanks!&lt;a class="if-quote-goto quote-link" href="#" data-id="29139"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/blockquote&gt;&lt;br/&gt;The instructions in the MID are presented via &amp;lt;page&amp;gt; elements and the various /pre- and /postinstructions attributes in the &amp;lt;expt&amp;gt; and &amp;lt;block&amp;gt; elements. You cannot play audio during &amp;lt;page&amp;gt; elements.&lt;br/&gt;&lt;br/&gt;That means you have to completely change the way instructions are presented in the task. You need to set up standard &amp;lt;text&amp;gt; elements to present the instructions and add &amp;lt;trial&amp;gt; elements to display them. Those &amp;lt;trial&amp;gt; elements can display the &amp;lt;video&amp;gt; stimulus along with the &amp;lt;text&amp;gt;.&lt;br/&gt;&lt;br/&gt;By the way, IF the audio you are trying to add is merely the instructions' text read aloud (you didn't say) AND you will be running this under Inquisit 6, there is an alternative option: Use Inquisit 6's capability to use your system's text-to-speech capabilities to read the instruction pages aloud:&lt;br/&gt;&lt;a href="https://www.millisecond.com/support/docs/v6/html/language/attributes/voiceover.htm"&gt;&lt;a href="https://www.millisecond.com/support/docs/v6/html/language/attributes/voiceover.htm"&gt;https://www.millisecond.com/support/docs/v6/html/language/attributes/voiceover.htm&lt;/a&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;instruct&amp;gt;&lt;br/&gt;/ fontstyle = ("Arial", 3.00%, false, false, false, false, 5, 1)&lt;br/&gt;/ txcolor = (black)&lt;br/&gt;&lt;strong&gt;/ voiceover = true(en, male, adult, 0.2)&lt;/strong&gt;&lt;br/&gt;&amp;lt;/instruct&amp;gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="29140"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/blockquote&gt;&lt;br/&gt;Thank you! Appreciate the help!</description><pubDate>Fri, 29 May 2020 21:00:39 GMT</pubDate><dc:creator>devarshivasa</dc:creator></item><item><title>RE: Add Audio to Monetary Incentive Delay Task (MID)</title><link>https://forums.millisecond.com/Topic29140.aspx</link><description>&lt;blockquote data-id="29139" class="if-quote-wrapper" unselectable="on" data-guid="1590784531380" id="if_insertedNode_1590784529905" contenteditable="false"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="29139" title="Move Cursor Below" contenteditable="false"&gt;&lt;span unselectable="on"&gt;+&lt;/span&gt;&lt;/a&gt;&lt;a class="quote-delete" unselectable="on" style="display: none;" href="#" data-id="29139" title="Delete Quote" contenteditable="false"&gt;&lt;span unselectable="on"&gt;x&lt;/span&gt;&lt;/a&gt;&lt;span unselectable="on" class="quote-markup"&gt;[quote]&lt;/span&gt;&lt;div unselectable="on" class="if-quote-header" contenteditable="false"&gt;&lt;div unselectable="on" class="if-quote-toggle-wrapper"&gt;&lt;a class="if-quote-toggle quote-link" href="#" data-id="29139" title=" "&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;devarshivasa - 5/29/2020&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-29139"&gt;&lt;div class="if-quote-message-margin" contenteditable="true"&gt;Hi,&lt;br/&gt;&lt;br/&gt;I am an undergrad RA and am trying to add audio accompanying each instruction slide in the MID script available on the Inquisit library. I have tried adding the following but had not luck:&lt;br/&gt;&lt;br/&gt;[code]&amp;lt;video audioInstructions&amp;gt;&lt;br/&gt;/ items = ("audiofile1.m4a", "audiofile2.m4a")&lt;br/&gt;/ playthrough = true&lt;br/&gt;/ select = sequence&lt;br/&gt;&amp;lt;/video&amp;gt;[/code]&lt;br/&gt;&lt;br/&gt;I also attempted to separate the two audio files (as shown below) but once again had no luck making the audio work.&lt;br/&gt;&lt;br/&gt;[code]&amp;lt;video  audioInstructions1&amp;gt;&lt;br/&gt;/items = ("audiofile1.m4a")&lt;br/&gt;/playthrough = true&lt;br/&gt;&amp;lt;/video&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;video  audioInstructions2&lt;br/&gt;/items = ("audiofile2.m4a")&lt;br/&gt;/playthrough = true&lt;br/&gt;&amp;lt;/video&amp;gt;[/code]&lt;br/&gt;&lt;br/&gt;I've also tried other options as well but was unable to make the audio play. I am using the MID task for Inquisit 5 but am running it on Inquisit 6.&lt;br/&gt;&lt;br/&gt;Any advice would be much appreciated! Thanks!&lt;a class="if-quote-goto quote-link" href="#" data-id="29139"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/blockquote&gt;&lt;br/&gt;The instructions in the MID are presented via &amp;lt;page&amp;gt; elements and the various /pre- and /postinstructions attributes in the &amp;lt;expt&amp;gt; and &amp;lt;block&amp;gt; elements. You cannot play audio during &amp;lt;page&amp;gt; elements.&lt;br/&gt;&lt;br/&gt;That means you have to completely change the way instructions are presented in the task. You need to set up standard &amp;lt;text&amp;gt; elements to present the instructions and add &amp;lt;trial&amp;gt; elements to display them. Those &amp;lt;trial&amp;gt; elements can display the &amp;lt;video&amp;gt; stimulus along with the &amp;lt;text&amp;gt;.&lt;br/&gt;&lt;br/&gt;By the way, IF the audio you are trying to add is merely the instructions' text read aloud (you didn't say) AND you will be running this under Inquisit 6, there is an alternative option: Use Inquisit 6's capability to use your system's text-to-speech capabilities to read the instruction pages aloud:&lt;br/&gt;&lt;a href="https://www.millisecond.com/support/docs/v6/html/language/attributes/voiceover.htm"&gt;https://www.millisecond.com/support/docs/v6/html/language/attributes/voiceover.htm&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;instruct&amp;gt;&lt;br/&gt;/ fontstyle = ("Arial", 3.00%, false, false, false, false, 5, 1)&lt;br/&gt;/ txcolor = (black)&lt;br/&gt;&lt;strong&gt;/ voiceover = true(en, male, adult, 0.2)&lt;/strong&gt;&lt;br/&gt;&amp;lt;/instruct&amp;gt;</description><pubDate>Fri, 29 May 2020 20:45:25 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>