﻿<?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  » Adding picture to instruction page</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Wed, 11 Mar 2026 22:59:00 GMT</lastBuildDate><ttl>20</ttl><item><title>Adding picture to instruction page</title><link>https://forums.millisecond.com/Topic4491.aspx</link><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I'm trying to ad a picture (tabel of the stimuli words) to a instruction page.&amp;nbsp; I have done it according to the picture element strategy, but it doesn't seem to work.&amp;nbsp; Where the smiley is, the picture has to be presented.&amp;nbsp; Presenting the categories (also mention as background in the instruction block, do get presented).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;Here the script :&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: x-small;"&gt;
&lt;p&gt;&amp;lt;item myinstructions2&amp;gt;&lt;/p&gt;
&lt;p&gt;/1 = "Het gaat hier om een simpele sorteer taak.&lt;/p&gt;
&lt;p&gt;In het midden van het scherm verschijnen 1 voor 1 &amp;eacute;&amp;eacute;n van de onderstaande woorden of een afbeelding. &lt;/p&gt;
&lt;p&gt;[:)]&lt;/p&gt;
&lt;font size="2"&gt;
&lt;p&gt;
&lt;p&gt;Jouw taak: geef aan of de woorden of de afbeeling bij de bovenstaande categori&amp;euml;n hoort."&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Picture&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&amp;lt;/item&amp;gt;&lt;/p&gt;
&lt;/p&gt;
&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style="font-size: x-small;"&gt;
&lt;p&gt;&amp;lt;picture targetTabel&amp;gt;&lt;/p&gt;
&lt;p&gt;/ items = ("Tabel.jpg")&lt;/p&gt;
&lt;p&gt;/ size = (20%, 20%)&lt;/p&gt;
&lt;p&gt;&amp;lt;/picture&amp;gt;&lt;/p&gt;

&lt;p&gt;&amp;lt;item targetTabel&amp;gt;&lt;/p&gt;
&lt;p&gt;/1 = "Tabel.jpg"&lt;/p&gt;
&lt;p&gt;&amp;lt;/item&amp;gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The instructions:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: x-small;"&gt;
&lt;p&gt;&amp;lt;text myinstructions2&amp;gt;&lt;/p&gt;
&lt;p&gt;/ items = myinstructions2&lt;/p&gt;
&lt;p&gt;/ hjustify = left&lt;/p&gt;
&lt;p&gt;/ size = (90%, 60%)&lt;/p&gt;
&lt;p&gt;/ position = (50%, 90%)&lt;/p&gt;
&lt;p&gt;/ valign = bottom&lt;/p&gt;
&lt;p&gt;/ select = sequence&lt;/p&gt;
&lt;p&gt;&amp;lt;/text&amp;gt;&lt;/p&gt;

&lt;p&gt;&amp;lt;trial myinstructions2&amp;gt;&lt;/p&gt;
&lt;p&gt;/ stimulustimes = [1=myinstructions2, spacebar]&lt;/p&gt;
&lt;p&gt;/ correctresponse = (" ")&lt;/p&gt;
&lt;p&gt;/ errormessage = false&lt;/p&gt;
&lt;p&gt;/ recorddata = false&lt;/p&gt;
&lt;p&gt;&amp;lt;/trial&amp;gt;&lt;/p&gt;
&lt;p&gt;　&lt;/p&gt;
&lt;p&gt;&amp;lt;block myinstructions2&amp;gt;&lt;/p&gt;
&lt;p&gt;/ bgstim = (targetTabel, practiseAleft, orleft, practisetargetAleftmixed, practiseBright)&lt;/p&gt;
&lt;p&gt;/ trials = [1 =myinstructions2]&lt;/p&gt;
&lt;p&gt;/ recorddata = false&lt;/p&gt;
&lt;p&gt;&amp;lt;/block&amp;gt;&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;


