- Posts: 9
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
I'm not sure, but to me this looks like quiz. My answer to the unknown question would be 1Joffm wrote: Oh, I didn't realize that the 5 answer options correspondent to the five parts of the image.
<style type="text/css"> #question{QID} .ls-answers { margin: 0 0 10px 0; } #question{QID} .ls-answers > ul { display:block; } #question{QID} .answer-item { display: block; position: absolute; width: auto; margin: -15px 0 0 -2%; left: 54.5%; } #question{QID} .answer-item:nth-child(2) { left: 64.95%; } #question{QID} .answer-item:nth-child(3) { left: 75.4%; } #question{QID} .answer-item:nth-child(4) { left: 85.85%; } #question{QID} .answer-item:nth-child(5) { left: 96.3%; } </style>