﻿<?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  » Word reaction time test</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Wed, 09 Sep 2026 17:28:38 GMT</lastBuildDate><ttl>20</ttl><item><title>Word reaction time test</title><link>https://forums.millisecond.com/Topic15552.aspx</link><description>Hey guys, I'm struggling with this because I don't really know how to code. I am trying to create a word reaction time test. Basically the experiment will have 28 words pop up one by one, and I want a response box underneath the words. When the participant makes that first keystroke, I want the time between the appearance of each word and the first keystroke to be recorded. Does anyone know how to write that? Thank you in advance for your help, I need it desperately.&amp;nbsp;</description><pubDate>Wed, 18 Feb 2015 12:05:06 GMT</pubDate><dc:creator>aakahil</dc:creator></item><item><title>RE: Word reaction time test</title><link>https://forums.millisecond.com/Topic15555.aspx</link><description>You need to set up a &amp;lt;text&amp;gt; element with your 28 items. You need to set up an &amp;lt;openended&amp;gt; trial element that displays said &amp;lt;text&amp;gt; stimulus and collects the response. Run that openended trial via a &amp;lt;block&amp;gt; 28 times. In addition, you'll want to specify the &amp;lt;data&amp;gt; element to log the openended's firstcharlatency property. In a nutshell:&lt;br/&gt;&lt;br/&gt;&amp;lt;text mytext&amp;gt;&lt;br/&gt;/ items = ("A", "B", "C", "D")&lt;br/&gt;/ select = noreplace&lt;br/&gt;/ position = (50%, 40%)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;openended myopenended&amp;gt;&lt;br/&gt;/ stimulusframes = [1=mytext]&lt;br/&gt;&amp;lt;/openended&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block myblock&amp;gt;&lt;br/&gt;/ trials = [1-4=myopenended]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;data&amp;gt;&lt;br/&gt;/ columns = [date time subject blocknum blockcode trialnum trialcode stimulusnumber stimulusitem response latency openended.myopenended.firstcharlatency]&lt;br/&gt;&amp;lt;/data&amp;gt;&lt;br/&gt;&lt;br/&gt;Please also take the time to work through the tutorials included in the Inquisit documentation to familiarize with the basics of Inquisit syntax / setting up procedures with it.&lt;br/&gt;</description><pubDate>Wed, 18 Feb 2015 12:05:06 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>