Not by default, but you can hack this with a multi question text and some javascripting ..
Multi text question type for example : QQ, and sq code Q1 and Q2:
Something like that:
Code:
World war II start from <span id="QQSQ1"></span> to <span id="QQSQ2"></span><script>
$(function(){
$("#answer{SGQ}Q1").appendTo("#QQSQ1");
$("#answer{SGQ}Q2").appendTo("#QQSQ2");});</script>
Not tested , see jquery and manual if it don't work.
Denis
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. -
Professional support
-
Plugins, theme and development
. I don't answer to private message.