Group: Forum Members
Posts: 6,
Visits: 17
|
Hi,
I understand that I need to use this syntax for combining text and properties / values and when defining the items attribute in a stimulis.
But, Do I also need to use this syntax when inserting a value within a textbox (survey) element or with a boolean expression as seen in the following example?
<textbox Age> / Caption = “Age” / mask = integer / range (16,80) / value.ageans = <%textbox.Age.response%> </textbox> <dropdown Gender> / caption = "Select Gender" / options = ("female", "male") If (<%dropdown.gender.caption>% == “female”) {value.genderans=0} Else {value.genderans=1} </dropdown>
Thanks!
|