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

Question <%= it.id %>: <%= it.question_text %>

All options:

<% if (it.details && it.details.length > 0) { %> <% it.details.forEach((item) => { %>

Content: <%= item.option_text %>; Correctness: <%= item.is_correct %>

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

No option available. Do you want to delete this question?

<% } %>

Add an answer pption

<% if (it.errors) { %> <% } %>
Option:

Correct: