﻿<?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 3  » Generate a string of random numbers and have them read aloud in Inquisite?</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Sun, 24 May 2026 00:38:57 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Generate a string of random numbers and have them read aloud in Inquisite?</title><link>https://forums.millisecond.com/Topic7147.aspx</link><description>&lt;p&gt;Thank you so much for your help, Dave!&lt;/p&gt;
&lt;p&gt;I made a couple of modifications, and now it's doing exactly what I need it to do. [:D]&lt;/p&gt;
&lt;p&gt;Thanks again!&lt;/p&gt;

</description><pubDate>Mon, 02 Jan 2012 14:15:25 GMT</pubDate><dc:creator>jmeng21</dc:creator></item><item><title>RE: Generate a string of random numbers and have them read aloud in Inquisite?</title><link>https://forums.millisecond.com/Topic7146.aspx</link><description>&lt;p&gt;I would rather suggest a setup along the lines of the attached script.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;~Dave&lt;/p&gt;</description><pubDate>Mon, 02 Jan 2012 10:43:32 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: Generate a string of random numbers and have them read aloud in Inquisite?</title><link>https://forums.millisecond.com/Topic7145.aspx</link><description>&lt;p&gt;Thanks for your input.&lt;/p&gt;
&lt;p&gt;Currently, I've managed to get this much down:&lt;/p&gt;

&lt;p&gt;
&lt;p&gt;------------------------------------&lt;/p&gt;
&lt;p&gt;Default Information&amp;nbsp;&lt;/p&gt;
&lt;p&gt;-----------------------------------&lt;/p&gt;

&lt;p&gt;&amp;lt;defaults&amp;gt;&lt;/p&gt;
&lt;p&gt;/ screencolor = (0, 0, 0)&lt;/p&gt;
&lt;p&gt;/ fontstyle = ("@Adobe Heiti Std R", 2.67%, false, false, false, false, 5, 0)&lt;/p&gt;
&lt;p&gt;/ txcolor = (255, 255, 255)&lt;/p&gt;
&lt;p&gt;/ endlock = false&lt;/p&gt;
&lt;p&gt;&amp;lt;/defaults&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;------------------------------&lt;/p&gt;
&lt;p&gt;Experiment&lt;/p&gt;
&lt;p&gt;------------------------------&lt;/p&gt;
&lt;p&gt;&amp;lt;expt &amp;gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;/ blocks =&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;	&lt;/span&gt;[1= &amp;nbsp; NumSeq]&lt;/p&gt;
&lt;p&gt;&amp;lt;/expt&amp;gt;&lt;/p&gt;

&lt;p&gt;------------------------------&lt;/p&gt;
&lt;p&gt;Trials&lt;/p&gt;
&lt;p&gt;------------------------------&lt;/p&gt;
&lt;p&gt;&amp;lt;trial SoundStim&amp;gt;&lt;/p&gt;
&lt;p&gt;/ stimulustimes = [0=1; 2000=2; 3000 = 3; 4000=4; 5000=5; 6000=6; 7000=7; 8000=8; 9000=9]&lt;/p&gt;
&lt;p&gt;/ timeout =0&lt;/p&gt;
&lt;p&gt;&amp;lt;/trial&amp;gt;&lt;/p&gt;

&lt;p&gt;----------------------------&lt;/p&gt;
&lt;p&gt;Blocks&lt;/p&gt;
&lt;p&gt;------------------------------&lt;/p&gt;

&lt;p&gt;&amp;lt;block NumSeq&amp;gt;&lt;/p&gt;
&lt;p&gt;/trials = [1 =SoundStim]&lt;/p&gt;
&lt;p&gt;&amp;lt;/block&amp;gt;&lt;/p&gt;

