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: 'other' options within multiple choice question became readonly in Build 120725

'other' options within multiple choice question became readonly in Build 120725 9 months 3 weeks ago #83961

hi All..
i'm using limesurvey version 1.92+ Build 120725
currently i'm creating multiple choice question with other options. My problem is the 'other' options became readonly and the related checkbox is invisible. How can I solve this?

Thanks
Capture.PNG
The administrator has disabled public write access.

Re: 'other' options within multiple choice question became readonly in Build 120725 9 months 3 weeks ago #83964

  • DenisChenu
  • DenisChenu's Avatar
  • OFFLINE
  • Moderator Lime
  • Posts: 4409
  • Thank you received: 456
  • Karma: 166
Hello,

It's a personnal template (adpated from citronade) ? If yes , see if you have something in template.js for ".answers li input.checkbox" and remove it.

Denis
The administrator has disabled public write access.

Re: 'other' options within multiple choice question became readonly in Build 120725 9 months 1 week ago #84490

  • todernst
  • todernst's Avatar
  • OFFLINE
  • Fresh Lemon
  • Posts: 3
  • Karma: 0
Hi, I'm having the same issue and can not find the same line of code to fix in my template.js file. I was using the same build at first but have recently updated to the most current version.

The only active code I have in the file is the following:

function focusFirst(Event)
{
var i=0;
// count up as long as the elements are hidden
while(document.forms[0].elements.type == "hidden" &&
document.forms[0].elements.style.visibility == 'visible')
{
i++;
}
// put focus on the element we just counted.
if (document.forms[0].elements.type == "hidden" &&
document.forms[0].elements.style.visibility == 'visible')
{
document.forms[0].elements.focus();
}
return;
}
The administrator has disabled public write access.

Re: 'other' options within multiple choice question became readonly in Build 120725 9 months 1 week ago #84496

  • TMSWhite
  • TMSWhite's Avatar
  • OFFLINE
  • LimeSurvey Team
  • Posts: 751
  • Thank you received: 77
  • Karma: 33
The root problem is this commit, which removed the checkbox. Reverting that line restores the checkbox and the desired behavior.
The administrator has disabled public write access.
  • Page:
  • 1
Moderators: DenisChenu, ITEd
Time to create page: 0.198 seconds
Donation Image