﻿<?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  » Help with Video and surveys, including sequence.</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Wed, 16 Sep 2026 14:36:38 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Help with Video and surveys, including sequence.</title><link>https://forums.millisecond.com/Topic6765.aspx</link><description>&lt;p&gt;[quote]&lt;/p&gt;
&lt;p&gt;*********Experiment*******************&lt;/p&gt;
&lt;p&gt;&amp;lt;expt ControlCondition&amp;gt;&lt;/p&gt;
&lt;p&gt;/ blocks = [1=Control; 2=ControlSurvey&lt;b&gt;&lt;span style="color: #ff0000;"&gt;}&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/expt&amp;gt;&lt;/p&gt;
&lt;p&gt;[/quote]&lt;/p&gt;
&lt;p&gt;Must be ']' not '}' (the error message indicates a missing closing bracket).&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;~Dave&lt;/p&gt;
</description><pubDate>Wed, 12 Oct 2011 12:46:19 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>Help with Video and surveys, including sequence.</title><link>https://forums.millisecond.com/Topic6764.aspx</link><description>&lt;p&gt;I am trying to run a short experiment using three .mov videos and three corresponding surveys. &amp;nbsp;The idea is to have the video play then it's respective survey, followed by the next video and respective survey, and finally the last video and respective survey.&lt;/p&gt;
&lt;p&gt;I decided to use the survey as a block, instead of using each surveypage (which worked) &amp;nbsp;as a trial within a block because using surveypages the layout of the questions change as well as instead of a next button, the button always reads "finish". &amp;nbsp; Therefore, I decided it may be easier and with a better layout to use survey as a block in the experiment. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;I am a novice (I have only programmed surveys and IATs before, and always with an example script) and am having issues with running the experiment. &amp;nbsp;When I changed the survey from surveypages to just survey. I have an error message that says "/blocks: Missing"&lt;/p&gt;

&lt;p&gt;Here is a sample of my script for one video so you can see how I am programming this right now.&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;&amp;lt;defaults&amp;gt;&lt;/p&gt;
&lt;p&gt;/ fontstyle = ("Verdana", 16pt)&lt;/p&gt;
&lt;p&gt;/ inputdevice = mouse&lt;/p&gt;
&lt;p&gt;&amp;lt;/defaults&amp;gt;&lt;/p&gt;

&lt;p&gt;&amp;lt;trial spacebarpush&amp;gt;&lt;/p&gt;
&lt;p&gt;/ stimulusframes = [1=spacebarmessage]&lt;/p&gt;
&lt;p&gt;/ correctresponse = (" ")&lt;/p&gt;
&lt;p&gt;&amp;lt;/trial&amp;gt;&lt;/p&gt;

&lt;p&gt;&amp;lt;text spacebarmessage&amp;gt;&lt;/p&gt;
&lt;p&gt;/ items = ("Press the space bar to start the video")&lt;/p&gt;
&lt;p&gt;/ erase = false&lt;/p&gt;
&lt;p&gt;&amp;lt;/text&amp;gt;&lt;/p&gt;

&lt;p&gt;*********Experiment*******************&lt;/p&gt;
&lt;p&gt;&amp;lt;expt ControlCondition&amp;gt;&lt;/p&gt;
&lt;p&gt;/ blocks = [1=Control; 2=ControlSurvey}&lt;/p&gt;
&lt;p&gt;&amp;lt;/expt&amp;gt;&lt;/p&gt;

&lt;p&gt;*******Control Scenario********&lt;/p&gt;
&lt;p&gt;&amp;lt;block Control&amp;gt;&lt;/p&gt;
&lt;p&gt;/ trials = [1=spacebarpush; 2=ControlVideo]&lt;/p&gt;
&lt;p&gt;&amp;lt;/block&amp;gt;&lt;/p&gt;

&lt;p&gt;&amp;lt;trial ControlVideo&amp;gt;&lt;/p&gt;
&lt;p&gt;/ stimulustimes = [1=ControlScenario]&lt;/p&gt;
&lt;p&gt;&amp;lt;/trial&amp;gt;&lt;/p&gt;

&lt;p&gt;&amp;lt;video ControlScenario&amp;gt;&lt;/p&gt;
&lt;p&gt;/ items = ("Control Scenario.mov")&lt;/p&gt;
&lt;p&gt;/ playthrough = true&lt;/p&gt;
&lt;p&gt;/ size = (55%, 55%)&lt;/p&gt;
&lt;p&gt;&amp;lt;/video&amp;gt;&lt;/p&gt;