&lt;p&gt;----------------------------&lt;/p&gt;
&lt;p&gt;SOUND Items&lt;/p&gt;
&lt;p&gt;----------------------------&lt;/p&gt;
&lt;p&gt;&amp;lt;sound 1&amp;gt;&lt;/p&gt;
&lt;p&gt;/ items = ("one.wav")&lt;/p&gt;
&lt;p&gt;/ playthrough = true&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;lt;/sound&amp;gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&amp;lt;sound 2&amp;gt;&lt;/p&gt;
&lt;p&gt;/ items = ("two.wav")&lt;/p&gt;
&lt;p&gt;/ playthrough = true&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;lt;/sound&amp;gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&amp;lt;sound 3&amp;gt;&lt;/p&gt;
&lt;p&gt;/ items = ("three.wav")&lt;/p&gt;
&lt;p&gt;/ playthrough = true&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;lt;/sound&amp;gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&amp;lt;sound 4&amp;gt;&lt;/p&gt;
&lt;p&gt;/ items = ("four.wav")&lt;/p&gt;
&lt;p&gt;/ playthrough = true&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;lt;/sound&amp;gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&amp;lt;sound 5&amp;gt;&lt;/p&gt;
&lt;p&gt;/ items = ("five.wav")&lt;/p&gt;
&lt;p&gt;/ playthrough = true&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;lt;/sound&amp;gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&amp;lt;sound 6&amp;gt;&lt;/p&gt;
&lt;p&gt;/ items = ("six.wav")&lt;/p&gt;
&lt;p&gt;/ playthrough = true&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;lt;/sound&amp;gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&amp;lt;sound 7&amp;gt;&lt;/p&gt;
&lt;p&gt;/ items = ("seven.wav")&lt;/p&gt;
&lt;p&gt;/ playthrough = true&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;lt;/sound&amp;gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&amp;lt;sound 8&amp;gt;&lt;/p&gt;
&lt;p&gt;/ items = ("eight.wav")&lt;/p&gt;
&lt;p&gt;/ playthrough = true&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;lt;/sound&amp;gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&amp;lt;sound 9&amp;gt;&lt;/p&gt;
&lt;p&gt;/ items = ("nine.wav")&lt;/p&gt;
&lt;p&gt;/ playthrough = true&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;lt;/sound&amp;gt;&amp;nbsp;&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;Is this a viable template for creating something more complex like what I need?&lt;/div&gt;
&lt;/p&gt;</description><pubDate>Mon, 02 Jan 2012 10:09:35 GMT</pubDate><dc:creator>jmeng21</dc:creator></item><item><title>RE: Generate a string of random numbers and have them read aloud in Inquisite?</title><link>https://forums.millisecond.com/Topic7144.aspx</link><description>&lt;p&gt;[quote]I'm trying to create a script that will generate a random string of eight non-repeated digits[/quote]&lt;/p&gt;
&lt;p&gt;This can be done in a number of ways, and the most suitable approach will depend on the specifics of your task design (which you did not elaborate on).&lt;/p&gt;
&lt;p&gt;[quote]I'm also trying to get the script to then read aloud the digits that were generated.[/quote]&lt;/p&gt;
&lt;p&gt;For that you'll need to provide sound files for all of the digits and then play them via the &amp;lt;sound&amp;gt; or &amp;lt;video&amp;gt; element.&lt;/p&gt;
&lt;p&gt;[quote]Any tips on how to get started?[/quote]&lt;/p&gt;
&lt;p&gt;Since this is your first time working with Inquisit, I recommend completing all the tutorials included in the Inquisit documentation to get down the basics. Then study some related scripts available from the Task Library at millisecond.com (e.g. PASAT).&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;~Dave&lt;/p&gt;</description><pubDate>Sun, 01 Jan 2012 17:46:26 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>Generate a string of random numbers and have them read aloud in Inquisite?</title><link>https://forums.millisecond.com/Topic7142.aspx</link><description>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;This is my first time programming with Inquisite, and I'm trying to create a script that will generate a random string of eight non-repeated digits. I'm also trying to get the script to then read aloud the digits that were generated.&lt;/p&gt;
&lt;p&gt;I don't need this particular script to collect data or anything. All it needs to do is generate the numbers and then read them out loud.&lt;/p&gt;
&lt;p&gt;Any tips on how to get started? Thanks in advance for any help, and happy new year!&lt;/p&gt;

</description><pubDate>Sun, 01 Jan 2012 17:12:14 GMT</pubDate><dc:creator>jmeng21</dc:creator></item></channel></rss>