<?xml version="1.0" encoding="UTF-8"?>
<product>
  <body-html>&lt;script type=&quot;text/javascript&quot;&gt;
    function gradeTest(testForm) {
        var testResult = true;
        var numberRight = 0;
        var elementToScrollTo = '';

        for (var i=1; i &lt;= answers.length; i++) {
            var radioArray = document.getElementsByName('question' + i); 
            for (var j=0; j &lt; radioArray.length; j++) {
                if (radioArray[j].checked) {
                    if (String(radioArray[j].value).toLowerCase() == String(answers[i]).toLowerCase()) {
                        var hintElement = document.getElementById('question' + i + 'Hint');
                        hintElement.style.display = 'none';
                        numberRight++;
                    }

                    if (String(radioArray[j].value).toLowerCase() != String(answers[i]).toLowerCase()) {
                        var hintElement = document.getElementById('question' + i + 'Hint');
                        hintElement.style.display = 'block';

                        if (elementToScrollTo == '') {
                            elementToScrollTo = hintElement;
                        }
                    }
                }
            }
        }

        if (numberRight / answers.length &lt;= .7) {
            testResult = false;
            alert(&quot;You received a &quot; + Math.round(numberRight / answers.length *100) + &quot;% and you need at least a 70% to pass -- you will now be taken back to the test where you can correct your wrong answers.&quot;);
        } else {
            alert(&quot;Congratulations!  You received a &quot; + Math.round(numberRight / answers.length *100) + &quot;% and passed the test -- you will now be taken to your shopping cart where you can finish purchasing your certification.&quot;);
        }

        if (!testResult) {
            var testElement = document.getElementById('certificationTest');
            testElement.style.display = 'block';
            scrollToElement(elementToScrollTo);
        }

        return testResult;
    }

    function scrollToElement(elementToScrollTo) {
        var selectedPosY = 0;

        while (elementToScrollTo != null) {
            selectedPosY += elementToScrollTo.offsetTop;
            elementToScrollTo = elementToScrollTo.offsetParent;
        }

        window.scrollTo(0, selectedPosY);
    }

    function toggleLayer(divID) {
                if (document.getElementById) {
                    var style = document.getElementById(divID).style;
                    style.display = style.display ? &quot;&quot; : &quot;block&quot;;
                } else if (document.all) {
                    var style = document.all[divID].style;
                    style.display = style.display ? &quot;&quot; : &quot;block&quot;;
                } else if (document.layers) {
                    var style = document.layers[divID].style;
                    style.display = style.display ? &quot;&quot; : &quot;block&quot;;
                }

                return false;
    }