&lt;p&gt;********Control Survey Questions******** &lt;span style="text-decoration: underline;"&gt;&lt;i&gt;(Only a few so you can see, but there are 11Qs per survey)&lt;/i&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;radiobuttons Control1&amp;gt;&lt;/p&gt;
&lt;p&gt;/ caption = "Types of behavior like Jane&amp;iacute;s are commonplace in daily activities?"&lt;/p&gt;
&lt;p&gt;/ options = ("Completely agree", "Somewhat agree", "Neither Agree nor Disagree", &amp;nbsp;"Somewhat disagree", "Completely disagree")&lt;/p&gt;
&lt;p&gt;/ optionvalues = ("1", "2", "3", "4", "5")&lt;/p&gt;
&lt;p&gt;&amp;lt;/radiobuttons&amp;gt;&lt;/p&gt;

&lt;p&gt;&amp;lt;radiobuttons Control2&amp;gt;&lt;/p&gt;
&lt;p&gt;/ caption = "Do you think Jane&amp;iacute;s behavior was a derogatory slight towards Margaret?"&lt;/p&gt;
&lt;p&gt;/ options = ("Completely agree", "Somewhat agree", "Neither Agree nor Disagree", &amp;nbsp;"Somewhat disagree", "Completely disagree")&lt;/p&gt;
&lt;p&gt;/ optionvalues = ("1", "2", "3", "4", "5")&lt;/p&gt;
&lt;p&gt;&amp;lt;/radiobuttons&amp;gt;&lt;/p&gt;
&lt;p&gt;*****************************************&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;&amp;lt;surveypage ControlQuestion1&amp;gt;&lt;/p&gt;
&lt;p&gt;/ caption = "Please mark the response that most accurately represents your perception."&lt;/p&gt;
&lt;p&gt;/ fontstyle = ("Verdana", -13, true, false, false, false, 5, 0)&lt;/p&gt;
&lt;p&gt;/ showbackbutton = false&lt;/p&gt;
&lt;p&gt;/ questions = [1=Control1; 2=Control2; 3=Control3; 4=Control4]&lt;/p&gt;
&lt;p&gt;&amp;lt;/surveypage&amp;gt;&lt;/p&gt;

&lt;p&gt;&amp;lt;surveypage ControlQuestion2&amp;gt;&lt;/p&gt;
&lt;p&gt;/ caption = "Please mark the response that most accurately represents your perception."&lt;/p&gt;
&lt;p&gt;/ fontstyle = ("Verdana", -13, true, false, false, false, 5, 0)&lt;/p&gt;
&lt;p&gt;/ showbackbutton = false&lt;/p&gt;
&lt;p&gt;/ questions = [1=Control5; 2=Control6; 3=Control7; 4=Control8]&lt;/p&gt;
&lt;p&gt;&amp;lt;/surveypage&amp;gt;&lt;/p&gt;

&lt;p&gt;&amp;lt;surveypage ControlQuestion3&amp;gt;&lt;/p&gt;
&lt;p&gt;/ caption = "Please mark the response that most accurately represents your perception"&lt;/p&gt;
&lt;p&gt;/ fontstyle = ("Verdana", -13, true, false, false, false, 5, 0)&lt;/p&gt;
&lt;p&gt;/ showbackbutton = false&lt;/p&gt;
&lt;p&gt;/ questions = [1=Control9; 2=Control10; 3=Control11]&lt;/p&gt;
&lt;p&gt;&amp;lt;/surveypage&amp;gt;&lt;/p&gt;

&lt;p&gt;&amp;lt;survey ControlSurvey&amp;gt;&lt;/p&gt;
&lt;p&gt;/ pages = [1=ControlQuestion1; 2=ControlQuestion2; 3=ControlQuestion3]&lt;/p&gt;
&lt;p&gt;/ responsefontstyle = ("Verdana", -12, false, false, false, false, 5, 0)&lt;/p&gt;
&lt;p&gt;/ itemfontstyle = ("Verdana", -13, false, false, false, false, 5, 0)&lt;/p&gt;
&lt;p&gt;/ itemspacing = 1.75%&lt;/p&gt;
&lt;p&gt;/ showpagenumbers = true&lt;/p&gt;
&lt;p&gt;&amp;lt;/survey&amp;gt;&lt;/p&gt;
&lt;/p&gt;
&lt;/p&gt;</description><pubDate>Wed, 12 Oct 2011 12:42:37 GMT</pubDate><dc:creator>debbielee</dc:creator></item></channel></rss>