- Posts: 222
- Thank you received: 10
Ask the community, share ideas, and connect with other LimeSurvey users!
.radio-item label::before { border-radius: 3px; } .radio-item input[type="radio"]:checked + label::after { font-family: "FontAwesome"; content: "\f00c"; } .checkbox-item label::before { border-radius: 50%; } .checkbox-item input[type="checkbox"]:checked label::after { background:#000; border-radius: 50%; content: ""; }
Let's wait for the reason. Perhaps to have subquestion relevance on single choice question?holch wrote: Design should not change this learned behaviour, it would be a usability disaster.
Totally unaccessible and not a11y or RGAA compatible …jelo wrote: But most forms and survey-tools now allow to remove a radio button click and make the question unanswered. Not the default behavior, but an improvement. …
I don't force anyone to care. I personally don't care about radio button deselction. I just described surveytools out of the LimeSurvey bubbleDenisChenu wrote: Of not because other tool don't care about accessibility we must don't care too …
DenisChenu wrote: ???? Tell me a real good reason to do this …
Else start by something like this at end of your template.css
Code:.radio-item label::before { border-radius: 3px; } .radio-item input[type="radio"]:checked + label::after { font-family: "FontAwesome"; content: "\f00c"; } .checkbox-item label::before { border-radius: 50%; } .checkbox-item input[type="checkbox"]:checked label::after { background:#000; border-radius: 50%; content: ""; }
holch wrote: Radio buttons and check boxes are not a layout or design choice, but people have actually learned that those things have different behaviours. users generally know that you can only choose one option out of several radio buttons and that you can mark more than one check box in a set of check boxes.
Design should not change this learned behaviour, it would be a usability disaster.
people who rarely fill out surveys don't know or care about the common usage of icons, symbols, etc.
You need a radio button + a comment checkbox.krosser wrote: I just had to hide some comment boxes in certain questions. There is only one question that has no comment boxes and that is why a simple radio list could be used.
Why not? They can only select one answer so why the need for multiple text inputs? I think Denis' second suggestion is perfect - a list radio followed by a text question displayed conditionally on the radios answer.I need an individual comment box next to several answer choices and one single comment box for all wouldn't work for that.