- Posts: 292
- Karma: -4
- Thank you received: 1
- Forum
- English support forums
- Design issues
- how to dynamic display the subqestions according to the input
how to dynamic display the subqestions according to the input
Please Log in or Create an account to join the conversation.
- DenisChenu
-
- Away
- LimeSurvey Community Team
-
- Posts: 8890
- Karma: 400
- Thank you received: 1469
But maybe self is not good here. Did you try with QQ_SQ001 ? (QQ is the code of the question).
Did you have a look at survey lofgic file for this question ?
Denis
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand (or search sondages pro).
An error happen ? Before make a new topic : remind the Debug mode .
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- DenisChenu
-
- Away
- LimeSurvey Community Team
-
- Posts: 8890
- Karma: 400
- Thank you received: 1469
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand (or search sondages pro).
An error happen ? Before make a new topic : remind the Debug mode .
Please Log in or Create an account to join the conversation.
Cheers,
Tony Partner
Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
Please Log in or Create an account to join the conversation.
Proper implentation in EM and GUI would need some work but I thought about adding a SQhide() function as a workaround. So users could add e.g. in the question text:
{if(!isempty(question1_1), "This is the subquestion text", SQhide(this.SGQA))}
This would probably just take a few hours to implement and test...maybe my weekend project

Please Log in or Create an account to join the conversation.
Bear in mind that, when hidden, you will also need to somehow render the sub-question irrelevant. So, the question will still pass a "Mandatory" requirement when hidden options are unanswered.
.
Cheers,
Tony Partner
Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
Please Log in or Create an account to join the conversation.
hmmm...
It seems large parts of subquestion relevance are already implemented, otherwise the array filter would not work. But there's no interface...no place to enter SQ relevance equations directly. Maybe an SQhide() function could influence SQ relevance directly and let EM do the actual hiding. Too much speculation...need to have a look at the code

Please Log in or Create an account to join the conversation.
I'm not a LimeSurvey GmbH member. I answer at the LimeSurvey forum in my spare time. No support via private message.
Some helpful links: Manual (EN) | Question Types | Workarounds
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- DenisChenu
-
- Away
- LimeSurvey Community Team
-
- Posts: 8890
- Karma: 400
- Thank you received: 1469
For actaul version,
You can have a look to :
limesurvey.sondages.pro/676785
I add to put it in workaround (and translate in english). but all information is here.
Denis
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand (or search sondages pro).
An error happen ? Before make a new topic : remind the Debug mode .
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
i think you are talking about relevance of subquestions based on a previous answer. Sorry if i dont get it.
Please Log in or Create an account to join the conversation.
www.limesurvey.org/nl/forum/can-i-do-thi...ne-is-answered#87781
Please Log in or Create an account to join the conversation.
I tried replacing the multiple-short-txt to array-multi-flexi-text but im not so sure this is the question class. The only sure things is that doesnt work.
Thank you very much in advance.
Please Log in or Create an account to join the conversation.