2020-02-27 21:16:01 +01:00
|
|
|
<h1>Hallo</h1>
|
2020-02-27 20:45:15 +01:00
|
|
|
<ul>
|
2020-02-27 21:16:01 +01:00
|
|
|
<% @items.find_all("**/quiz/*").each_with_index do |x, i| %>
|
|
|
|
<div id="question<%i%>" class="quistion">
|
|
|
|
<%= render '/partials/question.*', item: x %>
|
|
|
|
</div>
|
2020-02-27 20:45:15 +01:00
|
|
|
<% end %>
|
2020-02-27 21:45:34 +01:00
|
|
|
</ul>
|
|
|
|
<%= yield %>
|