var answers = new Array();answers[1] = &quot;F&quot;;answers[2] = &quot;T&quot;;answers[3] = &quot;F&quot;;answers[4] = &quot;T&quot;;answers[5] = &quot;T&quot;;answers[6] = &quot;F&quot;;answers[7] = &quot;T&quot;;answers[8] = &quot;F&quot;;answers[9] = &quot;F&quot;;answers[10] = &quot;T&quot;;answers[11] = &quot;T&quot;;answers[12] = &quot;F&quot;;answers[13] = &quot;T&quot;;answers[14] = &quot;T&quot;;answers[15] = &quot;F&quot;;answers[16] = &quot;T&quot;;answers[17] = &quot;T&quot;;answers[18] = &quot;F&quot;;answers[19] = &quot;F&quot;;answers[20] = &quot;F&quot;;answers[21] = &quot;F&quot;;answers[22] = &quot;F&quot;;answers[23] = &quot;F&quot;;answers[24] = &quot;T&quot;;answers[25] = &quot;F&quot;;answers[26] = &quot;T&quot;;answers[27] = &quot;F&quot;;answers[28] = &quot;T&quot;;answers[29] = &quot;T&quot;;answers[30] = &quot;F&quot;;answers[31] = &quot;F&quot;;answers[32] = &quot;T&quot;;answers[33] = &quot;T&quot;;answers[34] = &quot;T&quot;;answers[35] = &quot;T&quot;;answers[36] = &quot;F&quot;;answers[37] = &quot;T&quot;;answers[38] = &quot;T&quot;;answers[39] = &quot;T&quot;;answers[40] = &quot;F&quot;;
&lt;/script&gt;
&lt;strong&gt;Don't pay unless you pass!&lt;/strong&gt; &lt;br /&gt;&lt;br /&gt;Become a personal trainer and be on the fast track for success with the most user friendly certification tests in the industry.&lt;br /&gt;&lt;br /&gt;&lt;div id=&quot;start&quot;&gt;&lt;a href=&quot;#&quot; onclick=&quot;toggleLayer('certificationTest'); toggleLayer('grade');&quot;&gt;&lt;span&gt;Start The Test&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div id=&quot;certificationTest&quot;&gt;&lt;div id=&quot;question1Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 1.&lt;/strong&gt;&lt;br /&gt;Liability waivers help protect you from law suits.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;1&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;It is not important to require members to sign liability waivers.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question1&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question1&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question2Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 2.&lt;/strong&gt;&lt;br /&gt;All contract clauses should be understood before signing.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;2&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;All contracts and details of gym memberships should be fully explained.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question2&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question2&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question3Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 3.&lt;/strong&gt;&lt;br /&gt;Pre-sale events are good advertising.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;3&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Pre-sale events are not good marketing ideas.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question3&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question3&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question4Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 4.&lt;/strong&gt;&lt;br /&gt;Advertising is essential for developing clientele.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;4&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Marketing programs should be in effect several months before a club's opening.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question4&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question4&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question5Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 5.&lt;/strong&gt;&lt;br /&gt;Advertising is essential for developing clientele.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;5&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Direct mailing and radio advertisements are very effective marketing tactics.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question5&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question5&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question6Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 6.&lt;/strong&gt;&lt;br /&gt;Radio and direct mail are the most effective forms of advertising.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;6&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Large balloons are the most effective form of club advertising.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question6&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question6&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question7Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 7.&lt;/strong&gt;&lt;br /&gt;Name recognition is essential for advertising.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;7&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Employee required uniforms displaying the club name and/or logo helps club marketing.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question7&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question7&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question8Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 8.&lt;/strong&gt;&lt;br /&gt;Auditing payroll keeps ensures no errors.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;8&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Employee payroll should not be audited by management.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question8&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question8&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question9Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 9.&lt;/strong&gt;&lt;br /&gt;Employees are the leading cause of club theft.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;9&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Most club theft is committed by members, not employees.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question9&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question9&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question10Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 10.&lt;/strong&gt;&lt;br /&gt;Employees should always know exactly what is required of them.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;10&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Employees should have written job descriptions.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question10&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question10&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question11Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 11.&lt;/strong&gt;&lt;br /&gt;Public relations helps with word of mouth advertising.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;11&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Public relations is an essential part of club growth.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question11&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question11&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question12Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 12.&lt;/strong&gt;&lt;br /&gt;Video security can help prevent club theft.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;12&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Video security is never required in clubs.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question12&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question12&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question13Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 13.&lt;/strong&gt;&lt;br /&gt;Disciplinary actions may be used to keep a healthy fitness environment.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;13&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Maintaining order in clubs might require disciplinary actions against members and/or employees.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question13&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question13&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question14Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 14.&lt;/strong&gt;&lt;br /&gt;Managers must organize all employees and activities.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;14&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Organization is the primary job of a club manager.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question14&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question14&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question15Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 15.&lt;/strong&gt;&lt;br /&gt;Disciplinary actions may be used to keep a healthy fitness environment.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;15&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Club managers should never revoke club memberships.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question15&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question15&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question16Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 16.&lt;/strong&gt;&lt;br /&gt;Managers must organize all employees and activities.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;16&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Employee behavior is the responsibility of the manager.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question16&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question16&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question17Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 17.&lt;/strong&gt;&lt;br /&gt;Managers should set the example of behavior.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;17&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Employee behavior is a reflection of club management.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question17&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question17&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question18Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 18.&lt;/strong&gt;&lt;br /&gt;Managerial duties are different than that of regular employees.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;18&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Good employees make good managers.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question18&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question18&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question19Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 19.&lt;/strong&gt;&lt;br /&gt;Managers should set the example of behavior.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;19&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Good managers should workout with their employees&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question19&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question19&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question20Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 20.&lt;/strong&gt;&lt;br /&gt;All industries have their own unique requirements for managerial duties.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;20&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Managing health clubs is no different than managing restaurants.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question20&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question20&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question21Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 21.&lt;/strong&gt;&lt;br /&gt;Book keeping is an essential part of management.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;21&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Paperwork is not essential when managing any club.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question21&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question21&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question22Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 22.&lt;/strong&gt;&lt;br /&gt;Managers should be hired based on past performance.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;22&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Club managers should always also be partial owners.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question22&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question22&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question23Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 23.&lt;/strong&gt;&lt;br /&gt;The manager is in-charge of running the club.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;23&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;A good manager usually lets the club run itself.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question23&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question23&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question24Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 24.&lt;/strong&gt;&lt;br /&gt;Managers should set the example of behavior.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;24&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;It is important to show proper workout form while members are watching.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question24&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question24&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question25Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 25.&lt;/strong&gt;&lt;br /&gt;Managers should set the example of behavior.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;25&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Working out on the clock is usually advisable.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question25&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question25&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question26Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 26.&lt;/strong&gt;&lt;br /&gt;Team work is essential for a productive club environment.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;26&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;A good manager encourages employees to work together as a team.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question26&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question26&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question27Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 27.&lt;/strong&gt;&lt;br /&gt;Disciplinary actions may be used to keep a healthy fitness environment.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;27&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Managers never have to settle disputes between employees.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question27&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question27&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question28Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 28.&lt;/strong&gt;&lt;br /&gt;Managers are responsible for employee relations.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;28&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;A good manager knows how to keep his employees content.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question28&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question28&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question29Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 29.&lt;/strong&gt;&lt;br /&gt;Managers are responsible for employee relations.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;29&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;A good manager usually does most of the hiring and firing himself.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question29&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question29&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question30Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 30.&lt;/strong&gt;&lt;br /&gt;Managerial duties are different than that of regular employees.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;30&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Health club managers usually specialize in massage therapy as well as personal training.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question30&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question30&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question31Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 31.&lt;/strong&gt;&lt;br /&gt;Length of work week depends on the needs of the club.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;31&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Good management usually requires sixty hour work weeks.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question31&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question31&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question32Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 32.&lt;/strong&gt;&lt;br /&gt;Managers must organize all employees and activities.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;32&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;It is more important to be respected by your employees as a health club manager.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question32&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question32&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question33Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 33.&lt;/strong&gt;&lt;br /&gt;Managers are responsible for employee relations.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;33&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Pay negotiations should be done directly with the manager.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question33&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question33&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question34Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 34.&lt;/strong&gt;&lt;br /&gt;Managers should set the example of behavior.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;34&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;When managing a health club, it is important to know how all the machines work.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question34&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question34&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question35Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 35.&lt;/strong&gt;&lt;br /&gt;Managers are responsible for employee relations.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;35&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Health club managers are responsible for how their staff treats members.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question35&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question35&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question36Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 36.&lt;/strong&gt;&lt;br /&gt;Managers are responsible for inventory.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;36&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Health club managers don't need to check inventory.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question36&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question36&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question37Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 37.&lt;/strong&gt;&lt;br /&gt;Employees are the leading cause of club theft.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;37&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Juice bars and retail areas are where most club theft happens.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question37&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question37&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question38Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 38.&lt;/strong&gt;&lt;br /&gt;Managers are responsible for inventory.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;38&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Inventory should be checked no less than weekly.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question38&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question38&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question39Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 39.&lt;/strong&gt;&lt;br /&gt;Managers should set the example of behavior.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;39&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Most gyms fail because of bad management.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question39&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question39&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question40Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 40.&lt;/strong&gt;&lt;br /&gt;Managers must have qualities not always required of regular employees.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;40&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Health club management requires no patience.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question40&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question40&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;/div&gt;</body-html>
  <created-at type="datetime">2008-02-02T11:31:44-06:00</created-at>
  <handle>health-club-manager-certification</handle>
  <id type="integer">1414692</id>
  <product-type>Certification</product-type>
  <published-at type="datetime">2008-02-02T21:16:12-06:00</published-at>
  <template-suffix nil="true"></template-suffix>
  <title>Health Club Manager Certification</title>
  <updated-at type="datetime">2008-12-25T20:59:37-06:00</updated-at>
  <vendor>ASFA</vendor>
  <tags nil="true"></tags>
  <body>&lt;notextile&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
	function gradeTest(testForm) {
		var testResult = true;
		var numberRight = 0;
		var elementToScrollTo = '';
		
		for (var i=1; i &lt;= answers.length; i++) {
			var radioArray = document.getElementsByName('question' + i); 
			for (var j=0; j &lt; radioArray.length; j++) {
				if (radioArray[j].checked) {
					if (String(radioArray[j].value).toLowerCase() == String(answers[i]).toLowerCase()) {
						var hintElement = document.getElementById('question' + i + 'Hint');
						hintElement.style.display = 'none';
						numberRight++;
					}
					
					if (String(radioArray[j].value).toLowerCase() != String(answers[i]).toLowerCase()) {
						var hintElement = document.getElementById('question' + i + 'Hint');
						hintElement.style.display = 'block';
						
						if (elementToScrollTo == '') {
							elementToScrollTo = hintElement;
						}
					}
				}
			}
		}
		
		if (numberRight / answers.length &lt;= .7) {
			testResult = false;
			alert(&quot;You received a &quot; + Math.round(numberRight / answers.length *100) + &quot;% and you need at least a 70% to pass -- you will now be taken back to the test where you can correct your wrong answers.&quot;);
		} else {
			alert(&quot;Congratulations!  You received a &quot; + Math.round(numberRight / answers.length *100) + &quot;% and passed the test -- you will now be taken to your shopping cart where you can finish purchasing your certification.&quot;);
		}
		
		if (!testResult) {
			var testElement = document.getElementById('certificationTest');
			testElement.style.display = 'block';
			scrollToElement(elementToScrollTo);
		}
		
		return testResult;
	}
	
	function scrollToElement(elementToScrollTo) {
		var selectedPosY = 0;

		while (elementToScrollTo != null) {
			selectedPosY += elementToScrollTo.offsetTop;
			elementToScrollTo = elementToScrollTo.offsetParent;
		}
		
		window.scrollTo(0, selectedPosY);
	}
	
	function toggleLayer(divID) {
				if (document.getElementById) {
					var style = document.getElementById(divID).style;
					style.display = style.display ? &quot;&quot; : &quot;block&quot;;
				} else if (document.all) {
					var style = document.all[divID].style;
					style.display = style.display ? &quot;&quot; : &quot;block&quot;;
				} else if (document.layers) {
					var style = document.layers[divID].style;
					style.display = style.display ? &quot;&quot; : &quot;block&quot;;
				}

				return false;
	}
