# File lib/smerf_system_helpers.rb, line 128
  def smerf_question_answered?(question, responses)
    return (responses.has_key?(question.code) and !responses[question.code].blank?())       
  end