const getInputParams = () => {
  const num = random(1000);
  const correctAnswer = getCorrectAnswer(num);
  return {
    question: num,