Login

Quiz

Question No. 1

If I could receive my Life Coach Certificate and increase my income while working my full time job; I would bet on myself to win

Question No. 2

If I could have more freedom on a daily basis, and maintain my ideal lifestyle, then I will take the opportunity

Question No. 3

I enjoy helping others and understand the many rewards of bringing clarity and happiness to peoples lives

Question No. 4

I embrace the concept of teamwork

Question No. 5

I am interested in learning as much as I can about living a healthy and happy life, so that I can help myself and others

Question No. 6

I like the idea of working part-time and making a full time income.

Question No. 7

I won't give up on my dreams no matter what

Question No. 8

Life is too short to waste my time; I am ready to live now

Question No. 9

I plan to follow my heart and take action now; so that I don't regret my life later

// Check if at least one radio button in this question group is checked // Get the selected value // Get the correct answer for the current question // If no radio button is checked for this question, set flag to false // If any question is not answered return false; // Prevent form submission // Calculate percentage score // Check if the score is less than 80% return false; // Prevent form submission $("#message").text(''); // Clear any error message return true; // Allow form submission return validateForm(); // Call validateForm before form submission