var answers = new Array();answers[1] = &quot;F&quot;;answers[2] = &quot;T&quot;;answers[3] = &quot;F&quot;;answers[4] = &quot;T&quot;;answers[5] = &quot;T&quot;;answers[6] = &quot;F&quot;;answers[7] = &quot;T&quot;;answers[8] = &quot;F&quot;;answers[9] = &quot;F&quot;;answers[10] = &quot;T&quot;;answers[11] = &quot;T&quot;;answers[12] = &quot;F&quot;;answers[13] = &quot;T&quot;;answers[14] = &quot;T&quot;;answers[15] = &quot;F&quot;;answers[16] = &quot;T&quot;;answers[17] = &quot;T&quot;;answers[18] = &quot;F&quot;;answers[19] = &quot;F&quot;;answers[20] = &quot;F&quot;;answers[21] = &quot;F&quot;;answers[22] = &quot;F&quot;;answers[23] = &quot;F&quot;;answers[24] = &quot;T&quot;;answers[25] = &quot;F&quot;;answers[26] = &quot;T&quot;;answers[27] = &quot;F&quot;;answers[28] = &quot;T&quot;;answers[29] = &quot;T&quot;;answers[30] = &quot;F&quot;;answers[31] = &quot;F&quot;;answers[32] = &quot;T&quot;;answers[33] = &quot;T&quot;;answers[34] = &quot;T&quot;;answers[35] = &quot;T&quot;;answers[36] = &quot;F&quot;;answers[37] = &quot;T&quot;;answers[38] = &quot;T&quot;;answers[39] = &quot;T&quot;;answers[40] = &quot;F&quot;;
&lt;/script&gt;
&lt;strong&gt;Don't pay unless you pass!&lt;/strong&gt; &lt;br /&gt;&lt;br /&gt;Become a personal trainer and be on the fast track for success with the most user friendly certification tests in the industry.&lt;br /&gt;&lt;br /&gt;&lt;div id=&quot;start&quot;&gt;&lt;a href=&quot;#&quot; onclick=&quot;toggleLayer('certificationTest'); toggleLayer('grade');&quot;&gt;&lt;span&gt;Start The Test&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div id=&quot;certificationTest&quot;&gt;&lt;div id=&quot;question1Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 1.&lt;/strong&gt;&lt;br /&gt;Liability waivers help protect you from law suits.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;1&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;It is not important to require members to sign liability waivers.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question1&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question1&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question2Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 2.&lt;/strong&gt;&lt;br /&gt;All contract clauses should be understood before signing.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;2&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;All contracts and details of gym memberships should be fully explained.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question2&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question2&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question3Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 3.&lt;/strong&gt;&lt;br /&gt;Pre-sale events are good advertising.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;3&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Pre-sale events are not good marketing ideas.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question3&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question3&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question4Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 4.&lt;/strong&gt;&lt;br /&gt;Advertising is essential for developing clientele.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;4&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Marketing programs should be in effect several months before a club's opening.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question4&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question4&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question5Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 5.&lt;/strong&gt;&lt;br /&gt;Advertising is essential for developing clientele.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;5&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Direct mailing and radio advertisements are very effective marketing tactics.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question5&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question5&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question6Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 6.&lt;/strong&gt;&lt;br /&gt;Radio and direct mail are the most effective forms of advertising.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;6&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Large balloons are the most effective form of club advertising.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question6&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question6&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question7Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 7.&lt;/strong&gt;&lt;br /&gt;Name recognition is essential for advertising.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;7&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Employee required uniforms displaying the club name and/or logo helps club marketing.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question7&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question7&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question8Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 8.&lt;/strong&gt;&lt;br /&gt;Auditing payroll keeps ensures no errors.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;8&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Employee payroll should not be audited by management.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question8&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question8&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question9Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 9.&lt;/strong&gt;&lt;br /&gt;Employees are the leading cause of club theft.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;9&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Most club theft is committed by members, not employees.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question9&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question9&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question10Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 10.&lt;/strong&gt;&lt;br /&gt;Employees should always know exactly what is required of them.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;10&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Employees should have written job descriptions.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question10&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question10&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question11Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 11.&lt;/strong&gt;&lt;br /&gt;Public relations helps with word of mouth advertising.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;11&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Public relations is an essential part of club growth.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question11&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question11&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question12Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 12.&lt;/strong&gt;&lt;br /&gt;Video security can help prevent club theft.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;12&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Video security is never required in clubs.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question12&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question12&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question13Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 13.&lt;/strong&gt;&lt;br /&gt;Disciplinary actions may be used to keep a healthy fitness environment.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;13&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Maintaining order in clubs might require disciplinary actions against members and/or employees.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question13&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question13&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question14Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 14.&lt;/strong&gt;&lt;br /&gt;Managers must organize all employees and activities.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;14&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Organization is the primary job of a club manager.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question14&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question14&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question15Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 15.&lt;/strong&gt;&lt;br /&gt;Disciplinary actions may be used to keep a healthy fitness environment.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;15&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Club managers should never revoke club memberships.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question15&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question15&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question16Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 16.&lt;/strong&gt;&lt;br /&gt;Managers must organize all employees and activities.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;16&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Employee behavior is the responsibility of the manager.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question16&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question16&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question17Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 17.&lt;/strong&gt;&lt;br /&gt;Managers should set the example of behavior.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;17&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Employee behavior is a reflection of club management.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question17&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question17&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question18Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 18.&lt;/strong&gt;&lt;br /&gt;Managerial duties are different than that of regular employees.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;18&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Good employees make good managers.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question18&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question18&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question19Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 19.&lt;/strong&gt;&lt;br /&gt;Managers should set the example of behavior.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;19&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Good managers should workout with their employees&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question19&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question19&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question20Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 20.&lt;/strong&gt;&lt;br /&gt;All industries have their own unique requirements for managerial duties.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;20&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Managing health clubs is no different than managing restaurants.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question20&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question20&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question21Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 21.&lt;/strong&gt;&lt;br /&gt;Book keeping is an essential part of management.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;21&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Paperwork is not essential when managing any club.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question21&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question21&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question22Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 22.&lt;/strong&gt;&lt;br /&gt;Managers should be hired based on past performance.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;22&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Club managers should always also be partial owners.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question22&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question22&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question23Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 23.&lt;/strong&gt;&lt;br /&gt;The manager is in-charge of running the club.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;23&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;A good manager usually lets the club run itself.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question23&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question23&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question24Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 24.&lt;/strong&gt;&lt;br /&gt;Managers should set the example of behavior.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;24&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;It is important to show proper workout form while members are watching.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question24&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question24&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question25Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 25.&lt;/strong&gt;&lt;br /&gt;Managers should set the example of behavior.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;25&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Working out on the clock is usually advisable.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question25&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question25&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question26Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 26.&lt;/strong&gt;&lt;br /&gt;Team work is essential for a productive club environment.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;26&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;A good manager encourages employees to work together as a team.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question26&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question26&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question27Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 27.&lt;/strong&gt;&lt;br /&gt;Disciplinary actions may be used to keep a healthy fitness environment.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;27&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Managers never have to settle disputes between employees.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question27&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question27&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question28Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 28.&lt;/strong&gt;&lt;br /&gt;Managers are responsible for employee relations.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;28&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;A good manager knows how to keep his employees content.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question28&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question28&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question29Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 29.&lt;/strong&gt;&lt;br /&gt;Managers are responsible for employee relations.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;29&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;A good manager usually does most of the hiring and firing himself.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question29&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question29&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question30Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 30.&lt;/strong&gt;&lt;br /&gt;Managerial duties are different than that of regular employees.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;30&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Health club managers usually specialize in massage therapy as well as personal training.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question30&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question30&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question31Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 31.&lt;/strong&gt;&lt;br /&gt;Length of work week depends on the needs of the club.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;31&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Good management usually requires sixty hour work weeks.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question31&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question31&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question32Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 32.&lt;/strong&gt;&lt;br /&gt;Managers must organize all employees and activities.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;32&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;It is more important to be respected by your employees as a health club manager.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question32&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question32&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question33Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 33.&lt;/strong&gt;&lt;br /&gt;Managers are responsible for employee relations.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;33&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Pay negotiations should be done directly with the manager.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question33&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question33&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question34Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 34.&lt;/strong&gt;&lt;br /&gt;Managers should set the example of behavior.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;34&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;When managing a health club, it is important to know how all the machines work.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question34&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question34&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question35Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 35.&lt;/strong&gt;&lt;br /&gt;Managers are responsible for employee relations.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;35&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Health club managers are responsible for how their staff treats members.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question35&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question35&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question36Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 36.&lt;/strong&gt;&lt;br /&gt;Managers are responsible for inventory.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;36&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Health club managers don't need to check inventory.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question36&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question36&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question37Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 37.&lt;/strong&gt;&lt;br /&gt;Employees are the leading cause of club theft.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;37&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Juice bars and retail areas are where most club theft happens.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question37&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question37&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question38Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 38.&lt;/strong&gt;&lt;br /&gt;Managers are responsible for inventory.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;38&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Inventory should be checked no less than weekly.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question38&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question38&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question39Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 39.&lt;/strong&gt;&lt;br /&gt;Managers should set the example of behavior.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;39&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Most gyms fail because of bad management.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question39&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question39&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question40Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 40.&lt;/strong&gt;&lt;br /&gt;Managers must have qualities not always required of regular employees.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionNumber&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;em&gt;40&lt;/em&gt;.&lt;/p&gt;&lt;/div&gt; &lt;div class=&quot;questionText&quot;&gt;&lt;p class=&quot;noMarginNoPadding&quot;&gt;&lt;strong&gt;Health club management requires no patience.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question40&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question40&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;/div&gt;
&lt;/notextile&gt;</body>
  <variants type="array">
    <variant>
      <compare-at-price type="decimal" nil="true"></compare-at-price>
      <created-at type="datetime">2008-02-02T11:31:44-06:00</created-at>
      <fulfillment-service>manual</fulfillment-service>
      <grams type="integer">0</grams>
      <id type="integer">3059012</id>
      <inventory-management></inventory-management>
      <inventory-policy>deny</inventory-policy>
      <inventory-quantity type="integer">1</inventory-quantity>
      <option1>Certificate Only (1 Year)</option1>
      <option2 nil="true"></option2>
      <option3 nil="true"></option3>
      <position type="integer">1</position>
      <price type="decimal">99.00</price>
      <product-id type="integer">1414692</product-id>
      <requires-shipping type="boolean">true</requires-shipping>
      <sku></sku>
      <taxable type="boolean">true</taxable>
      <title>Certificate Only (1 Year)</title>
      <updated-at type="datetime">2009-12-11T04:22:53-06:00</updated-at>
    </variant>
    <variant>
      <compare-at-price type="decimal" nil="true"></compare-at-price>
      <created-at type="datetime">2008-02-02T11:31:44-06:00</created-at>
      <fulfillment-service>manual</fulfillment-service>
      <grams type="integer">0</grams>
      <id type="integer">3059022</id>
      <inventory-management></inventory-management>
      <inventory-policy>deny</inventory-policy>
      <inventory-quantity type="integer">1</inventory-quantity>
      <option1>Certificate &amp; Pocket Certification Card (1 Year)</option1>
      <option2 nil="true"></option2>
      <option3 nil="true"></option3>
      <position type="integer">2</position>
      <price type="decimal">125.00</price>
      <product-id type="integer">1414692</product-id>
      <requires-shipping type="boolean">true</requires-shipping>
      <sku></sku>
      <taxable type="boolean">true</taxable>
      <title>Certificate &amp; Pocket Certification Card (1 Year)</title>
      <updated-at type="datetime">2009-12-11T04:23:05-06:00</updated-at>
    </variant>
    <variant>
      <compare-at-price type="decimal" nil="true"></compare-at-price>
      <created-at type="datetime">2008-02-02T11:31:44-06:00</created-at>
      <fulfillment-service>manual</fulfillment-service>
      <grams type="integer">0</grams>
      <id type="integer">4834891</id>
      <inventory-management></inventory-management>
      <inventory-policy>deny</inventory-policy>
      <inventory-quantity type="integer">1</inventory-quantity>
      <option1>Certificate &amp; Pocket Certification Card (Lifetime Renewal)</option1>
      <option2 nil="true"></option2>
      <option3 nil="true"></option3>
      <position type="integer">3</position>
      <price type="decimal">299.00</price>
      <product-id type="integer">1414692</product-id>
      <requires-shipping type="boolean">true</requires-shipping>
      <sku></sku>
      <taxable type="boolean">true</taxable>
      <title>Certificate &amp; Pocket Certification Card (Lifetime Renewal)</title>
      <updated-at type="datetime">2009-12-11T04:23:15-06:00</updated-at>
    </variant>
  </variants>
  <images type="array">
    <image>
      <created-at type="datetime">2008-02-02T11:31:44-06:00</created-at>
      <id type="integer">2790172</id>
      <position type="integer">1</position>
      <product-id type="integer">1414692</product-id>
      <updated-at type="datetime">2008-12-25T20:59:37-06:00</updated-at>
      <src>http://cdn.shopify.com/s/files/1/0009/1112/products/hcm1.jpg?1268158926</src>
    </image>
    <image>
      <created-at type="datetime">2008-02-02T11:31:44-06:00</created-at>
      <id type="integer">2790182</id>
      <position type="integer">2</position>
      <product-id type="integer">1414692</product-id>
      <updated-at type="datetime">2008-12-25T20:59:37-06:00</updated-at>
      <src>http://cdn.shopify.com/s/files/1/0009/1112/products/hcm2.jpg?1268158926</src>
    </image>
  </images>
  <options type="array">
    <option>
      <name>Title</name>
    </option>
  </options>
</product>
