Difficulty programming Inquisit to present a picture


Author
Message
gregorypaquin
gregorypaquin
Associate Member (200 reputation)Associate Member (200 reputation)Associate Member (200 reputation)Associate Member (200 reputation)Associate Member (200 reputation)Associate Member (200 reputation)Associate Member (200 reputation)Associate Member (200 reputation)Associate Member (200 reputation)
Group: Forum Members
Posts: 1, Visits: 18
Dear anyone who can help! 

I've tried programming Inquisit 4 to present a picture in a survey page with text on the top of the page.  I've used several different methods of programming.  I've also tried saving the image as jpeg, bmp, and png.  No errors are found in the code.  However, when I run it I get the text on top of a blank page.  Here is one of the methods I've tried:
____________________________________________________________________________________________

<surveypage alcoholpresent1>
/ caption="Please read the following news article carefully. You will be asked to answer a few questions about the article next."
</surveypage>

<picture SAalcoholpresent>
/ items = ("SAalcoholpresent.jpg")
/ valign = Center
</picture>

_____________________________________________________________________________________________

<survey alcoholpresent>
/ pages = [1=alcoholpresent1]
/ responsefontstyle = ("Verdana", -12, false, false, false, false, 5, 0)
/ itemfontstyle = ("Verdana", -13, false, false, false, false, 5, 0)
/ itemspacing = 4%
/ showpagenumbers = false
</survey>

Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 12K, Visits: 98K
To present an image on a <surveypage> either:

(1) Set up an <image> element and display it via the page's /questions attribute just like any other survey-type question. This is the recommended method.

(2) Set up a <picture> element and display it via the page's /stimulusframes.

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search