describe '#max_question_score' do
    context 'there are no answers associated with the response' do
      it 'will return 0' do
        dc = ResponseAnalyticTestDummyClass.new([])
        expect(dc.max_question_score).to eq(0)