&lt;/p&gt;
&lt;p&gt;I do not understand why the items of /bgstim (practiseAleft, orleft, practisetargetAleftmixed, practiseBright) do get presented, but not the targetTabel.&amp;nbsp; No errors occur.&lt;/p&gt;
&lt;p&gt;I've added the script.&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;</description><pubDate>Mon, 07 Mar 2016 08:18:52 GMT</pubDate><dc:creator>celeste</dc:creator></item><item><title>RE: Adding picture to instruction page</title><link>https://forums.millisecond.com/Topic18506.aspx</link><description>Set up an &amp;lt;image&amp;gt; element. Use its /position attribute to position it on-screen as desired. Use the &amp;lt;surveypage&amp;gt;'s /questions attribute to display the image along with all the other questions on the page.&lt;br/&gt;&lt;br/&gt;&amp;lt;image myimage&amp;gt;&lt;br/&gt;/ items = ("guide.jpg")&lt;br/&gt;/ position = (0%,0%)&lt;br/&gt;...&lt;br/&gt;&amp;lt;/image&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage mypage&amp;gt;&lt;br/&gt;/ questions = [1=myimage; 2=...]&lt;br/&gt;...&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;</description><pubDate>Mon, 07 Mar 2016 08:18:52 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: Adding picture to instruction page</title><link>https://forums.millisecond.com/Topic18505.aspx</link><description>I'm trying to add an image to a questionnaire. I have the questionnaire and survey pages setup, but I need an image above as a guide for the partcipants. Can anyone help? &lt;br/&gt;</description><pubDate>Mon, 07 Mar 2016 08:02:55 GMT</pubDate><dc:creator>macca1</dc:creator></item><item><title>RE: Adding picture to instruction page</title><link>https://forums.millisecond.com/Topic13232.aspx</link><description>&amp;gt; &lt;font color="#000000" face="Times New Roman" size="3"&gt;Pictures appear in the middle of the screen instead of where Iwould like them to be.&lt;div&gt;&lt;br/&gt;&lt;/div&gt;You need to specify the respective &amp;lt;picture&amp;gt; elements' /position attribute to place them where you want them. If you don't, any stimulus will be presented in the screen center by default.&lt;div&gt;&lt;br/&gt;&lt;/div&gt;&amp;gt;&amp;nbsp; &lt;/font&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;So the pictures presentedshould differ depending on the experimental condition. Is it possible?&lt;div&gt;&lt;br/&gt;&lt;/div&gt;Yes, works just like counterbalancing in any other case. For efficiency you'll want to do something like&lt;div&gt;&lt;br/&gt;&lt;/div&gt;&amp;lt;picture instructionspic&amp;gt;&lt;div&gt;/ items = ("Firstgroup.jpg", "Secondgroup.jpg")&lt;div&gt;[...]&lt;div&gt;/ select = values.expcondition&lt;/div&gt;&lt;div&gt;&amp;lt;/picture&amp;gt;&lt;br/&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br/&gt;&lt;/div&gt;&lt;div&gt;&lt;br/&gt;&lt;/div&gt;&lt;/div&gt;&lt;/font&gt;</description><pubDate>Thu, 08 May 2014 08:44:51 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: Adding picture to instruction page</title><link>https://forums.millisecond.com/Topic13230.aspx</link><description>&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;I’m also trying to add pictures to the instruction page, but somethingis not working. Pictures appear in the middle of the screen instead of where Iwould like them to be. I used the approach avoidance template that is online andthe instructions are&amp;nbsp;counterbalanced by group member. So the pictures presentedshould differ depending on the experimental condition. Is it possible? &lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&amp;nbsp;&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&amp;lt;item instructions&amp;gt;&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;/1 ="In the following task, you will be presented images either inlandscape or portrait format.&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;~n~nYour task is to:&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font face="Times New Roman"&gt;&lt;font color="#000000" size="3"&gt;~n* PULL the joystick towards you if you see an image in&amp;lt;%values.format1%&amp;gt;&lt;/font&gt;&lt;span style="mso-spacerun: yes;"&gt;&lt;font color="#000000" size="3"&gt;&amp;nbsp; &lt;/font&gt;&lt;/span&gt;&lt;font color="#000000" size="3"&gt;format &amp;lt;%values.picture1%&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;* PUSH the joystick away from you if you see an image in&amp;lt;%values.format2%&amp;gt; format &amp;lt;%values.picture2%&amp;gt; ."&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&amp;lt;/item&amp;gt;&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&amp;nbsp;&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&amp;lt;picture picture1&amp;gt;&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;/ items = ("grayrectangle_L.jpg")&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;/ size = (10%, 10%)&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&amp;lt;/picture&amp;gt;&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&amp;nbsp;&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&amp;lt;picture picture2&amp;gt;&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;/ items = ("grayrectangle_P.jpg")&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;/ size = (10%,10%)&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&amp;lt;/picture&amp;gt;&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&amp;nbsp;&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&amp;lt;item picture1&amp;gt;&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;/1 = "grayrectangle_L.jpg"&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&amp;lt;/item&amp;gt;&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&amp;nbsp;&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&amp;lt;item picture2&amp;gt;&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;/1 = "grayrectangle_P.jpg"&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&amp;lt;/item&amp;gt;&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&amp;nbsp;&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&amp;lt;text instructions&amp;gt;&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;/items = instructions&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;/select = sequence&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;/position = (50%, 50%)&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;/ fontstyle = ("Arial", 3%, false, false, false, false, 5, 0)&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;/txcolor = black&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;/txbgcolor = (transparent)&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;/resetinterval = 3&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;/size = (80%, 80%)&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&amp;lt;/text&amp;gt;&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&amp;nbsp;&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&amp;lt;trial instructions&amp;gt;&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;/stimulusframes = [1 = instructions, picture1, picture2]&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;/validresponse = ("left")&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;/recorddata = false&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;/branch = [trial.instruct_joystickrest]&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&amp;lt;/trial&amp;gt;&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&amp;nbsp;&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&amp;lt;block instructions&amp;gt;&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;/bgstim = (picture1, picture2)&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;/trials = [1 = instructions]&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;/recorddata = false&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&amp;lt;/block&amp;gt;&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&amp;nbsp;&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;********************************&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;EXPERIMENT &lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;*********************************&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&amp;lt;expt &amp;gt;&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;/ onexptbegin = [values.expcondition = 1]&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;/ onexptbegin = [values.format1 = "PORTRAIT"; values.format2= "LANDSCAPE"]&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;/ onexptbegin = [values.picture1 = picture2; values.picture2 = picture1]&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;/ subjects = (1 of 2)&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;/groupassignment = groupnumber&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;/ onexptbegin = [values.startheight_A =values.Startheight_ratioA*values.Maxheight_px]&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;/ onexptbegin = [values.startheight_B = values.Startheight_ratioB*values.Maxheight_px]&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;/ blocks = [1 = SequenceGenerator; 2 = id; 3 = practice_AAT; 4 = AAT]&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;/ postinstructions = (End)&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&amp;lt;/expt&amp;gt;&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&amp;nbsp;&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&amp;lt;expt &amp;gt;&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;/ onexptbegin = [values.expcondition = 2]&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;/ onexptbegin = [values.format2 = "PORTRAIT"; values.format1= "LANDSCAPE"]&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;/ onexptbegin = [values.picture2 = picture2; values.picture1 = picture1]&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&amp;nbsp;&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;/ subjects = (2 of 2)&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;/groupassignment = groupnumber&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;/ onexptbegin = [values.startheight_A =values.Startheight_ratioA*values.Maxheight_px]&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;/ onexptbegin = [values.startheight_B =values.Startheight_ratioB*values.Maxheight_px]&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;/ blocks = [1 = SequenceGenerator; 2 = id; 3 = practice_AAT; 4 = AAT]&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;/ postinstructions = (End)&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;&lt;p style="margin: 0cm 0cm 0pt; line-height: normal;"&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&amp;lt;/expt&amp;gt;&lt;/font&gt;&lt;/p&gt;&lt;font color="#000000" face="Times New Roman" size="3"&gt;&lt;/font&gt;</description><pubDate>Thu, 08 May 2014 08:32:32 GMT</pubDate><dc:creator>Emilie</dc:creator></item><item><title>RE: Adding picture to instruction page</title><link>https://forums.millisecond.com/Topic4495.aspx</link><description>&lt;p&gt;Hey Celeste,&lt;/p&gt;
&lt;p&gt;To solve your problem is to put the picture in the /stimulustimes of the myinstructions2 trial. You will have to fool around with the position of the picture a bit, but you'll probably get it right. Because you've uploaded the data file (.dat) instead of the experiment file (.exp), I couldn't check your script, but the picture is probably put behind another element. &amp;nbsp;Try adding /txbgcolor = (transparent) to the &amp;lt;text&amp;gt; element.&lt;br /&gt;Also, if you would like your picture to be between to different lines, you should maybe use either two text elements for the sentence beneath the smiley/picture, or you could use ~n to indicate a newline in your text (so putting multiple ~n behind a sentence will create a clear space).&lt;/p&gt;
&lt;p&gt;Hope this helped,&lt;br /&gt;&lt;br /&gt;Ivor&amp;nbsp;&lt;/p&gt;</description><pubDate>Wed, 19 May 2010 12:05:58 GMT</pubDate><dc:creator>IvoR</dc:creator></item></channel></rss>