response box recommendations?


Author
Message
Ine
Ine
Respected Member (330 reputation)Respected Member (330 reputation)Respected Member (330 reputation)Respected Member (330 reputation)Respected Member (330 reputation)Respected Member (330 reputation)Respected Member (330 reputation)Respected Member (330 reputation)Respected Member (330 reputation)
Group: Forum Members
Posts: 1, Visits: 1

Hello,


I'm plannig to run an inquisit-experiment with elderly people (+75). To make responding as simply as possible for them, I would like to work with response boxes. What response boxes can you recommend me? I would prefer to work with response boxes with a simple design (I only need two answerpossibilities).


Thanks,


Ine


IvoR
IvoR
Guru (6.6K reputation)Guru (6.6K reputation)Guru (6.6K reputation)Guru (6.6K reputation)Guru (6.6K reputation)Guru (6.6K reputation)Guru (6.6K reputation)Guru (6.6K reputation)Guru (6.6K reputation)
Group: Forum Members
Posts: 99, Visits: 1
Hey Ine,

Are you using Inquisit 2 or Inquisit 3? If it's the latter, in the future, you should post in the Inquisit 3.0 subforum =)

There are a few options which can help you, but I think radiobuttons is the most elegant solution in your case. It is pretty straightforward. But you can compare the different possibilities with the script you can find below.

Good luck with your experiment!

Ivor

~~~ Script with different responsestyles ~~~

<listbox q1>
/ caption="Who was the first president of the United States:"
/ options=("George Washington", "Abraham Lincoln", "Thomas Jefferson")
/ required=true
</listbox>

<radiobuttons q2>
/ caption="Who was the first president of the United States:"
/ options=("George Washington", "Abraham Lincoln", "Thomas Jefferson")
/ required=true
</radiobuttons>

<dropdown q3>
/ caption="Who was the first president of the United States:"
/ options=("George Washington", "Abraham Lincoln", "Thomas Jefferson")
/ required=true
</dropdown>

<surveypage questions>
/questions = [1=q1; 2 = q2; 3 = q3]
</surveypage>

<survey questions1to3>
/pages = [1 = questions]
</survey>

<expt surveyelderly>
/blocks = [1 = questions1to3]
</expt>

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search