All questions

Ennek az oldalnak a tartalma dinamikusan frissül minden beküldött kérdés után
<%=scount%> tárgy és <%=qcount%> kérdés

Letöltés (ctrl-s ha nem tölti le file-ba)
<% include aludni.ejs %> <% Object.keys(orderedData).sort().forEach((key, i) => { %> >
<%= key %>
<%= orderedData[key].reduce((acc, item) => { acc += item.Questions.length return acc }, 0)%>
<% orderedData[key].forEach((subj, i) => { %>
<% var a = subj.toString().split('\n')%> <% for (var j = 1; j < a.length; j++) { %> <% if (a[j][0] == '?') { %>
<% } %> <%=a[j] %>
<% } %>
<% }) %>
<% }) %> <% include b.ejs %>