<% question.data["left"].each do |l| %>

<%= l %>

<% end %>
<% answers = question.data["right"].each.with_index.to_a %> <% answers = reorder_with_indices(answers, question.answer.data) if question.answer.present? %> <% answers.each do |a, i| %>

<%= a %>

<% end %>