Welcome to the LimeSurvey Community Forum

Ask the community, share ideas, and connect with other LimeSurvey users!

Array Answer Limitation【urgency】

More
6 years 7 months ago #179401 by surveySn


If Question 1 chooses agree and Strongly agree, then Question 2 cannot choose agree and Strongly agree.



Can it be achieved?

File Attachment:

File Name: limesurvey...9161.lss
File Size:16.81 KB
More
6 years 7 months ago #179409 by DenisChenu
urgency and workaround on same topic ?

www.limesurvey.com/support is open (or support.sondages.pro/ )

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. - Professional support - Plugins, theme and development .
I don't answer to private message.
The topic has been locked.
More
6 years 7 months ago #179413 by surveySn
I helped a middle school with the survey. There was no money.:blink:
The topic has been locked.
More
6 years 7 months ago - 6 years 7 months ago #179414 by tpartner
I would try to come up with another question design. I think this will be very confusing for the respondent.

- I choose Agree in Q1 - Strongly disagree and Disagree are disabled in Q2.

- I then choose Disagree in Q2 - Strongly agree and Agree are disabled in Q1.

- Now, the only way I can reverse those answers is to select Maybe in both questions.

Cheers,
Tony Partner

Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
Last edit: 6 years 7 months ago by tpartner.
The topic has been locked.
More
6 years 7 months ago #179416 by DenisChenu
Not disable radio, but can disable the answer

www.limesurvey.org/manual/Question_type_...28em_validation_q.29
Code:
!(
QQ_SQ1=="5" and (QQ_SQ2=="5" or QQ_SQ2=="4")
QQ_SQ1=="4" and (QQ_SQ2=="5" or QQ_SQ2=="4")
)
For the 2nd according to 1st line

Nee 1st according to 2nd after etc …

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. - Professional support - Plugins, theme and development .
I don't answer to private message.
The topic has been locked.
More
6 years 7 months ago #179418 by gabrieljenik
I am thinking about different approaches.

# Approach #1
Have each line to be a separate radio question with exclusive filtering relating one to the other.
If radio doesn't allow inverse filtering, you could try checkbox with maxanswers=1

# Approach #2
Have 2 separate questions, each of type Array By Column.
www.limesurvey.org/manual/Question_types/en#Array_by_column
That way they will be able to select agree on either "I like" or "I don't like"

Hope it helps!

Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.

Checkout our Reporting Solutions and our plugin shop at www.encuesta.biz .

The topic has been locked.
More
6 years 7 months ago #179420 by surveySn

File Attachment:

File Name: limesurvey...1611.lss
File Size:16.21 KB



Could you help me see it?
the lss,
thank you very much,
More
6 years 7 months ago #179421 by DenisChenu
Code:
!(
QQ_SQ1=="5" and (QQ_SQ2=="5" or QQ_SQ2=="4")
and
QQ_SQ1=="4" and (QQ_SQ2=="5" or QQ_SQ2=="4")
)

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. - Professional support - Plugins, theme and development .
I don't answer to private message.
The topic has been locked.
More
6 years 7 months ago #179422 by surveySn

File Attachment:

File Name: limesurvey...1612.lss
File Size:16.21 KB

Not working:(
The topic has been locked.
More
6 years 7 months ago #179423 by surveySn
!(
QQ_SQ1=="5" and (QQ_SQ2=="5" or QQ_SQ2=="4")
or
QQ_SQ1=="4" and (QQ_SQ2=="5" or QQ_SQ2=="4")
)
The topic has been locked.
More
6 years 7 months ago #179425 by DenisChenu
And yes, negate the and become or …

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. - Professional support - Plugins, theme and development .
I don't answer to private message.
The topic has been locked.
More
6 years 7 months ago #179426 by surveySn
Great Denis Chenu
The topic has been locked.
Moderators: tpartnerholch

Lime-years ahead

Online-surveys for every purse and purpose