Hi,
first question: Which version?
that each category contains 10 adjectives
at least 10 adjectives for each category
So, not at least, but exactly 10, or?
If you use a question of type array it is a simple counting.
So insert into "Logic / question validation equation"
countif("1",self.NAOK)==10 AND countif("2",self.NAOK)==10 AND countif("3",self.NAOK)==10
About "countif" read
www.limesurvey.org/manual/ExpressionScri...mplemented_functions
And you see I coded the categories "1", "2", "3".
And add a "question validation tip" to tell your participants.
And for the display:
Exactly the same:
insert into the question text or the help text something like:
Category 1: {countif("1",self.NAOK)}
Category 2: {countif("2",self.NAOK)}
Category 3: {countif("3",self.NAOK)}
You may style it to your needs.
Joffm