﻿<?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  » I need a help....</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Wed, 08 Apr 2026 02:03:22 GMT</lastBuildDate><ttl>20</ttl><item><title>I need a help....</title><link>https://forums.millisecond.com/Topic15451.aspx</link><description>Hello. &lt;br/&gt;My name is Pawel Wisniewski and I come from Poland. I am a student from The University of SociaI Sciences and Humanities and I am writing my master thesis. I am going to conduct a survey in which people will judge the pictures on 5 point Likert scale (from huge emotion to small). I want to use 30 negative pictures, 30 positive, 30 neutral and 5, at the beginning, as a training (without the score). Every emotion (positive/negative/neutral) shouldn't be presented more then 2 times in a row. Every picture should be shown on the screen for 2-3 seconds and after that the examined person should be allowed to judge that picture.&lt;br/&gt;&lt;br/&gt;Could someone help me to write or adapt a proper script? I will appreciate for any help...</description><pubDate>Wed, 04 Feb 2015 09:09:52 GMT</pubDate><dc:creator>Pawel Wisniewski</dc:creator></item><item><title>RE: I need a help....</title><link>https://forums.millisecond.com/Topic15464.aspx</link><description>Glad to hear it's working!&lt;br/&gt;</description><pubDate>Wed, 04 Feb 2015 09:09:52 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: I need a help....</title><link>https://forums.millisecond.com/Topic15462.aspx</link><description>Hi, buddy. It works!!!! You have saved my time. I appreciate that. You're great!!!</description><pubDate>Wed, 04 Feb 2015 08:57:25 GMT</pubDate><dc:creator>Wisniewski Pawel</dc:creator></item><item><title>RE: I need a help....</title><link>https://forums.millisecond.com/Topic15452.aspx</link><description>Set up three &amp;lt;likert&amp;gt; elements -- one for good, one for bad, one for neutral -- as well as three &amp;lt;picture&amp;gt; elements (good, bad, neutral) with 30 items each. Use a &amp;lt;list&amp;gt; for trial-selection to impose the "no more than 2 times the same emotion in a row" constraint. In a nutshell:&lt;br/&gt;&lt;br/&gt;&amp;lt;block testblock&amp;gt;&lt;br/&gt;/ trials = [1-90 = list.triallist]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list triallist&amp;gt;&lt;br/&gt;/ items = (likert.goodlikert, likert.badlikert, likert.neutrallikert)&lt;br/&gt;/ poolsize = 90&lt;br/&gt;/ maxrunsize = 2&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;likert goodlikert&amp;gt;&lt;br/&gt;/ stimulustimes = [0=goodpic]&lt;br/&gt;/ anchors = [1="good"; 3="neutral"; 5="bad"]&lt;br/&gt;/ numpoints = 5&lt;br/&gt;/ beginresponsetime = 3000&lt;br/&gt;/ position = (50%, 75%)&lt;br/&gt;&amp;lt;/likert&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;likert badlikert&amp;gt;&lt;br/&gt;/ stimulustimes = [0=badpic]&lt;br/&gt;/ anchors = [1="good"; 3="neutral"; 5="bad"]&lt;br/&gt;/ numpoints = 5&lt;br/&gt;/ beginresponsetime = 3000&lt;br/&gt;/ position = (50%, 75%)&lt;br/&gt;&amp;lt;/likert&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;likert neutrallikert&amp;gt;&lt;br/&gt;/ stimulustimes = [0=neutralpic]&lt;br/&gt;/ anchors = [1="good"; 3="neutral"; 5="bad"]&lt;br/&gt;/ numpoints = 5&lt;br/&gt;/ beginresponsetime = 3000&lt;br/&gt;/ position = (50%, 75%)&lt;br/&gt;&amp;lt;/likert&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;picture goodpic&amp;gt;&lt;br/&gt;/ items = gooditems&lt;br/&gt;&amp;lt;/picture&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;picture badpic&amp;gt;&lt;br/&gt;/ items = baditems&lt;br/&gt;&amp;lt;/picture&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;picture neutralpic&amp;gt;&lt;br/&gt;/ items = neutralitems&lt;br/&gt;&amp;lt;/picture&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;item gooditems&amp;gt;&lt;br/&gt;/ 1 = "good01.jpg"&lt;br/&gt;...&lt;br/&gt;/ 30 = "good30.jpg"&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;item baditems&amp;gt;&lt;br/&gt;/ 1 = "bad01.jpg"&lt;br/&gt;...&lt;br/&gt;/ 30 = "bad30.jpg"&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;item neutralitems&amp;gt;&lt;br/&gt;/ 1 = "neutral01.jpg"&lt;br/&gt;...&lt;br/&gt;/ 30 = "neutral30.jpg"&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;All you need to do in addition is add the things for your 5-item practice block. You should be able to do that after working through the tutorials included in the Inquisit documentation.&lt;br/&gt;</description><pubDate>Tue, 03 Feb 2015 06:51:31 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>