Получаю Undefined вместо даты. JS

введите сюда описание изображенияПолучаю undefined вместо нужных значенний выбраных пользователем.

   const questionsData = {
      arenda: {
        questions: [
          {
            id: 1,
            type: "test",
            title: "Выберите тип недвижимости?",
            answers: ["Апартаменты", "Квартира", "Дом", "Пентхаус", "Коммерция"],
          },
          {
            id: 2,
            type: "test",
            title: "Выберете расположение недвижимости?",
            answers: [
              "Окраина",
              "За городом",
              "Центр",
              "Правый Берег",
              "Левый Берег (Центр)",
              "Спальный район",
              "Районы возле метро",
            ],
          },
          {
            id: 3,
            type: "test",
            title: "Предпочитаемый метраж?",
            answers: ["До 30 м2", "До 50 м2", "До 80 м2", "До 120 м2", "От 120 м2"],
          },
          {
            id: 4,
            type: "scroller",
            title: "Какой у Вас бюджет ? (PLN-ZŁ)",
            minScroll: 0,
            maxScroll: 50000,
          },
          {
            id: 5,
            type: "test",
            title: "Укажите стандарт недвижимости?",
            answers: ["Стандарт", "Бизнес", "Премиум", "Рассмотрю разные варианты"],
          },
          {
            id: 6,
            type: "test",
            title: "Желаемое К-во комнат?",
            // subtitle: "Можно выбрать несколько",
            // multiselect: true, // при добавлении будет появляться возможность мультивыбора
            answers: [
              "Однокомнатная",
              "Двухкомнатная",
              "Трехкомнатная",
              "Четырехкомнатная",
              "Четыре и больше комнат",
            ],
          },
          {
            id: 7,
            type: "test",
            title: "Предпочитаемая этажность недвижимости?",
            answers: [
              "Первый Этаж",
              "От 2 До 5",
              "До 10",
              "От 10",
              "Не Принципиально",
            ],
          },
          {
            id: 8,
            type: "test",
            title: "На какой срок планируете арендовать недвижимость?",
            answers: ["1 Год", "2 Года", "3 года", "5 лет"],
          },
          {
            id: 9,
            type: "test",
            title: "Когда планируете арендовать недвижимость?",
            answers: [
              "Сегодня",
              "На Протяжении 7 Дней",
              "В Течении 2 Недель",
              "В Следующем Месяце",
            ],
          },
          {
            id: 10,
            type: "test",
            title: "Нужно ли вам парковочное место?",
            answers: ["Да", "Нет"],
          },
          {
            id: 11,
            title: "Оставь свои контакты",
            type: "form",
          },
        ],
        titleAnswer: "Аренда Недвижимости",
      },
      "buy-sold": {
        titleAnswer: "Покупка / Продажа Недвижимости",
        typeBtn: {
          buy: {
            questions: [
              {
                id: 1,
                type: "test",
                title: "Что-то пошло не так",
                answers: [],
              },
              {
                id: 1,
                type: "test",
                title: "Выберете рынок недвижимости?",
                answers: [
                  "Первичный Рынок",
                  "Вторичный Рынок",
                  "Рассмотрю разные варианты",
                ],
              },
              {
                id: 2,
                type: "test",
                title: "Выберите тип недвижимости?",
                answers: [
                  "Квартира",
                  "Дом",
                  "Коммерция",
                  "Апартаменты",
                  "Пентхаус",
                ],
              },
              {
                id: 3,
                type: "test",
                title: "Выберите способ финансирования покупки недвижимости?",
                answers: ["Собственные Средства", "Ипотека"],
              },
              {
                id: 4,
                type: "test",
                title: "Выберете расположение недвижимости?",
                answers: [
                  "Окраина",
                  "За городом",
                  "Центр",
                  "Правый Берег",
                  "Левый Берег (Центр)",
                  "Спальный район",
                  "Районы возле метро",
                ],
              },
              {
                id: 5,
                type: "test",
                title: "Какое к-во комнат Вы рассматриваете?",
                answers: [
                  "Однокомнатная",
                  "Двухкомнатная",
                  "Трехкомнатная",
                  "Четырехкомнатная",
                  "Четыре и больше комнат",
                ],
              },
              {
                id: 6,
                type: "test",
                title: "Предпочитаемый метраж?",
                answers: [
                  "До 30 м2",
                  "До 50 м2",
                  "До 80 м2",
                  "До 120 м2",
                  "От 120 м2",
                ],
              },
              {
                id: 7,
                type: "scroller",
                title: "Какой у Вас бюджет ? ($)",
                minScroll: 70000,
                maxScroll: 1000000,
              },
              {
                id: 8,
                type: "test",
                title: "Укажите стандарт недвижимости?",
                answers: [
                  "С Ремонтом",
                  "Без Ремонта",
                  "С Мебелью",
                  "Без Мебели",
                  "Средний Стандарт",
                  "Бизнес Стандарт",
                  "Премиум Стандарт",
                ],
              },
              {
                id: 9,
                type: "test",
                title: "Когда планируете Совершить покупку?",
                answers: [
                  "На Протяжении 7 Дней",
                  "В Течении 2 Недель",
                  "В Следующем Месяце",
                  "На Протяжении 6 Месяцев",
                  "Через Год",
                ],
              },
              {
                id: 10,
                type: "test",
                title: "Нужно ли вам парковочное место?",
                answers: ["Да", "Нет"],
              },
              {
                id: 11,
                title: "Оставь свои контакты",
                type: "form",
              },
            ],
            titleAnswer: "Продажа Недвижимости",
          },
          sold: {
            questions: [
              {
                id: 1,
                type: "test",
                title: "Что-то пошло не так",
                answers: [],
              },
              {
                id: 2,
                title: "Оставь свои контакты",
                type: "form",
              },
            ],
            titleAnswer: "Покупка Недвижимости",
          },
        },
      },
      control: {
        questions: [
          {
            id: 1,
            title: "Оставь свои контакты",
            type: "form",
          },
        ],
        titleAnswer: "Управление недвижимостью",
      },
      investing: {
        questions: [
          {
            id: 1,
            title: "Оставь свои контакты",
            type: "form",
          },
        ],
        titleAnswer: "Инвестиции в Недвижимость",
      },
    };
    const bgImgData = [
      {
        blackTop: "../images/quiz-img/black-top.png",
        blackFooter: "../images/quiz-img/black-footer.png",
        // lineTop: "../images/quiz-img/line-top.png",
        // lineFooter: "../images/quiz-img/line-footer.png",
        className: "Variant_1",
      },
      {
        blackTop: "../images/quiz-img/black-top-2.png",
        blackFooter: "../images/quiz-img/black-footer.png",
        // lineTop: "../images/quiz-img/line-top-2.png",
        // lineFooter: "../images/quiz-img/line-footer-2.png",
        className: "Variant_2",
      },
      {
        blackTop: "../images/quiz-img/black-top-2.png",
        blackFooter: "../images/quiz-img/black-footer-2.png",
        // lineTop: "../images/quiz-img/line-top.png",
        // lineFooter: "../images/quiz-img/line-footer.png",
        className: "Variant_3",
      },
      {
        blackTop: "../images/quiz-img/black-top-3.png",
        blackFooter: "../images/quiz-img/black-footer-3.png",
        // lineTop: "../images/quiz-img/line-top-3.png",
        // lineFooter: "../images/quiz-img/line-footer-3.png",
        className: "Variant_4",
      },
    ];
    let answerData = []; // Данные из форм
    
    function RandArray(array) {
      let rand = (Math.random() * array.length) | 0;
      let rValue = array[rand];
      quizHeaderBg.innerHTML = `<div class="header${rValue.className}">
        <img src="${rValue.blackTop}" alt="">
    </div>`;
      quizFooterBg.innerHTML = `<div class="footer${rValue.className}">
            <img src="${rValue.blackFooter}" alt="">
        </div>`;
    }
    RandArray(bgImgData);
    
    function homePage() {
      Object.keys(questionsData).forEach((key) => {
        questions.insertAdjacentHTML(
          "beforeend",
          `<div class="questionsItem" id="questionsItem" data-quiz="${key}">${questionsData[key].titleAnswer}</div>`
        );
      });
    }
    homePage();
    
    function renderQuiz({
      id,
      title,
      subtitle,
      type,
      answers,
      minScroll,
      maxScroll,
      multiselect,
    }) {
      // if (subtitle){
      //   const subtitleQuestion = document.getElementById('subtitleQuestion')
      //   subtitleQuestion.innerHTML = subtitle || "";
      // }
      titleQuestion.innerHTML = title;
      switch (type) {
        case "test":
          return `
                ${answers
            .map(
              (answer) =>
                `<div class="answersItem" id="answersItem" data-multiselect=${multiselect} data-type="test" data-answer="${answer}" data-id="${id}">${answer}</div>`
            )
            .join("")}`;
        case "scroller":
          return `<div class="scroller" data-type="scroller">
                    <div class="scrollerValue">${minScroll}</div>
                    <input class="scroller" id="scroller" type="range" name="range" min="${minScroll}" max="${maxScroll}" step="${
            (maxScroll - minScroll) / 100
          }" value="${minScroll}">
        </div>`;
        case "input":
          return `<div>
              <input id="inputItem"/>
          </div>`;
        case "form":
          return `<div class="formInput">
                    <div>Имя:
                        <input id="formInputName"/>
                    </div>
                    <div>Номер:
                        <input id="formInputTel"/>
                    </div>
                </div>`;
        case "null":
          return `<div class="null"></div>`;
      }
    }
    let flow = "";
    let activeAnswer = {
      id: null,
      key: "",
      answer: "",
      answerMulti: [],
    };
    
    let activeId = 0;
    let answersUser = [];
    function newQuestion() {
      const newQuestion = [...questionsItem];
      newQuestion.forEach((questionItem) => {
        questionItem.onclick = function () {
          const keyQuiz = this.dataset.quiz;
          chooseAnswerFlow(keyQuiz);
          clickNext(keyQuiz);
          
          console.log(keyQuiz);
        };
      });
    }
    newQuestion();
    
    document.addEventListener("click", (e) => {
      let self = e.target;
      let questionsItems = document.querySelectorAll(".questionsItem");
      let answersItems = document.querySelectorAll(".answersItem");
      questionsItems.forEach((el) => {
        el.classList.remove("animation");
        if (self == el) {
          if (!self.closest("animation")) {
            self.classList.add("animation");
          }
        }
      });
    
      answersItems.forEach((el) => {
        if (el.dataset.multiselect == "true") {
          if (self == el && self.classList.contains("animation")) {
            self.classList.remove("animation");
          } else if (self == el && !self.classList.contains("animation")) {
            self.classList.add("animation");
          }
        } else {
          el.classList.remove("animation");
          if (self == el) {
            if (!self.closest("animation")) {
              self.classList.add("animation");
            }
          }
        }
      });
    });
    
    function chooseAnswerFlow(key) {
      flow = key;
    }
    
    function scoreLength(length, activeId) {
      ++activeId;
      let step = (100 / length) * activeId;
      progresValue.value = step;
    }
    
    const sendData = async (data) => {
      console.log(data);
      const xhr = new XMLHttpRequest();
      xhr.open("POST", "quiz.php");
      xhr.onreadystatechange = function () {
        if (xhr.readyState === 4 && xhr.status === 200) {
          console.log(xhr.responseText);
        }
      };
      xhr.setRequestHeader("Content-type", "application/json", "charset=utf-8"); // or "text/plain"
      xhr.send(JSON.stringify(data));
    };
    
    next.onclick = () => clickNext();
    
    function clickNext(keyQuiz = flow) {
      const animation = document.querySelector(".animation");
      const formInputName = document.querySelector("#formInputName");
      const inputItem = document.querySelector("#inputItem");
      const formInputTel = document.querySelector("#formInputTel");
      const answersItems = document.querySelector(".answersItem");
      const scroller = document.querySelector(".scroller");
      if (answersItems) {
        const animations = document.querySelectorAll(".animation");
        let multiselect = [];
        animations.forEach((el) => {
          multiselect.push(el.dataset.answer);
        });
        answerData.push(multiselect);
      }
      if (formInputName) {
        if (!formInputName.value == "" && !formInputTel.value == "") {
          sendData({
            answers: answerData.map((item) =>
              Array.isArray(item) ? item[0] : item
            ),
            data: {
              name: formInputName.value,
              phone: formInputTel.value,
            },
          });
          render(keyQuiz, activeId + 1, activeAnswer.answer);
          activeId++;
          RandArray(bgImgData);
          answerData.push(activeAnswer);
        }
      } else {
        if (activeAnswer.answer) {
          render(keyQuiz, activeId + 1, activeAnswer.answer);
          activeId++;
          RandArray(bgImgData);
          if (scroller) {
            answerData.push(activeAnswer.answer);
          }
        } else {
          render(keyQuiz, activeId);
          RandArray(bgImgData);
        }
      }
      // if (activeAnswer.answer){
      //   console.log(flow, )
      // }
      if (inputItem) {
        image.png.push(inputItem.value);
      }
    }
    
    prev.onclick = function () {
      const questionsItems = document.querySelectorAll(".questionsItem");
      if (activeId === 0) {
        titleQuestion.innerHTML = questionsData[flow].titleAnswer;
      }
      if (!activeId == 0) {
        --activeId;
        render(flow, activeId);
        RandArray(bgImgData);
        answerData.pop();
      } else if (questionsItems.length == 0) {
        questions.innerHTML = "";
        homePage();
        newQuestion();
        progresValue.value = 10;
        activeAnswer.answer = "";
        RandArray(bgImgData);
        answerData.pop();
      }
    };
    
    const buySoldData = {
      id: 1,
      type: "test",
      title: "Выберите тип?",
      answers: ["Покупка", "Продажа"],
    };
    
    let typeValue = null;
    function render(key, activeId, answer = false) {
      const questionsItem = document.querySelector("#questionsItem");
      let activeRender = null;
      let progress = null;
      questions.innerHTML = "";
      if (key === "buy-sold") {
        if (answer === "Покупка") {
          typeValue = "buy";
        } else if (answer === "Продажа") {
          typeValue = "sold";
        }
        if (activeId > 0) {
          activeRender =
            questionsData["buy-sold"].typeBtn[typeValue].questions[activeId];
          progress = questionsData["buy-sold"].typeBtn[typeValue].questions.length;
        } else {
          activeRender = buySoldData;
          progress = questionsData["buy-sold"].typeBtn["buy"].questions.length;
        }
      } else {
        progress = questionsData[key].questions.length;
        activeRender = questionsData[key].questions[activeId];
      }
      if (questionsItem) {
        answerData.push(questionsData[key].titleAnswer);
      }
      if (progress == activeId) {
        prev.classList.add("hidden");
        let test = {
          id: 1,
          type: "null",
          title: "Спасибо!", //Текст на последней карточке
        };
        questions.insertAdjacentHTML("beforeend", renderQuiz(test));
      } else {
        questions.insertAdjacentHTML(
          "beforeend",
          renderQuiz(activeRender),
          scoreLength(progress, activeId)
        );
      }
      renderHandleForAnswers();
    }
    function renderHandleForAnswers() {
      const answersItems = document.querySelectorAll("#answersItem");
      const scroller = document.querySelector("#scroller");
      const inputItem = document.querySelector("#inputItem");
      const formInputTel = document.querySelector("#formInputTel");
      const formInputName = document.querySelector("#formInputName");
      if (answersItems) {
        const newAnswersItem = [...answersItems];
        newAnswersItem.forEach((answer) => {
          answer.onclick = function () {
            activeAnswer.id = this.dataset.id;
            activeAnswer.answer = this.dataset.answer;
            activeAnswer.key = flow;
            clickNext(activeAnswer.key);
            console.log()
          };
        });
        if (scroller) {
          scroller.oninput = function (e) {
            const scrollerValue = document.querySelector(".scrollerValue");
            activeAnswer.answer = e.target.value;
            scroller.classList.add("animation");
            scrollerValue.innerHTML = scroller.value;
            if (window.innerWidth > 1200) {
              let value = (this.max - this.min) / 1000;
              scrollerValue.style.left = (this.value - this.min) / value + "px";
            } else if (window.innerWidth < 1200 && window.innerWidth > 1023) {
              let value = (this.max - this.min) / 830;
              scrollerValue.style.left = (this.value - this.min) / value + "px";
            } else if (window.innerWidth > 767 && window.innerWidth < 1024) {
              let value = (this.max - this.min) / 530;
              scrollerValue.style.left = (this.value - this.min) / value + "px";
            } else if (window.innerWidth < 766) {
              let value = (this.max - this.min) / 210;
              scrollerValue.style.left = (this.value - this.min) / value + "px";
            }
          };
        } else if (inputItem) {
          inputItem.onchange = function (e) {
            activeAnswer.answer = e.target.value;
            if (activeAnswer.answer.length > 3) {
              inputItem.classList.add("animation");
            } else {
              inputItem.classList.remove("animation");
            }
          };
        } else if (formInputTel) {
          let value = [];
          formInputTel.onchange = function (e) {
            value.push(e.target.value);
            activeAnswer.answer = value;
          };
          formInputName.onchange = function (e) {
            value.push(e.target.value);
            activeAnswer.answer = value;
          };
        }
      }
    }

Ответы (0 шт):