Group: Forum Members
Posts: 13,
Visits: 65
|
Hi,
I want to refer to values in the stimulustimes attribute, specifically, in the name of a certain variable. However, referring to it via <%values.value %> as I would do in a text does not seem to work.
Is there any other way to refer to the value of a certain value ?
For instance:
<picture man1> / items = ("man1.jpg") </picture>
<picture man2> / items = ("man2.jpg") </picture>
<values> / valueA=1 </values>
<trial firsttrial> / stimulustimes = [0=man<% values.value1 %>] / ontrialend = values.valueA1=2 ] </trial>
|