- Posts: 5
- Thank you received: 1
Ask the community, share ideas, and connect with other LimeSurvey users!
IAR.fixPreview = function() { // Remove the 'hidden' and 'irrelevant' classes. document.querySelectorAll('div,ul,li').forEach(el => el.classList.remove('ls-hidden', 'ls-irrelevant')); }
Please Log in to join the conversation.
Yes : it's the desired behavior !First of all, if you open a question group in the middle of a survey that has a condition set, it doesn't disable the condition checks, and the preview is usually of a mostly empty page as all the questions in the group are hidden by default. Not a particularly good design for a PREVIEW! See the first attachment for an example.
Start by community.limesurvey.org/feature-request/ or community.limesurvey.org/bug-tracker/Any suggestions for how to correct this broken user experience?
Please Log in to join the conversation.
Please Log in to join the conversation.