Finish code base

This commit is contained in:
AndrewTrieu
2023-03-12 17:29:07 +02:00
parent b3065cfce1
commit 7089f460a4
8 changed files with 22 additions and 14 deletions

View File

@@ -8,7 +8,7 @@
<% it.data.forEach(item => { %>
<li><%= item.option_text %></li>
<% }); %>
<ul>
</ul>
<% } else { %>
<p>Correct options are not found.</p>
<% } %>