# File lib/smerf_system_helpers.rb, line 148
  def smerf_get_question_answer(question, responses)
    if (!smerf_question_answered?(question, responses))
      return nil
    else
      return responses[question.code]
    end
  end