- Posts: 7
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Yes, but it's done only via javascript, and use a lot Expression Manager (and not updated today).holch wrote: …
Denis has developed a plugin, which I think allowed access to previous answers. But I don't know exactly if this would help you in your case.
It means : if nobody answer A1 to P1 (before current user) : show "9.00-9.15", else "Horário não disponível"magdacorreia wrote: thanks a lot for your plugin. I've tested your plugin and it works perfectly. But i have on question:
- Is it possible to use this statement
{if(('[P1.nb.A1]')=='0',"9.00-9.15","Horário não disponível")} to populate a multiple choice question?
<span class="numberhide-[P1.nb.A1]">9.00-9.15</span><span class="numbershow-[P1.nb.A1]">Horário não disponível</span>
.numbershow-0{display:none} .numberhide-1{display:none}
$("[data-current]").each(function() { if($(this).data('current') >= $(this).data('max')) { $(this).closest(".answer-item").hide(); } });