Group: Forum Members
Posts: 27,
Visits: 47
|
Hi,
There are two questions that I am currently stuck on.
I have 5 folders of pictures.
I know that I can tell inquisit to use pictures of a given folder in this way:
<pictures a>
/1 = "folder 1/picture a.jpg"
</picture>
What I would like to know, however, is if there is an elegant solution to tell inquisit to select a different folder, depending on the participant number?
For example:
If the participant number is 3, I want to use pictures from folder 1. If the participant number is 2, use pictures from folder 4, etc.
I currently do it by using 4 slightly different versions of the task, but I would like to combine it all into a single version if possible.
The other question I have concerns the following:
<radiobuttons faces_danger_recall> / caption = "" / options = ("Veilig ", "Gevaarlijk") / required = true / position = (30%, 80%) / orientation = horizontal </radiobuttons>
<radiobuttons faces_location_recall> / caption = "" / options = ("Huis ", "Appartement") / required = true / position = (31%, 80%) / orientation = horizontal </radiobuttons>
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Placing the recall questions in a surveypage &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
<surveypage faces_danger_recall> / questions = [1 = faces_danger_recall] / stimulusframes = [1 = faces_no_info_default] / showpagenumbers = false / showquestionnumbers = false / showmousecursor = true / finishlabel = "Volgende" / nextbuttonposition = (90%, 90%) / fontstyle = ("Times New Roman", 36, false, false, false, false, 5) </surveypage>
<surveypage faces_location_recall> / questions = [1 = faces_location_recall] / stimulusframes = [1 = faces_no_info_default2] / showpagenumbers = false / showquestionnumbers = false / showmousecursor = true / finishlabel = "Volgende" / nextbuttonposition = (90%, 90%) / fontstyle = ("Times New Roman", 36, false, false, false, false, 5) </surveypage>
I was wondering if there is any way to change the spacing between the options of the radiobuttions. I know that I can use /itemspacing to change the spacing between multiple items. But is there a way to do this within radiobuttons itself? And if so, does it matter if the item is shown horizontally of vertically? Right now, I just use empty spaces to space them out, but it would be nice if there is a more elegant way.
|