pictures with words description


Author
Message
中风的少女
中风的少女
Partner Member (689 reputation)Partner Member (689 reputation)Partner Member (689 reputation)Partner Member (689 reputation)Partner Member (689 reputation)Partner Member (689 reputation)Partner Member (689 reputation)Partner Member (689 reputation)Partner Member (689 reputation)
Group: Awaiting Activation
Posts: 6, Visits: 59
Hi! I am new to the inquisit and my task will be very simple...(I guess that is why I could not find a similar script to modify...)
After the instruction, I need to present a series of pictures in sequence as well as the word description in the same page.  The input device will be the keyboard and there is no right /wrong answer. I just need to record the answer. 
Where should I start...I am really confused. I try to modify the " famous face test" but failed since it seems far more complex than what I need.
Need some guidance.
ThnX!! 
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: 13K, Visits: 104K
This should be fairly simple to set up. To do so,

(1) Work through the tutorials contained in the Inquisit documentation, and
(2) Read the "How to present stimulus pairs" topic in the how-to section.

In essence, your script will look somewhat like this:

<picture mypicture>
/ items = ("A.jpg", "B.jpg", "C.jpg")
/ select = sequence
</picture>

<text mytext>
/ items = ("Description of A.jpg", "Description of B.jpg", "Description of C.jpg")
/ select = picture.mypicture.currentindex
/ position = (50%, 75%)
</text>

<trial mytrial>
/ stimulusframes = [1=mypicture, mytext]
/ validresponse = ("D", "K")
</trial>

<block myblock>
/ preinstructions = (intro)
/ postinstructions = (end)
/ trials = [1-3=mytrial]
</block>

<page intro>
^instructions go here
</page>

<page end>
^the end
</page>

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search