diff --git a/fetch.js b/fetch.js index 3b89ab6..84bd8a5 100644 --- a/fetch.js +++ b/fetch.js @@ -89,6 +89,11 @@ function parseAnswerElement(index, element, allAnswersElement) { const answersElement = getAnswersElement(index, allAnswersElement); if (answersElement === null || answersElement.tagName === "UL") return; + console.log({ + question: questionText, + answers: getAnswers(answersElement), + }); + return { question: questionText, answers: getAnswers(answersElement),