# File lib/smerf_system_helpers.rb, line 136 def smerf_question_has_answer?(question, responses, answer) return (responses.has_key?(question.code) and ((responses[question.code].kind_of?(Hash) and responses[question.code].has_key?("#{answer}")) or (!responses[question.code].blank?() and responses[question.code] == "#{answer}"))) end