class HighLine::Question

def final_responses

generated internally via build_response
Notice that we give @user_responses precedence over the responses
This is the actual responses hash that gets used in determining output
def final_responses
  @internal_responses.merge(@user_responses)
end