diff --git a/src/components/Question.js b/src/components/Question.js index 571bf3a..3058466 100644 --- a/src/components/Question.js +++ b/src/components/Question.js @@ -67,10 +67,13 @@ export default function Question({ question, onChange, index }) { // {"text":"a. Kétismeretlenes egyenletrendszert használunk.", // "selectedByUser":true} + console.log(possibleAnswer) const pa = typeof possibleAnswer === 'string' ? possibleAnswer : possibleAnswer.val + ? possibleAnswer.val + : possibleAnswer.text return (