Please help us help you and fill where relevant: Your LimeSurvey version: [Version 5.3.13] Own server or LimeSurvey hosting: Survey theme/template:
==================
Hi,
in my survey, I have a question of the type "multiple numerical input" with 8 subquestions. In the next question, I want to show a text (has to be the same page). For this text, I want to use a condition so that it is only displayed if all 8 subquestions are answered. Currently, I am using this code: {!is_empty(q6_SQ001) and !is_empty(q6_SQ002) and !is_empty(q6_SQ003 etc} which isn't very efficient. Is there any better way to do this?