Take this quiz together! What kind of family are you?

- Advertisement / Iklan -
What kind of family are you?
 
const quizData=[{question:"1. Family dinner at home:",options:[{text:"A. Everyone sits together, phones away, actually talk",points:3},{text:"B. Half the table scrolls, half chats a little",points:2},{text:"C. Everyone’s on their phones, barely a word exchanged",points:1}]},{question:"2. Balik kampung / Hari Raya / kenduri",options:[{text:"A. Lots of laughs, everyone chatting",points:3},{text:"B. A bit of complaining, a bit of chill",points:2},{text:"C. Silent treatment, awkward tension, nobody starts conversation",points:3}]},{question:"3. Curfew or coming home late",options:[{text:"A. Talk about it, compromise",points:3},{text:"B. Lecture first, maybe scold a little",points:2},{text:"C."Why are you late?!” + silent treatment",points:1}]},{question:"4. Sharing personal stuff (relationships, exam stress, friend drama)",options:[{text:"A. Totally normal, can share with family",points:3},{text:"B. Sometimes share, sometimes keep it to yourself",points:2},{text:"C. Rarely share — everyone keeps secrets",points:1}]},{question:"5. Family arguments usually end with",options:[{text:"A. Discussion, understanding, compromise",points:3},{text:"B. Someone"wins,” someone"loses,” then chill",points:2},{text:"C. Silence, simmering tension, not fully resolved",points:1}]},{question:"6. Privacy at home (phone, social media, room)",options:[{text:"A. Boundaries exist, everyone respects",points:3},{text:"B. Sometimes parents / siblings check"for your own good”",points:2},{text:"C. Privacy? What’s that? Rules dominate",points:1}]},{question:"7. Family decisions (vacation, makan outside, money, schedules)",options:[{text:"A. Everyone gets to give their opinion",points:3},{text:"B. Mostly parents decide, sometimes consult",points:2},{text:"C. Parents / elders decide — no discussion",points:1}]}];let currentQuestion=0,totalScore=0;function loadQuiz(){const t=quizData[currentQuestion];let e="

"+t.question+"

";t.options.forEach((t=>{e+=""+t.text+""})),e+="
",document.getElementById("quiz-container").innerHTML=e}function selectAnswer(t){totalScore+=t,currentQuestion++,currentQuestion=15?"The connected family

Talk, listen, respect each other. Conflicts happen, but bonding stays strong — like sharing sambal during raya!":totalScore>=10?"The in-between family

Sometimes open, sometimes tense. Privacy exists but sometimes checked — like that auntie who asks too many questions at kenduri.":"The silent / strict family

Rules and silence dominate. Everyone follows orders, but communication is limited.",document.getElementById("quiz-container").innerHTML="

Your score:"+totalScore+"

"+t+"

- Advertisement / Iklan -
"}loadQuiz();