﻿<?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 4  » Voice record in Inquisit 4</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Thu, 09 Apr 2026 02:50:10 GMT</lastBuildDate><ttl>20</ttl><item><title>Voice record in Inquisit 4</title><link>https://forums.millisecond.com/Topic16463.aspx</link><description>Dear all,&lt;br/&gt;&lt;br/&gt;in my experiment I would like to record vocal responses, whole sentences to be exact.&lt;br/&gt;Right now, there are wav-files created, but only with a duration of 1 second.&lt;br/&gt;My script looks like this:&amp;nbsp;&lt;br/&gt;&lt;br/&gt;&amp;lt;text KarenSzenario&amp;gt;&lt;br/&gt;/items = ("Als Karen Single war, sprach sie mit ihrer besten Freundin Anne")&lt;br/&gt;/position = (50, 20)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text KarenSatz&amp;gt;&lt;br/&gt;/items = ("Karen spricht uÌber Probleme mit ihrem Ehemann.")&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;response Tonaufnahme&amp;gt;&lt;br/&gt;/ mode = anyresponse&lt;br/&gt;/ srsignal = sound&lt;br/&gt;/ rwwidth = 18000&lt;br/&gt;&amp;lt;/response&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial Karen&amp;gt;&lt;br/&gt;/stimulustimes = [0 = Karenszenario; 9000 = KarenSatz; 18000=Karenszenario, KarenSatz]&lt;br/&gt;/inputdevice = voicerecord&lt;br/&gt;/response = Tonaufnahme&lt;br/&gt;/validresponse = (anyresponse)&lt;br/&gt;/recorddata = true&lt;br/&gt;&amp;lt;/trial&amp;gt; &lt;br/&gt;&lt;br/&gt;Is there a way that Inquisit records the whole sentence? How can I accomplish that Inquisit stops recording when the subjects gives a signal, e.g. presses a key?&lt;br/&gt;&lt;br/&gt;Best regards and thanks a lot&lt;br/&gt;&lt;br/&gt;Esther&lt;br/&gt;&lt;br/&gt;</description><pubDate>Tue, 09 Jun 2015 12:02:12 GMT</pubDate><dc:creator>Esther</dc:creator></item><item><title>RE: Voice record in Inquisit 4</title><link>https://forums.millisecond.com/Topic16474.aspx</link><description>Great.&lt;br/&gt;I changed the script to&amp;nbsp;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial Karen&amp;gt;&lt;br/&gt;/stimulustimes = [0 = Karenszenario; 9000 = KarenSatz; 18000=Karenszenario, KarenSatz]&lt;br/&gt;/inputdevice = voicerecord&lt;br/&gt;/trialduration = 18000&lt;br/&gt;/responsetime = 9000&lt;br/&gt;/validresponse = (anyresponse)&lt;img class="ajT" src="https://ssl.gstatic.com/ui/v1/icons/mail/images/cleardot.gif" style="height: 8px; opacity: 0.3; width: 20px; background: url(https://ssl.gstatic.com/ui/v1/icons/mail/ellipsis.png) no-repeat;"&gt;&lt;br/&gt;/responseinterrupt = trial&lt;br/&gt;/recorddata = true&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;and now it works. &lt;br/&gt;Thanks a lot for the help!&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;</description><pubDate>Tue, 09 Jun 2015 12:02:12 GMT</pubDate><dc:creator>Esther</dc:creator></item><item><title>RE: Voice record in Inquisit 4</title><link>https://forums.millisecond.com/Topic16473.aspx</link><description>No, I'm not aware of any general incompatibility with regards to OSX 10.9.x. Can you post the *exact* &amp;lt;trial&amp;gt; definition you are using right now? Also, does changing the /responseinterrupt mode have any effect?&lt;br/&gt;&lt;br/&gt;&amp;lt;trial Karen&amp;gt;&lt;br/&gt;/stimulustimes = [0 = Karenszenario; 9000 = KarenSatz; 18000=Karenszenario, KarenSatz]&lt;br/&gt;/inputdevice = voicerecord&lt;br/&gt;/validresponse = (anyresponse)&lt;br/&gt;/beginresponsetime = 9000&lt;br/&gt;/trialduration = 18000&lt;br/&gt;&lt;strong&gt;/responseinterrupt = frames&lt;/strong&gt;&lt;br/&gt;/recorddata = true&lt;br/&gt;&amp;lt;/trial&amp;gt; &lt;br/&gt;&lt;br/&gt;Regarding the error message: The syntax in your /caption attributes is wrong. Captions are not to be enclosed with ( ). I.e.,&lt;br/&gt;&lt;br/&gt;/ caption = ("Wie leicht ist es Ihnen insgesamt gefallen, die SaÌtze klar und deutlich vorzulesen?  &lt;br/&gt;&lt;br/&gt;sehr schwer  sehr leicht")&lt;br/&gt;&lt;br/&gt;ought to read&lt;br/&gt;&lt;br/&gt;/ caption = "Wie leicht ist es Ihnen insgesamt gefallen, die SaÌtze klar und deutlich vorzulesen?  &lt;br/&gt;&lt;br/&gt;sehr schwer  sehr leicht"</description><pubDate>Tue, 09 Jun 2015 09:28:57 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: Voice record in Inquisit 4</title><link>https://forums.millisecond.com/Topic16472.aspx</link><description>Thanks a lot.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;I tried out your script, but unfortunately my problem remains: the wav-files are only one second long.&amp;nbsp;&lt;br/&gt;Is it possible that it might be a problem of the compatibility of Inquisit 4 with Macintosh? I use a macbook with &amp;nbsp;OS W 10.9.4 .&lt;br/&gt;&lt;br/&gt;Furthermore I got another problem:&amp;nbsp;&lt;br/&gt;&lt;br/&gt;Often I get the message " Setting has invalid text ') '. &amp;nbsp;" even though I can run the script and I can't find a mistake in the script.&amp;nbsp;&lt;br/&gt;Here is an example:&lt;br/&gt;&lt;br/&gt;&amp;lt;radiobuttons IOC10&amp;gt;&lt;br/&gt;/ caption = ("Wie leicht ist es Ihnen insgesamt gefallen, die SaÌtze klar und deutlich vorzulesen?  &lt;br/&gt;&lt;br/&gt;sehr schwer  sehr leicht")&lt;br/&gt;/ orientation = horizontal&lt;br/&gt;/ options = ("&amp;nbsp; ", " &amp;nbsp; ","&amp;nbsp; ","&amp;nbsp; ","&amp;nbsp; ","&amp;nbsp; ","&amp;nbsp; ")&lt;br/&gt;/ optionvalues = ("1", "2", "3", "4", "5", "6", "7")&lt;br/&gt;/required = true&lt;br/&gt;&amp;lt;/radiobuttons&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;radiobuttons IOC11&amp;gt;&lt;br/&gt;/ caption = ("Stellen Sie sich bitte vor, Sie haÌtten zusaÌtzliche Zeit, solche mehrdeutigen SaÌtzen zu uÌben. &lt;br/&gt;Inwiefern, glauben Sie, wuÌrden sich Ihre Leistungen bei dieser Aufgabe verbessern?&amp;nbsp;&lt;br/&gt;&lt;br/&gt;gar nicht  &amp;nbsp;&amp;nbsp;sehr")&lt;br/&gt;/ orientation = horizontal&lt;br/&gt;/ options = ("&amp;nbsp; ", " &amp;nbsp; ","&amp;nbsp; ","&amp;nbsp; ","&amp;nbsp; ","&amp;nbsp; ","&amp;nbsp; ")&lt;br/&gt;/ optionvalues = ("1", "2", "3", "4", "5", "6", "7")&lt;br/&gt;/required = true&lt;br/&gt;&amp;lt;/radiobuttons&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;The error-message ist defined for the element &amp;lt;radiobuttions.IOC11&amp;gt;, but if I double-click on it, Inquisit highlights a line in &amp;nbsp;&amp;lt;radiobuttions.IOC10&amp;gt;&lt;br/&gt;&lt;br/&gt;Thanks a lot in advance and best regards!</description><pubDate>Tue, 09 Jun 2015 07:53:15 GMT</pubDate><dc:creator>Esther</dc:creator></item><item><title>RE: Voice record in Inquisit 4</title><link>https://forums.millisecond.com/Topic16466.aspx</link><description>&amp;gt; How can I accomplish that Inquisit stops recording when the subjects gives a signal, e.g. presses a key?&lt;br/&gt;&lt;br/&gt;You can't. A &amp;lt;trial&amp;gt; has a single input modality, it cannot have several. In your case, the input modality ought to be voicerecord.&lt;br/&gt;&lt;br/&gt;&amp;gt; Is there a way that Inquisit records the whole sentence?&lt;br/&gt;&lt;br/&gt;Yes. Give the &amp;lt;trial&amp;gt; enough time to do it by specifying a sufficient /trialduration. You'll want to do something along the lines of&lt;br/&gt;&lt;br/&gt;&amp;lt;trial Karen&amp;gt;&lt;br/&gt;/stimulustimes = [0 = Karenszenario; 9000 = KarenSatz; 18000=Karenszenario, KarenSatz]&lt;br/&gt;/inputdevice = voicerecord&lt;br/&gt;/validresponse = (anyresponse)&lt;br/&gt;/beginresponsetime = 9000&lt;br/&gt;/trialduration = 18000&lt;br/&gt;/responseinterrupt = trial&lt;br/&gt;/recorddata = true&lt;br/&gt;&amp;lt;/trial&amp;gt; &lt;br/&gt;&lt;br/&gt;Hope this helps.&lt;br/&gt;</description><pubDate>Mon, 08 Jun 2015 08:50:01 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>