<%= title %> <%= subtitle %> <%= page_number %> <%= question %> <% y_coords = 2664490 %> <% x_coords = 2392098 %> <% images.each_with_index do |image, index| %> <% if image[1].present? %> <%= image[1] %> <% end %> <% if image[2].present? %> <% image[2].each do |questions| %> <%= questions[0] %> <% questions[1].each do |answer| %> <%= answer %> <% end %> <% end %> <% end %> <% end %>