tpartner wrote: The workaround you was developed to display multiple question types in an array format, not simply add a text input to the rows.
Sample survey attached:
The example works fine on LS Versión 2.05+ Build 140902, only need to change:
$('.subquestions-list thead tr th:last', thisQuestion).text($('.questiontext', nextQuestion).text());
to
$('.subquestions-list thead tr th:last', thisQuestion).text("my text");
to show on citronade template.
But I need to add an extra text question and no way to do it.
Try to add a new var nextQuestion = $(thisQuestion).next('div[id^="question"]'); but cant solve it.
Can you help me?