const oldAnswersResult = _.map(oldAnswers, (o) => {
      return { id: o.id, result: o.attributes.result };
    });