Hi,
1. There is something obsolete in the script.
This script sets the third column to "readonly", if there is a certain condition in the second column.
This has to be removed.
And this line of code
$('select[name="select1"] option[value="2"]').attr('selected','selected');
You enter the validation equation in "question validation equation" in "Logic"
To understand the "self" variable, please read here
[url]
www.limesurvey.org/manual/ExpressionScri....22that.22_variables
[/url]
In short: "self" is replaced by the actual question code; so you have not to care about.
Therefore, enter this
unique(self.sq_SQ001_X001,self.sq_SQ001_X002,self.sq_SQ001_X003) and
unique(self.sq_SQ002_X001,self.sq_SQ002_X002,self.sq_SQ002_X003) and
...
for all subquestions.
And a "question validation tip" to explain
2. Here you do exactly the same.
But how do you want the participants to select the "Gemeinde"?
Also a drop-down?
Or an "autocomplete"-solution?
Both is possible.
Later I will send an example.
Joffm
And regarding the initial questions.
Weren't they displayed when you created this topic?