<%= question.title %>

<% question.options_with_read_more.each do |option| %>
" id="option_<%= option.id %>">

<%= option.title %>

<% if option.description.present? %>
<%= wysiwyg(option.description) %>
<% end %> <% if option.images.any? %> <%= render "polls/gallery", option: option %> <% end %> <% if option.documents.present? %> <% end %> <% if option.videos.present? %> <% end %>
<% end %>