% layout("./layouts/layout.eta") %>
Your answer is not correct.
Correct answer:
<% if (it.data && it.data.length > 0) { %>
<% it.data.forEach(item => { %>
- <%= item.option_text %>
<% }); %>
<% } else { %>
Correct options are not found.
<% } %>
Next question