<% layout("./layouts/layout.eta") %>

Question: <%= it.question %>

Answer options:

<% if (it.answers && it.answers.length > 0) { %> <% it.answers.forEach(answer => { %>

<%= answer.option_text %>

<% }); %> <% } else { %>

There is no answer option for this question.

<% } %>