Death is one of the most natural things in life. However, that may not stop you from feeling anxious and afraid about dying. While we all know that we will eventually die, it doesn’t make it any less unsettling to think about when it may happen.
Are you curious to know if Death is knocking on your door? Take this quiz and find out!.
Age: Question 1
What is your age range?.
Question 2: Family History
Does your family have any history of medical conditions that may lead to death?.
Question 3: Bad Habits
Do you engage in any bad habits?.
Diet: Question 4
Do you maintain a healthy diet?.
Exercise: Question 5
Do you exercise regularly?.
Question 6: Stress Level
Do you get easily stressed?.
Question 7: Risky Behaviour
Do you engage in any risky behaviours?.
Question 8: Accidents
Have you been in any accidents?.
Question 9: Mental Health
Have you been diagnosed with any mental health illnesses?.
Question 10: Medical Attention
Do you seek medical attention when you are unwell?.
Results
function calculateResult() { let age = document.querySelector(‘input[name=”age”]:checked’).value; let family = document.querySelector(‘input[name=”family”]:checked’).value; let habits = document.querySelector(‘input[name=”habits”]:checked’).value; let diet = document.querySelector(‘input[name=”diet”]:checked’).value; let exercise = document.querySelector(‘input[name=”exercise”]:checked’).value; let stress = document.querySelector(‘input[name=”stress”]:checked’).value; let risk = document.querySelector(‘input[name=”risk”]:checked’).value; let accidents = document.querySelector(‘input[name=”accidents”]:checked’).value; let mental = document.querySelector(‘input[name=”mental”]:checked’).value; let medical = document.querySelector(‘input[name=”medical”]:checked’).value; let score = 0; if (age === “61 and above”) { score += 10; } else if (age === “46-60”) { score += 5; } if (family === “Yes”) { score += 5; } if (habits === “Yes”) { score += 5; } if (diet === “No”) { score += 5; } if (exercise === “No”) { score += 5; } if (stress === “Yes”) { score += 5; } if (risk === “Yes”) { score += 5; } if (accidents === “Yes”) { score += 5; } if (mental === “Yes”) { score += 5; } if (medical === “No”) { score += 5; } if (score >= 30) { document.getElementById(“results”).innerHTML = ”The results of your quiz indicate that Death may be knocking on your door. It is important to seek medical attention immediately and make the necessary lifestyle changes to improve your chances of living a longer and healthier life.
“; } else { document.getElementById(“results”).innerHTML = ”The results of your quiz indicate that you are not at immediate risk of Death. However, it is still important to take care of your health and make the necessary lifestyle changes to prevent any potential health issues in the future.