const quizData=[{question:"1. Your teen says they’ll be home at 10pm, but comes back at 11pm. You…",options:[{text:"A. Ask what happened and remind them to update you next time",points:3},{text:"B. Lecture first, listen later",points:2},{text:"C. Terus marah - late means punishment",points:1}]},{question:"2. Your teen wants privacy on their phone. Your reaction?",options:[{text:"A. Respect it, unless there’s a real red flag",points:3},{text:"B. Ask for passwords"just in case”",points:2},{text:"C. No privacy under my roof, my rules",points:3}]},{question:"3. Your teen disagrees with you in front of relatives. You…",options:[{text:"A. Let them speak, deal with it later in private",points:3},{text:"B. Give the look and shut it down",points:2},{text:"C. Scold them — respect comes first",points:1}]},{question:"4. Tuition, classes, and activities - your parenting style is…",options:[{text:"A. Balance is important - not every hour must be productive",points:3},{text:"B. As long as they’re busy, it’s good for their future",points:2},{text:"C. More is better - idle time leads to trouble",points:1}]},{question:"5. Your teen is dating or getting close to someone. You…",options:[{text:"A. Talk openly, no judgement (even if it’s awkward)",points:3},{text:"B. Set strict rules to"protect” them",points:2},{text:"C. Pretend you don’t know — easier that way",points:1}]},{question:"6. When your teen makes a mistake and relatives find out, you…",options:[{text:"A. Focus on your child, not what people say",points:3},{text:"B. Stress about family reputation",points:2},{text:"C. Say,"See, I warned you already”",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?"
Chill with boundaries parentYou balance trust, communication, and rules. You’re adapting to modern parenting while still keeping strong family values.":totalScore>=10?"Protective, in-between parent
You’re caught between how you were raised and how parenting is changing. You care deeply — but sometimes protection turns into control.":"Old-school strictParent
Authority, rules, and reputation lead the way. It may keep discipline — but emotional closeness and open communication may take a back seat.",document.getElementById("quiz-container").innerHTML="
Your score:"+totalScore+"
"+t+"
- Advertisement / Iklan -
"}loadQuiz();