<% @items.find_all("/quiz/*").each_with_index do |quest, i| %>
<%= render '/partials/question.*', question: quest %>
<% end %> <%= yield %>