LimeSurvey version: LimeSurvey Community Edition - Version 3.28.75+231006
Own server or LimeSurvey Cloud: Shared Hosting
Survey theme/template: Fruity
==================
I am revisiting a survey I created a few years ago and there is a problem with the Ranking display.
The survey asks users to score multiple answers on a 10 point choice array. There are several pages of these.
The answers are collected and then presented on a Ranking page where the user may select 8-12 of the answers.
When I am testing the questionnaire, the page that ought to show the answers for ranking does not show them. I looked at /assets/packages/limesurvey/survey.css and found this:
Code:
* Expression manager relevance system */ .js .ls-hidden{display:none}
If I comment out "display:none", I can see that the values are visible, but they cannot be dragged and dropped or added to the right column with a double-click.
Two screenshots attached.
Can anyone shed any light on why the ranking is not displaying correctly?