Welcome to the LimeSurvey Community Forum

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

In Array(Number) Question Can Apply Logic Answer Option

More
2 hours 52 minutes ago - 2 hours 13 minutes ago #274980 by rajkumar_dms
Please help us help you and fill where relevant:
Your LimeSurvey version: [6.17.17]
Own server or LimeSurvey hosting:Cloud
Survey theme/template:
==================
Hello,

I have matrix question with multiple check boxed question but i want to apply logic for some subquestion we need show some answer option not all answer option ,for this please look into the attachment (Black means not to show these option for particular brand) and then the option selected for particular subestion then only that option only shows in the next question 
 

 
Last edit: 2 hours 13 minutes ago by rajkumar_dms.

Please Log in to join the conversation.

More
2 hours 40 minutes ago #274981 by jelo
That is not supported out of the box
If you want help to implement that question you will raise your chances if you provide the LimeSurvey version you use and a LSS export with exact that one question as far as you have it implemented.

Personally I wouldn't present such big array questions. The drop out rate is very high and mobile devices won't be able to show them in that way.
Good luck.

The meaning of the word "stable" for users
www.limesurvey.org/forum/development/117...ord-stable-for-users

Please Log in to join the conversation.

More
2 hours 11 minutes ago #274982 by rajkumar_dms
We are using cloud version 6.17.17
here is lss file

Please Log in to join the conversation.

More
1 hour 57 minutes ago #274983 by Joffm
So, you want to achieve something like this
 

This is quite easy to implement
Code:
<script type="text/javascript" charset="utf-8">
$(document).ready(function() {
    // Remove in row 1
    $('#question{QID} tr[id^="javatbd"]:eq(0) .checkbox-item:eq(0) *').remove();
    $('#question{QID} tr[id^="javatbd"]:eq(0) .checkbox-item:eq(1) *').remove();
 
    // Remove in row 6
  $('#question{QID} tr[id^="javatbd"]:eq(5) .checkbox-item:eq(3) *').remove();
   $('#question{QID} tr[id^="javatbd"]:eq(5) .checkbox-item:eq(4) *').remove();
 
   // Remove in row 7
  $('#question{QID} tr[id^="javatbd"]:eq(6) .checkbox-item:eq(0) *').remove();
   $('#question{QID} tr[id^="javatbd"]:eq(6) .checkbox-item:eq(1) *').remove();
   $('#question{QID} tr[id^="javatbd"]:eq(6) .checkbox-item:eq(3) *').remove();
   $('#question{QID} tr[id^="javatbd"]:eq(6) .checkbox-item:eq(4) *').remove();
});
</script>

Well, I will have a look at your lss.
But - as jelo - it might be difficult to display such a question.

Joffm
 

Volunteers are not paid.
Not because they are worthless, but because they are priceless

Please Log in to join the conversation.

More
1 hour 52 minutes ago - 1 hour 50 minutes ago #274984 by Joffm
What do you want to display in question D?
And how do you expect the array filter on question C to work?

Joffm

Volunteers are not paid.
Not because they are worthless, but because they are priceless
Last edit: 1 hour 50 minutes ago by Joffm.

Please Log in to join the conversation.

More
1 hour 42 minutes ago #274985 by rajkumar_dms
In question D we want to show those option selected in Question C for each sub question ,for Question C ask Those option selected in Question B

Please Log in to join the conversation.

More
39 minutes ago #274987 by Joffm
Hi,
BA2C and BA2D seem to be identical questions.

So what exactly shall be shown in BA2D?
Show an example!
Just draw a picture with some selected options in BA2C and then show how BA2D is to be displayed.

Joffm
 

Volunteers are not paid.
Not because they are worthless, but because they are priceless

Please Log in to join the conversation.

Moderators: tpartnerholch

Lime-years ahead

Online-surveys for every purse and purpose