- Posts: 24
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
SurveyDennis wrote: Hi, I have indeed changed this a little bit.
Example and download can be found here:
www.surveydesigners.com/ls/qt-clickable-images-as-answers/
Invalid consumer key/secret in configurationWorking on my new #mrx survey layout moving away from survey tools = free your mind and dont get limited
Invalid consumer key/secret in configurationIt's never too late to start over - removed all my blogposts - start fresh & clean again -
getting away from my surveydesigner's block
Some demo lss files (including for clickable images) still available at surveydesigners.com websiteHolch wrote: Actually we would need to save the internet offline
A good example....this source of information, which had some pretty interesting stuff regarding Limesurvey
My opinion: keep on...I try to save as much as I can, even if it actually doesn't make much sense.
<style type="text/css">/* Add box around answer option */ input[type=radio] + label+div::before { font-family: FontAwesome; content: "\f06a";} input[type=radio]:checked +label+div::before { font-family: FontAwesome; content: "\f07a";} input[type=radio] + label+div { color: #ccc; font-style: italic; padding: 10px; border: 1px solid #f1f1f1; margin-left: -20px !important; } input[type=radio]:checked + label+div { color: #f00; font-style: normal; padding: 10px; border: 1px solid green; margin-left: -20px !important; } .radio label::before { visibility: hidden !important; } .radio label::after { visibility: hidden !important; } </style>