Dear Inquisit Team.
I have two questions regarding the Questionnaire.
First: I want 2 additional anchors below the questions so that i have a semantic differential like:
How appropriate do you think a (BE) is for the company that makes product (MM)?
/ anchors = [1="Inconsistent"; 5="Consistent"]/ anchors = [1="different"; 5="similar"] / anchors = [1="unrepresentativ"; 5="representativ"]
If I just add on the additional anchors, I am getting : /anchors: Illegal redefinition of selection 1.
Next Question is: How can I get more than one question on one page. I want the Questions coming up in blocks. So I have one construct per page. Is that possible?
Thank you for your kind help.
Annika
Although you didn't mention it specifically, I assume you're currently using Inquisit's <likert> element, aren't you? Note that you cannot display multiple <likert> elements on a single page. For that you'll have to switch to using Inquisit's survey-type question formats (e.g. <radiobuttons>) along with a properly defined <surveypage> to display the questions.
~Dave
"To understand recursion, you must first understand recursion." - Unknown Zen Master
Hey Dave,
thanks for your really fast answer. You are totally right with your assumption . I will try it with the radiobuttons.
Let me know if you run into problems or need any assistance with this!