- Posts: 4
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
<tr> <td><span style="font-size:16px;"><strong>Wer sollte Gesetze vorschlagen?</strong></span></td> <td><span style="font-size:16px;">{if(substr(eqComb,0,1) == 1,"Die Europäische Kommission",if(substr(eqComb,0,1) == 2,"Die Europäische Kommission und das Europäische Parlament",if(substr(eqComb,0,1) == 3, "Die Europäische Kommission und der Europäische Rat")))}</span></td> <td><span style="font-size:16px;">{if(substr(eqComb,1,1) == 1,"Die Europäische Kommission",if(substr(eqComb,1,1) == 2,"Die Europäische Kommission und das Europäische Parlament",if(substr(eqComb,1,1) == 3, "Die Europäische Kommission und der Europäische Rat")))}</span></td> </tr>
Please Log in to join the conversation.
<script type="text/javascript" charset="utf-8"> $(document).on('ready pjax:scriptcomplete',function(){ do { var aLinks = []; var aRechts = []; aLinks.push(1+Math.floor(Math.random() * 3)); aLinks.push(1+Math.floor(Math.random() * 2)); aLinks.push(1+Math.floor(Math.random() * 3)); aLinks=aLinks.join(''); aRechts.push(1+Math.floor(Math.random() * 3)); aRechts.push(1+Math.floor(Math.random() * 2)); aRechts.push(1+Math.floor(Math.random() * 3)); aRechts=aRechts.join(''); } while (aLinks==aRechts); $('#question{QID} input[type="text"]').val(aLinks+aRechts); }); </script>
Please Log in to join the conversation.