# File lib/abingo.rb, line 281
  def find_alternative_for_user(test_name, alternatives)
    alternatives_array = Abingo.retrieve_alternatives(test_name, alternatives)
    alternatives_array[self.modulo_choice(test_name, alternatives_array.size)]
  end