Finish remaining question types
This commit is contained in:
parent
0d54f756d8
commit
5bd1e821f7
20 changed files with 431 additions and 8 deletions
3
app/views/questions/_acrostic_show.html.erb
Normal file
3
app/views/questions/_acrostic_show.html.erb
Normal file
|
@ -0,0 +1,3 @@
|
|||
<% question.text.lines.each.with_index do |q, i| %>
|
||||
<p><strong><%= i + 1 %>.</strong> <%= q %></p>
|
||||
<% end %>
|
Loading…
Add table
Add a link
Reference in a new issue