const prepareData = () => {
  const question = random(0, 10);
  const answer = isEven(question) ? 'yes' : 'no';

  return {