- Posts: 146
- Thank you received: 2
Ask the community, share ideas, and connect with other LimeSurvey users!
OMdev wrote: Do you have input fields in first column as well(a....,b... etc) ?
if no
array number --> advance settings [Text inputs = Yes]
if Yes
Need some javascript .
Mazi wrote: You can add a question of type "multiple short text" before that question and ask something like "Please enter details about XYZ" to let the user enter the open texts there.
Then use array filter feature at the follow up "Array Numbers" question to only show rows for which a text exists. You can display the text of the previous question using placeholders. If the multiple short question uses question code "q22" and the sub-questions are numbered 1 to X use:
{q22_1.NAOK}
{q22_2.NAOK}
{q22_x.NAOK}
Mazi wrote: Did you already try to create a sample survey using a multiple short text + Array numbers question?
Please do so and attach the LSS file.
sum(self.sq_curr) == 100 OR sum(self.sq_ago) == 100
tpartner wrote: Given your x-scale codes of "curr" and "ago", the question validation equation would be:
Code:sum(self.sq_curr) == 100 OR sum(self.sq_ago) == 100
Question attached:
I don't understand. You said "validate whether the sum of first column or the second column add up to 100". In that case, the respondent is not supposed to be allowed to proceed unless that requirement is met.Thank you very much! Another question, even this question is not mandatory, if the respondent doesn't respond to this question, he can not go ahead with other questions. How should I do with this? thanks again!
tpartner wrote:
I don't understand. You said "validate whether the sum of first column or the second column add up to 100". In that case, the respondent is not supposed to be allowed to proceed unless that requirement is met.Thank you very much! Another question, even this question is not mandatory, if the respondent doesn't respond to this question, he can not go ahead with other questions. How should I do with this? thanks again!