Text Insertion for basic text stimuli


Author
Message
vicki.rivera
vicki.rivera
Associate Member (50 reputation)Associate Member (50 reputation)Associate Member (50 reputation)Associate Member (50 reputation)Associate Member (50 reputation)Associate Member (50 reputation)Associate Member (50 reputation)Associate Member (50 reputation)Associate Member (50 reputation)
Group: Forum Members
Posts: 10, Visits: 30

Hello,
I have what feels like a very simple question, but that I haven't been able to find the answer to in either the manual or the forum! I would like to insert / pipe the text of a text stimulus into other parts of the script. Essentially, in our task, we will have participants read about a person and some of their behaviors. Each participant will only read about one person whose name is selected from an item list. I would like to pipe the name that is selected for the participant into the instruction pages. Right now, I currently have it in the page element as "<%text.novelperson.currentitem%>", but this does not return the item that is actually selected for the participant's later trials. I have included some of the code below.

<text novelperson>
/ items = novelperson
/ selectionrate = experiment
/ position = (50%, 90%)
/ fontstyle = ("Arial", 6%, true)
</text>

<item novelperson>
/ 1 = "EMERSON"
/ 2 = "DAKOTA"
/ 3 = "SHILOH"
/ 4 = "RORY"
/ 5 = "SKYLER"
/ 6 = "CHARLIE"
/ 7 = "BLAKE"
/ 8 = "TATUM"
</item>

<page novelperson_intro1>
<br>
<h3><center>Today, you will be reading about <%text.novelperson.currentitem%>.</h3></center>
</page>

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Threaded View

Reading This Topic

Explore
Messages
Mentions
Search