The LimeSurvey Fund-Raiser 2012 is complete. Thank you for donating a total of 25,000 USD!     List of donors »

Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Suppress one option in an Array Dual Scale question

Suppress one option in an Array Dual Scale question 6 months 3 weeks ago #87510

  • tfj
  • tfj's Avatar
  • OFFLINE
  • Platinum Donor
  • Posts: 80
  • Thank you received: 6
  • Karma: 4
In an Array Dual scale question type, is it possible to suppress one answer option for one(or more)of the subquestions?

For example, please see the attached pdf file. The first question is not asked in the first of the scales, but is asked in the second. (This is just an example . . . the actual question has many subquestions.)

I realize that I could split the question into parts, but this would make it harder for the data analysts.

I am using version 1.92+, build 120919.

Thanks!

tfj
Attachments:
The administrator has disabled public write access.

Re: Suppress one option in an Array Dual Scale question 6 months 3 weeks ago #87517

  • DenisChenu
  • DenisChenu's Avatar
  • OFFLINE
  • Moderator Lime
  • Posts: 4374
  • Thank you received: 451
  • Karma: 165
Hello,

There are no included system to do that. You can hide the input.checkbox in javascript.

Denis
The administrator has disabled public write access.

Re: Suppress one option in an Array Dual Scale question 6 months 3 weeks ago #87607

  • tfj
  • tfj's Avatar
  • OFFLINE
  • Platinum Donor
  • Posts: 80
  • Thank you received: 6
  • Karma: 4
Thanks, Denis.

If anyone on the forum has done this, would you please share your technique?

tfj
The administrator has disabled public write access.

Re: Suppress one option in an Array Dual Scale question 6 months 2 weeks ago #87610

  • DenisChenu
  • DenisChenu's Avatar
  • OFFLINE
  • Moderator Lime
  • Posts: 4374
  • Thank you received: 451
  • Karma: 165
Hello,

If i made no error,

For 1st scale: S1A1,S1A2,S1A3
For 2nd scale: S1A1,S1A2,S1A3

For subQ: SQ001,SQ002 ....

Hide SQ001 / S1A1:
$("#question{QID} .javatb{SGQ}SQ001 .answer_cell_1_00S1A1 input.radio").hide();

Hide SQ002 / S2A3:
$("#question{QID} .javatb{SGQ}SQ003 .answer_cell_2_00S2A3 input.radio").hide();

(in
$(function() {});
)
The administrator has disabled public write access.

Re: Suppress one option in an Array Dual Scale question 6 months 2 weeks ago #87611

  • tfj
  • tfj's Avatar
  • OFFLINE
  • Platinum Donor
  • Posts: 80
  • Thank you received: 6
  • Karma: 4
Thanks, Denis! I'll have a look.

tfj
The administrator has disabled public write access.
  • Page:
  • 1
Moderators: DenisChenu, ITEd
Time to create page: 0.191 seconds
Donation Image