<% score_label_y = [5, 10, 15, 5, 10, 15 ] %>
<% column.bars.each_with_index do |bar, index| %>
<% if ENV["SCORES"].present? && ENV["SCORES"].upcase == "SHOW" %>
<%= bar.average %>
<% end %>
<% end %>
<% if column.show_irrelevancy_message? %>
measure not
based on
<%= column.basis %> surveys
<% elsif column.show_insufficient_data_message? %>
survey response
rate below 25%
<% end %>