- Posts: 12
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
"Bewusste Übernahme"? Wozu eigentlich? Aber Du kannst ja einfach einen Button dazwischenschalten.erst globale Einschätzung → bewusste Übernahme → dann Ausdifferenzierung
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
count(AQ3_1, AQ3_2, AQ3_3) == 3 and count(that.AQ6.NAOK) > 0 and if(AQ1.NAOK == "1", !is_empty(AQ4.NAOK), 1)
<script type="text/javascript" charset="utf-8"> $(document).on('ready pjax:scriptcomplete',function(){ var thisQuestion = $('#question{QID}'); $('.button-item', thisQuestion).on('click', function(event) { event.preventDefault(); $('#ls-button-submit').trigger('click'); $('#ls-button-submit').show(); $('#ls-button-previous').show(); }); }); </script>
Please Log in to join the conversation.
<script type="text/javascript" charset="utf-8"> $(document).on('ready pjax:scriptcomplete',function(){ var thisQuestion = $('#question{QID}'); $('.button-item', thisQuestion).on('click', function() { $('#ls-button-submit').trigger('click'); }); }); </script>
Please Log in to join the conversation.
Please Log in to join the conversation.