- Posts: 33
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
<style type="text/css"> .answer_cell_000, .answer_cell_0 { background-color: #eee !important; border-left: 1px solid red !important; border-right: 1px solid red !important; } </style>
$('.normal-item:last', this).removeClass('normal-item').addClass('exlusive-item')
$('.normal-item:first', this).removeClass('normal-item').addClass('exlusive-item')
I have "array" type question, and I need people to select exactly 4 answers.
Question translates to following - "Please select priority in which you would prefer to listen to following radio stations". And they select "1st priority", 2nd, and so on un to fourth.