<?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;T&quot;;answers[2] = &quot;F&quot;;answers[3] = &quot;T&quot;;answers[4] = &quot;T&quot;;answers[5] = &quot;F&quot;;answers[6] = &quot;T&quot;;answers[7] = &quot;F&quot;;answers[8] = &quot;T&quot;;answers[9] = &quot;T&quot;;answers[10] = &quot;T&quot;;answers[11] = &quot;T&quot;;answers[12] = &quot;F&quot;;answers[13] = &quot;F&quot;;answers[14] = &quot;F&quot;;answers[15] = &quot;T&quot;;answers[16] = &quot;T&quot;;answers[17] = &quot;F&quot;;answers[18] = &quot;F&quot;;answers[19] = &quot;T&quot;;answers[20] = &quot;T&quot;;answers[21] = &quot;T&quot;;answers[22] = &quot;F&quot;;answers[23] = &quot;T&quot;;answers[24] = &quot;T&quot;;answers[25] = &quot;F&quot;;answers[26] = &quot;T&quot;;answers[27] = &quot;T&quot;;answers[28] = &quot;T&quot;;answers[29] = &quot;T&quot;;answers[30] = &quot;T&quot;;answers[31] = &quot;F&quot;;answers[32] = &quot;T&quot;;answers[33] = &quot;T&quot;;answers[34] = &quot;F&quot;;answers[35] = &quot;T&quot;;answers[36] = &quot;F&quot;;answers[37] = &quot;T&quot;;answers[38] = &quot;T&quot;;answers[39] = &quot;F&quot;;answers[40] = &quot;F&quot;;answers[41] = &quot;T&quot;;answers[42] = &quot;T&quot;;answers[43] = &quot;F&quot;;answers[44] = &quot;T&quot;;answers[45] = &quot;F&quot;;answers[46] = &quot;T&quot;;answers[47] = &quot;F&quot;;answers[48] = &quot;T&quot;;answers[49] = &quot;F&quot;;answers[50] = &quot;T&quot;;answers[51] = &quot;F&quot;;answers[52] = &quot;F&quot;;answers[53] = &quot;T&quot;;answers[54] = &quot;T&quot;;answers[55] = &quot;T&quot;;answers[56] = &quot;T&quot;;answers[57] = &quot;F&quot;;answers[58] = &quot;T&quot;;answers[59] = &quot;F&quot;;answers[60] = &quot;F&quot;;answers[61] = &quot;C&quot;;answers[62] = &quot;A&quot;;answers[63] = &quot;D&quot;;answers[64] = &quot;B&quot;;answers[65] = &quot;A&quot;;answers[66] = &quot;A&quot;;answers[67] = &quot;D&quot;;answers[68] = &quot;A&quot;;answers[69] = &quot;D&quot;;answers[70] = &quot;B&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;Acute loading is the cause of many weight related injures.&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;Acute loading is the application of a single force of sufficient magnitude to cause injury to a biological tissue.&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;The angle of attack relates to the vertical plane.&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;Your angle of attack is the direction at which a body is projected with respect to the horizontal.&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;The coracolclavicular joint is located where the sternum and clavicle comes together.&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;Your coracoclavicular joint is the syndesmosis with the coracoid process of the scapula bound to the inferior clavicle by the coracoclavicular ligament.&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;Biomechanics study living beings' movements.&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;Biomechanics is the application of the mechanical principles in the study of living organisms.&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;Cruciate ligaments are the major ligaments in the knee.&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;Cruciate ligaments are the major ligaments that cross each other in connecting the anterior and posterior aspects of the shoulder.&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;Fractures are characterized by a rupture of the solid bone mass.&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;A disruption in the continuity of a bone is a fracture.&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;Mitochondria are considered the &amp;quot;work horse&amp;quot; of cells.&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;A sensory receptor that inhibits tension development in a muscle and initiates tension development in the antagonist muscles is called a mitochondria cell.&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;Irregular bones are bones or a group of bones having complex forms.&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;The sacrum is an irregular bone.&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;Kinesiology studies only human movement.&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;Kinesiology relates to the study of human movement.&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;Long bones are longer than they are wide.&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;The femur is a &amp;quot;long bone&amp;quot;&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;Bulbous ends are present on all long bones.&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;All &amp;quot;long bones&amp;quot; have bulbous ends.&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;Meniscus cartilage is found in the knees.&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;Meniscus are ligaments found in the knee&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;Osteoblasts are responsible for bone formation.&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;Osteoblasts are bone cells that build new bone tissue.&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;Osteoclasts break down bone tissue.&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;Osteoclasts are bone cells that resorb bone tissue.&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;Reduced mineral density increases the probability of fractures.&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;Osteopenia is a condition of reduced bone mineral density that predisposes the individual to fractures.&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;Women are more predisposed to Osteoporosis than men.&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;Osteoporosis is a disorder involving decreased bone mass and strength with one of more resulting fractures.&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;Supination is the combined conditions of planter flexion, inversion, and adduction.&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;Pronation is the combined conditions of planter flexion, inversion, and adduction.&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;Erector Spinea is located in your lower back.&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;The four muscles of the quadriceps are the rectus femoris, vastus lateralis, vastus medialis, and erector spinea.&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;Scoliosis is an abnormal curve of the spine.&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;Lateral spine curvature is known as Scoliosis.&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;Shearing is a parallel friction.&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;A shear force is directed parallel to a surface.&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;Carpals are found in the wrist.&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;Carpals are short bones.&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;Fast twitch fibers are three times as large as slow twitch fibers.&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;Slow twitch fiber is larger than fast twitch fiber.&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;Sports medicine studies sport and exercise anatomy and physiology.&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;The clinical and scientific aspects of sport and exercise is known as sports medicine.&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;Stress fractures are caused by chronic overloading.&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;A stress fracture is a fracture resulting from repeated loading of relatively low magnitude.&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;Shearing forces are parallel friction.&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;A rotary effect on a force is known as shearing.&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;Increasing muscular elasticity is required for flexibility.&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;Viscoelasticity is your ability to shorten or stretch muscle over time.&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;You cannot pass your elastic limit without permanent injury.&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;Your yield point or elastic limit is the point at which if you continue to stretch you will tear the muscle permanently.&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;Anorexia nervosa and bulimia nervosa can fatally weaken the heart.&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;Anorexia nervosa and bulimia nervosa are life threatening eating disorders.&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;Muscular breakdown can help increase bone density.&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;Regular exercise has been shown to be effective in mediating osteoporosis related bone loss.&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;The tension loaded side is most likely to rupture under extreme stress.&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;Under excessive bending loads, bone tends to fracture on the side loaded in tension.&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;Endurance events utilize mostly slow twitch fibers.&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;A high percentage of fast twitch fibers is advantageous for endurance events.&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;The stronger the muscle the more pressure it can exert.&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;The stronger a muscle, the greater the magnitude of its isometric maximum on the force-velocity curve.&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;Muscular strength can be measured by a one rep. max test.&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;Muscular strength is most commonly measured as the amount of torque a muscle group can generate at a joint.&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;Bursa sacs secrete synovial fluid into joints.&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;Bursa are sacs secreting synovial fluid in the bone.&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;The thumb has a larger range of motion than any finger.&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;The large range of movement of the thumb compared to that of the fingers is derived from the structure of the thumb's carp metacarpal joint.&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;Lateral deviation is due to weakness of the vastus medialis oblique.&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;Painful lateral deviation in the patellar tracking is generally caused by weakness of the vastus lateralis.&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;All studies improve with practice and knowledge gained.&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;The ability to effectively analyze human movement improves with practice.&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;Eastern block training routines incorporate up to 400 grams of protein per day.&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;An &amp;quot;Eastern Block&amp;quot; training split involves very high intakes of protein.&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;Super-setting is an effective way to maximize rest periods in a workout.&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;Super-setting&amp;quot; is an ineffective form of bodybuilding.&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;Giant sets incorporate more exercises than super sets.&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;Giant sets&amp;quot; are the same as super sets.&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 id=&quot;question41Hint&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 41.&lt;/strong&gt;&lt;br /&gt;Any motion requiring excessive torque on small muscle groups may cause tearing.&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;41&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;Bringing a shoulder press down past the forehead can cause rotator cuff damage.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question41&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question41&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;question42Hint&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 42.&lt;/strong&gt;&lt;br /&gt;Hack squats creates shearing forces straining the ACL.&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;42&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;The hack-squat creates a shearing force on the knees.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question42&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question42&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;question43Hint&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 43.&lt;/strong&gt;&lt;br /&gt;All levels of fitness require adequate rest for muscular development.&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;43&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;Advanced bodybuilders should often workout seven days per week with no rest.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question43&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question43&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;question44Hint&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 44.&lt;/strong&gt;&lt;br /&gt;Double split routines may be highly effective for advanced bodybuilders.&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;44&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 &amp;quot;double-split&amp;quot; routine is sometimes advisable for maximal muscle gain.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question44&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question44&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;question45Hint&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 45.&lt;/strong&gt;&lt;br /&gt;The decline dumbbell press has the most effective EKG rating for pectoralis major stimulation.&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;45&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;On an EKG muscle stimulation reading, the bench press is the best exercise to stimulate chest muscular growth.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question45&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question45&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;question46Hint&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 46.&lt;/strong&gt;&lt;br /&gt;Nutrition and rest and pivotal for muscular recovery.&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;46&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;Over-training can be avoided if you eat and rest properly.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question46&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question46&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;question47Hint&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 47.&lt;/strong&gt;&lt;br /&gt;Optimal performance routines depend on individual fitness needs.&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;47&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 two days per week is optimal for performance.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question47&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question47&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;question48Hint&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 48.&lt;/strong&gt;&lt;br /&gt;All fitness routines vary based on individual needs.&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;48&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;Sport specific athletes workout differently than bodybuilders.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question48&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question48&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;question49Hint&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 49.&lt;/strong&gt;&lt;br /&gt;Nutrition is always an essential part of muscular development&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;49&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;If you lift hard, nutrition is not essential for building lean muscle mass.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question49&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question49&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;question50Hint&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 50.&lt;/strong&gt;&lt;br /&gt;Protein synthesis is required for muscular development.&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;50&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;Adequate amounts of protein are essential for muscle bulk.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question50&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question50&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;question51Hint&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 51.&lt;/strong&gt;&lt;br /&gt;Dehydration severely effects 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;51&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;Water intake is not important in building muscle.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question51&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question51&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;question52Hint&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 52.&lt;/strong&gt;&lt;br /&gt;The dead-lift does not require any pressing motion.&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;52&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;The dead-lift utilizes muscles in the back, legs, biceps, shoulders, and chest.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question52&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question52&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;question53Hint&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 53.&lt;/strong&gt;&lt;br /&gt;Intense workouts are required for optimal muscular development.&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;53&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;Intensity is more important than duration in building muscle bulk.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question53&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question53&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;question54Hint&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 54.&lt;/strong&gt;&lt;br /&gt;Too much duration could cause over-training or diminishing returns for muscular development.&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;54&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;You should not workout for more than one and a half hrs. at a time for maximal natural testosterone release.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question54&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question54&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;question55Hint&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 55.&lt;/strong&gt;&lt;br /&gt;Under-training doe not break down the muscle tissue enough to reach full growth potential.&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;55&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;Under-training is as detrimental as over-training.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question55&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question55&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;question56Hint&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 56.&lt;/strong&gt;&lt;br /&gt;Fat is essential for optimal 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;56&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;Fat is an essential component of a healthy diet.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question56&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question56&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;question57Hint&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 57.&lt;/strong&gt;&lt;br /&gt;Fat is essential for optimal 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;57&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;Your body can grow muscle without fat in the diet.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question57&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question57&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;question58Hint&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 58.&lt;/strong&gt;&lt;br /&gt;Fish oil is often used in joint support formulas.&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;58&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;Fish oil helps lubricate your joints.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question58&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question58&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;question59Hint&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 59.&lt;/strong&gt;&lt;br /&gt;Vitamins and minerals are essential for muscular development.&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;59&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;Some vitamins and minerals are detrimental to gaining muscle mass.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question59&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question59&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;question60Hint&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 60.&lt;/strong&gt;&lt;br /&gt;Adequate rest is essential for adequate workouts and development.&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;60&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;Proper nutrition and inadequate rest usually leads to intense workouts.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question60&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question60&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;question61Hint&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 61.&lt;/strong&gt;&lt;br /&gt;The soleus is in the calf.&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;61&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;Which of the following is not one of the muscles of the quadriceps?&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question61&quot; value=&quot;a&quot; checked=&quot;checked&quot; /&gt; Rectus Femoris &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question61&quot; value=&quot;b&quot; /&gt; Vastis Medialis Oblique &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question61&quot; value=&quot;c&quot; /&gt; Soleus &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question61&quot; value=&quot;d&quot; /&gt; Vastus Lateralis&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question62Hint&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 62.&lt;/strong&gt;&lt;br /&gt;The sartorius runs down the inner thigh.&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;62&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;Which of the following is not one of the muscles of the hamstring?&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question62&quot; value=&quot;a&quot; checked=&quot;checked&quot; /&gt; Sartorius &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question62&quot; value=&quot;b&quot; /&gt; Semitendinosus &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question62&quot; value=&quot;c&quot; /&gt; Biceps femoris &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question62&quot; value=&quot;d&quot; /&gt; Semimembranosus&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question63Hint&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 63.&lt;/strong&gt;&lt;br /&gt;The gracilis is located in the groin.&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;63&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;Which of the following is not located in the upper body?&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question63&quot; value=&quot;a&quot; checked=&quot;checked&quot; /&gt; Sternocleidomastoid &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question63&quot; value=&quot;b&quot; /&gt; Brachialis &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question63&quot; value=&quot;c&quot; /&gt; Serratus anterior &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question63&quot; value=&quot;d&quot; /&gt; Gracilis&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question64Hint&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 64.&lt;/strong&gt;&lt;br /&gt;The gastrocnemius is located in the calf.&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;64&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;Which of the following is located in the neck region?&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question64&quot; value=&quot;a&quot; checked=&quot;checked&quot; /&gt; Latissimus dorsi &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question64&quot; value=&quot;b&quot; /&gt; Sternocleidomastoid &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question64&quot; value=&quot;c&quot; /&gt; Gastrocnemius &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question64&quot; value=&quot;d&quot; /&gt; Adductor longus&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question65Hint&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 65.&lt;/strong&gt;&lt;br /&gt;The deltoid is located at your shoulder.&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;65&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;Which of the following is located in the groin region?&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question65&quot; value=&quot;a&quot; checked=&quot;checked&quot; /&gt; Prectineus &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question65&quot; value=&quot;b&quot; /&gt; Tibialis anterior &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question65&quot; value=&quot;c&quot; /&gt; Deltoid &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question65&quot; value=&quot;d&quot; /&gt; Triceps brachii&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question66Hint&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 66.&lt;/strong&gt;&lt;br /&gt;The average athlete's resting heart rate is 60.&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;66&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;The average man's resting heart rate is?&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question66&quot; value=&quot;a&quot; checked=&quot;checked&quot; /&gt; 72 &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question66&quot; value=&quot;b&quot; /&gt; 50 &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question66&quot; value=&quot;c&quot; /&gt; 64 &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question66&quot; value=&quot;d&quot; /&gt; 88&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question67Hint&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 67.&lt;/strong&gt;&lt;br /&gt;The average systolic blood pressure is 120.&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;67&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;Average blood pressure is?&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question67&quot; value=&quot;a&quot; checked=&quot;checked&quot; /&gt; 120/50 &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question67&quot; value=&quot;b&quot; /&gt; 120/95 &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question67&quot; value=&quot;c&quot; /&gt; 110/85 &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question67&quot; value=&quot;d&quot; /&gt; 120/80&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question68Hint&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 68.&lt;/strong&gt;&lt;br /&gt;The average man's pulse is 72.&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;68&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;Average pulse for a competitive athlete is?&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question68&quot; value=&quot;a&quot; checked=&quot;checked&quot; /&gt; 60 &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question68&quot; value=&quot;b&quot; /&gt; 90 &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question68&quot; value=&quot;c&quot; /&gt; 80 &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question68&quot; value=&quot;d&quot; /&gt; 30&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question69Hint&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 69.&lt;/strong&gt;&lt;br /&gt;Shin splints happen on the muscle in front of the tibia.&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;69&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 &amp;quot;shin splint&amp;quot; is a minor tear of what muscle?&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question69&quot; value=&quot;a&quot; checked=&quot;checked&quot; /&gt; Bicep &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question69&quot; value=&quot;b&quot; /&gt; Gracilis &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question69&quot; value=&quot;c&quot; /&gt; Pectoralis Major &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question69&quot; value=&quot;d&quot; /&gt; Tibialis anterior&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question70Hint&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 70.&lt;/strong&gt;&lt;br /&gt;Physical fitness components only involve controllable aspects of physical fitness.&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;70&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;Which of the following is not a component of physical fitness?&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question70&quot; value=&quot;a&quot; checked=&quot;checked&quot; /&gt; Composition &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question70&quot; value=&quot;b&quot; /&gt; Age  &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question70&quot; value=&quot;c&quot; /&gt; Flexibility &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question70&quot; value=&quot;d&quot; /&gt; Strength&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-02T20:59:06-06:00</created-at>
  <handle>advanced-personal-training-certification</handle>
  <id type="integer">1414562</id>
  <product-type>Certification</product-type>
  <published-at type="datetime">2008-02-02T20:59:06-06:00</published-at>
  <template-suffix nil="true"></template-suffix>
  <title>Advanced Personal Training Certification</title>
  <updated-at type="datetime">2008-12-25T20:49:34-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;T&quot;;answers[2] = &quot;F&quot;;answers[3] = &quot;T&quot;;answers[4] = &quot;T&quot;;answers[5] = &quot;F&quot;;answers[6] = &quot;T&quot;;answers[7] = &quot;F&quot;;answers[8] = &quot;T&quot;;answers[9] = &quot;T&quot;;answers[10] = &quot;T&quot;;answers[11] = &quot;T&quot;;answers[12] = &quot;F&quot;;answers[13] = &quot;F&quot;;answers[14] = &quot;F&quot;;answers[15] = &quot;T&quot;;answers[16] = &quot;T&quot;;answers[17] = &quot;F&quot;;answers[18] = &quot;F&quot;;answers[19] = &quot;T&quot;;answers[20] = &quot;T&quot;;answers[21] = &quot;T&quot;;answers[22] = &quot;F&quot;;answers[23] = &quot;T&quot;;answers[24] = &quot;T&quot;;answers[25] = &quot;F&quot;;answers[26] = &quot;T&quot;;answers[27] = &quot;T&quot;;answers[28] = &quot;T&quot;;answers[29] = &quot;T&quot;;answers[30] = &quot;T&quot;;answers[31] = &quot;F&quot;;answers[32] = &quot;T&quot;;answers[33] = &quot;T&quot;;answers[34] = &quot;F&quot;;answers[35] = &quot;T&quot;;answers[36] = &quot;F&quot;;answers[37] = &quot;T&quot;;answers[38] = &quot;T&quot;;answers[39] = &quot;F&quot;;answers[40] = &quot;F&quot;;answers[41] = &quot;T&quot;;answers[42] = &quot;T&quot;;answers[43] = &quot;F&quot;;answers[44] = &quot;T&quot;;answers[45] = &quot;F&quot;;answers[46] = &quot;T&quot;;answers[47] = &quot;F&quot;;answers[48] = &quot;T&quot;;answers[49] = &quot;F&quot;;answers[50] = &quot;T&quot;;answers[51] = &quot;F&quot;;answers[52] = &quot;F&quot;;answers[53] = &quot;T&quot;;answers[54] = &quot;T&quot;;answers[55] = &quot;T&quot;;answers[56] = &quot;T&quot;;answers[57] = &quot;F&quot;;answers[58] = &quot;T&quot;;answers[59] = &quot;F&quot;;answers[60] = &quot;F&quot;;answers[61] = &quot;C&quot;;answers[62] = &quot;A&quot;;answers[63] = &quot;D&quot;;answers[64] = &quot;B&quot;;answers[65] = &quot;A&quot;;answers[66] = &quot;A&quot;;answers[67] = &quot;D&quot;;answers[68] = &quot;A&quot;;answers[69] = &quot;D&quot;;answers[70] = &quot;B&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;Acute loading is the cause of many weight related injures.&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;Acute loading is the application of a single force of sufficient magnitude to cause injury to a biological tissue.&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;The angle of attack relates to the vertical plane.&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;Your angle of attack is the direction at which a body is projected with respect to the horizontal.&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;The coracolclavicular joint is located where the sternum and clavicle comes together.&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;Your coracoclavicular joint is the syndesmosis with the coracoid process of the scapula bound to the inferior clavicle by the coracoclavicular ligament.&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;Biomechanics study living beings' movements.&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;Biomechanics is the application of the mechanical principles in the study of living organisms.&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;Cruciate ligaments are the major ligaments in the knee.&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;Cruciate ligaments are the major ligaments that cross each other in connecting the anterior and posterior aspects of the shoulder.&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;Fractures are characterized by a rupture of the solid bone mass.&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;A disruption in the continuity of a bone is a fracture.&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;Mitochondria are considered the &amp;quot;work horse&amp;quot; of cells.&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;A sensory receptor that inhibits tension development in a muscle and initiates tension development in the antagonist muscles is called a mitochondria cell.&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;Irregular bones are bones or a group of bones having complex forms.&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;The sacrum is an irregular bone.&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;Kinesiology studies only human movement.&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;Kinesiology relates to the study of human movement.&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;Long bones are longer than they are wide.&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;The femur is a &amp;quot;long bone&amp;quot;&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;Bulbous ends are present on all long bones.&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;All &amp;quot;long bones&amp;quot; have bulbous ends.&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;Meniscus cartilage is found in the knees.&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;Meniscus are ligaments found in the knee&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;Osteoblasts are responsible for bone formation.&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;Osteoblasts are bone cells that build new bone tissue.&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;Osteoclasts break down bone tissue.&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;Osteoclasts are bone cells that resorb bone tissue.&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;Reduced mineral density increases the probability of fractures.&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;Osteopenia is a condition of reduced bone mineral density that predisposes the individual to fractures.&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;Women are more predisposed to Osteoporosis than men.&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;Osteoporosis is a disorder involving decreased bone mass and strength with one of more resulting fractures.&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;Supination is the combined conditions of planter flexion, inversion, and adduction.&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;Pronation is the combined conditions of planter flexion, inversion, and adduction.&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;Erector Spinea is located in your lower back.&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;The four muscles of the quadriceps are the rectus femoris, vastus lateralis, vastus medialis, and erector spinea.&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;Scoliosis is an abnormal curve of the spine.&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;Lateral spine curvature is known as Scoliosis.&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;Shearing is a parallel friction.&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;A shear force is directed parallel to a surface.&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;Carpals are found in the wrist.&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;Carpals are short bones.&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;Fast twitch fibers are three times as large as slow twitch fibers.&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;Slow twitch fiber is larger than fast twitch fiber.&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;Sports medicine studies sport and exercise anatomy and physiology.&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;The clinical and scientific aspects of sport and exercise is known as sports medicine.&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;Stress fractures are caused by chronic overloading.&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;A stress fracture is a fracture resulting from repeated loading of relatively low magnitude.&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;Shearing forces are parallel friction.&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;A rotary effect on a force is known as shearing.&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;Increasing muscular elasticity is required for flexibility.&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;Viscoelasticity is your ability to shorten or stretch muscle over time.&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;You cannot pass your elastic limit without permanent injury.&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;Your yield point or elastic limit is the point at which if you continue to stretch you will tear the muscle permanently.&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;Anorexia nervosa and bulimia nervosa can fatally weaken the heart.&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;Anorexia nervosa and bulimia nervosa are life threatening eating disorders.&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;Muscular breakdown can help increase bone density.&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;Regular exercise has been shown to be effective in mediating osteoporosis related bone loss.&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;The tension loaded side is most likely to rupture under extreme stress.&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;Under excessive bending loads, bone tends to fracture on the side loaded in tension.&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;Endurance events utilize mostly slow twitch fibers.&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;A high percentage of fast twitch fibers is advantageous for endurance events.&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;The stronger the muscle the more pressure it can exert.&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;The stronger a muscle, the greater the magnitude of its isometric maximum on the force-velocity curve.&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;Muscular strength can be measured by a one rep. max test.&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;Muscular strength is most commonly measured as the amount of torque a muscle group can generate at a joint.&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;Bursa sacs secrete synovial fluid into joints.&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;Bursa are sacs secreting synovial fluid in the bone.&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;The thumb has a larger range of motion than any finger.&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;The large range of movement of the thumb compared to that of the fingers is derived from the structure of the thumb's carp metacarpal joint.&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;Lateral deviation is due to weakness of the vastus medialis oblique.&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;Painful lateral deviation in the patellar tracking is generally caused by weakness of the vastus lateralis.&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;All studies improve with practice and knowledge gained.&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;The ability to effectively analyze human movement improves with practice.&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;Eastern block training routines incorporate up to 400 grams of protein per day.&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;An &amp;quot;Eastern Block&amp;quot; training split involves very high intakes of protein.&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;Super-setting is an effective way to maximize rest periods in a workout.&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;Super-setting&amp;quot; is an ineffective form of bodybuilding.&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;Giant sets incorporate more exercises than super sets.&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;Giant sets&amp;quot; are the same as super sets.&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 id=&quot;question41Hint&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 41.&lt;/strong&gt;&lt;br /&gt;Any motion requiring excessive torque on small muscle groups may cause tearing.&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;41&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;Bringing a shoulder press down past the forehead can cause rotator cuff damage.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question41&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question41&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;question42Hint&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 42.&lt;/strong&gt;&lt;br /&gt;Hack squats creates shearing forces straining the ACL.&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;42&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;The hack-squat creates a shearing force on the knees.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question42&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question42&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;question43Hint&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 43.&lt;/strong&gt;&lt;br /&gt;All levels of fitness require adequate rest for muscular development.&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;43&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;Advanced bodybuilders should often workout seven days per week with no rest.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question43&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question43&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;question44Hint&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 44.&lt;/strong&gt;&lt;br /&gt;Double split routines may be highly effective for advanced bodybuilders.&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;44&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 &amp;quot;double-split&amp;quot; routine is sometimes advisable for maximal muscle gain.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question44&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question44&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;question45Hint&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 45.&lt;/strong&gt;&lt;br /&gt;The decline dumbbell press has the most effective EKG rating for pectoralis major stimulation.&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;45&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;On an EKG muscle stimulation reading, the bench press is the best exercise to stimulate chest muscular growth.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question45&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question45&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;question46Hint&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 46.&lt;/strong&gt;&lt;br /&gt;Nutrition and rest and pivotal for muscular recovery.&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;46&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;Over-training can be avoided if you eat and rest properly.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question46&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question46&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;question47Hint&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 47.&lt;/strong&gt;&lt;br /&gt;Optimal performance routines depend on individual fitness needs.&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;47&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 two days per week is optimal for performance.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question47&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question47&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;question48Hint&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 48.&lt;/strong&gt;&lt;br /&gt;All fitness routines vary based on individual needs.&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;48&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;Sport specific athletes workout differently than bodybuilders.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question48&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question48&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;question49Hint&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 49.&lt;/strong&gt;&lt;br /&gt;Nutrition is always an essential part of muscular development&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;49&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;If you lift hard, nutrition is not essential for building lean muscle mass.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question49&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question49&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;question50Hint&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 50.&lt;/strong&gt;&lt;br /&gt;Protein synthesis is required for muscular development.&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;50&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;Adequate amounts of protein are essential for muscle bulk.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question50&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question50&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;question51Hint&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 51.&lt;/strong&gt;&lt;br /&gt;Dehydration severely effects 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;51&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;Water intake is not important in building muscle.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question51&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question51&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;question52Hint&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 52.&lt;/strong&gt;&lt;br /&gt;The dead-lift does not require any pressing motion.&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;52&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;The dead-lift utilizes muscles in the back, legs, biceps, shoulders, and chest.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question52&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question52&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;question53Hint&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 53.&lt;/strong&gt;&lt;br /&gt;Intense workouts are required for optimal muscular development.&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;53&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;Intensity is more important than duration in building muscle bulk.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question53&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question53&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;question54Hint&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 54.&lt;/strong&gt;&lt;br /&gt;Too much duration could cause over-training or diminishing returns for muscular development.&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;54&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;You should not workout for more than one and a half hrs. at a time for maximal natural testosterone release.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question54&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question54&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;question55Hint&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 55.&lt;/strong&gt;&lt;br /&gt;Under-training doe not break down the muscle tissue enough to reach full growth potential.&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;55&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;Under-training is as detrimental as over-training.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question55&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question55&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;question56Hint&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 56.&lt;/strong&gt;&lt;br /&gt;Fat is essential for optimal 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;56&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;Fat is an essential component of a healthy diet.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question56&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question56&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;question57Hint&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 57.&lt;/strong&gt;&lt;br /&gt;Fat is essential for optimal 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;57&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;Your body can grow muscle without fat in the diet.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question57&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question57&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;question58Hint&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 58.&lt;/strong&gt;&lt;br /&gt;Fish oil is often used in joint support formulas.&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;58&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;Fish oil helps lubricate your joints.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question58&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question58&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;question59Hint&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 59.&lt;/strong&gt;&lt;br /&gt;Vitamins and minerals are essential for muscular development.&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;59&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;Some vitamins and minerals are detrimental to gaining muscle mass.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question59&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question59&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;question60Hint&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 60.&lt;/strong&gt;&lt;br /&gt;Adequate rest is essential for adequate workouts and development.&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;60&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;Proper nutrition and inadequate rest usually leads to intense workouts.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question60&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question60&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;question61Hint&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 61.&lt;/strong&gt;&lt;br /&gt;The soleus is in the calf.&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;61&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;Which of the following is not one of the muscles of the quadriceps?&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question61&quot; value=&quot;a&quot; checked=&quot;checked&quot; /&gt; Rectus Femoris &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question61&quot; value=&quot;b&quot; /&gt; Vastis Medialis Oblique &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question61&quot; value=&quot;c&quot; /&gt; Soleus &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question61&quot; value=&quot;d&quot; /&gt; Vastus Lateralis&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question62Hint&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 62.&lt;/strong&gt;&lt;br /&gt;The sartorius runs down the inner thigh.&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;62&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;Which of the following is not one of the muscles of the hamstring?&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question62&quot; value=&quot;a&quot; checked=&quot;checked&quot; /&gt; Sartorius &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question62&quot; value=&quot;b&quot; /&gt; Semitendinosus &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question62&quot; value=&quot;c&quot; /&gt; Biceps femoris &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question62&quot; value=&quot;d&quot; /&gt; Semimembranosus&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question63Hint&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 63.&lt;/strong&gt;&lt;br /&gt;The gracilis is located in the groin.&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;63&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;Which of the following is not located in the upper body?&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question63&quot; value=&quot;a&quot; checked=&quot;checked&quot; /&gt; Sternocleidomastoid &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question63&quot; value=&quot;b&quot; /&gt; Brachialis &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question63&quot; value=&quot;c&quot; /&gt; Serratus anterior &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question63&quot; value=&quot;d&quot; /&gt; Gracilis&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question64Hint&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 64.&lt;/strong&gt;&lt;br /&gt;The gastrocnemius is located in the calf.&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;64&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;Which of the following is located in the neck region?&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question64&quot; value=&quot;a&quot; checked=&quot;checked&quot; /&gt; Latissimus dorsi &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question64&quot; value=&quot;b&quot; /&gt; Sternocleidomastoid &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question64&quot; value=&quot;c&quot; /&gt; Gastrocnemius &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question64&quot; value=&quot;d&quot; /&gt; Adductor longus&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question65Hint&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 65.&lt;/strong&gt;&lt;br /&gt;The deltoid is located at your shoulder.&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;65&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;Which of the following is located in the groin region?&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question65&quot; value=&quot;a&quot; checked=&quot;checked&quot; /&gt; Prectineus &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question65&quot; value=&quot;b&quot; /&gt; Tibialis anterior &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question65&quot; value=&quot;c&quot; /&gt; Deltoid &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question65&quot; value=&quot;d&quot; /&gt; Triceps brachii&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question66Hint&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 66.&lt;/strong&gt;&lt;br /&gt;The average athlete's resting heart rate is 60.&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;66&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;The average man's resting heart rate is?&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question66&quot; value=&quot;a&quot; checked=&quot;checked&quot; /&gt; 72 &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question66&quot; value=&quot;b&quot; /&gt; 50 &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question66&quot; value=&quot;c&quot; /&gt; 64 &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question66&quot; value=&quot;d&quot; /&gt; 88&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question67Hint&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 67.&lt;/strong&gt;&lt;br /&gt;The average systolic blood pressure is 120.&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;67&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;Average blood pressure is?&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question67&quot; value=&quot;a&quot; checked=&quot;checked&quot; /&gt; 120/50 &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question67&quot; value=&quot;b&quot; /&gt; 120/95 &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question67&quot; value=&quot;c&quot; /&gt; 110/85 &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question67&quot; value=&quot;d&quot; /&gt; 120/80&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question68Hint&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 68.&lt;/strong&gt;&lt;br /&gt;The average man's pulse is 72.&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;68&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;Average pulse for a competitive athlete is?&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question68&quot; value=&quot;a&quot; checked=&quot;checked&quot; /&gt; 60 &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question68&quot; value=&quot;b&quot; /&gt; 90 &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question68&quot; value=&quot;c&quot; /&gt; 80 &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question68&quot; value=&quot;d&quot; /&gt; 30&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question69Hint&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 69.&lt;/strong&gt;&lt;br /&gt;Shin splints happen on the muscle in front of the tibia.&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;69&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 &amp;quot;shin splint&amp;quot; is a minor tear of what muscle?&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question69&quot; value=&quot;a&quot; checked=&quot;checked&quot; /&gt; Bicep &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question69&quot; value=&quot;b&quot; /&gt; Gracilis &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question69&quot; value=&quot;c&quot; /&gt; Pectoralis Major &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question69&quot; value=&quot;d&quot; /&gt; Tibialis anterior&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=&quot;question70Hint&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 70.&lt;/strong&gt;&lt;br /&gt;Physical fitness components only involve controllable aspects of physical fitness.&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;70&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;Which of the following is not a component of physical fitness?&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question70&quot; value=&quot;a&quot; checked=&quot;checked&quot; /&gt; Composition &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question70&quot; value=&quot;b&quot; /&gt; Age  &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question70&quot; value=&quot;c&quot; /&gt; Flexibility &lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question70&quot; value=&quot;d&quot; /&gt; Strength&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-02T20:59:06-06:00</created-at>
      <fulfillment-service>manual</fulfillment-service>
      <grams type="integer">0</grams>
      <id type="integer">3058672</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">169.00</price>
      <product-id type="integer">1414562</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:21:10-06:00</updated-at>
    </variant>
    <variant>
      <compare-at-price type="decimal" nil="true"></compare-at-price>
      <created-at type="datetime">2008-02-02T20:59:06-06:00</created-at>
      <fulfillment-service>manual</fulfillment-service>
      <grams type="integer">0</grams>
      <id type="integer">3058692</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">195.00</price>
      <product-id type="integer">1414562</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:21:19-06:00</updated-at>
    </variant>
    <variant>
      <compare-at-price type="decimal" nil="true"></compare-at-price>
      <created-at type="datetime">2008-02-02T20:59:06-06:00</created-at>
      <fulfillment-service>manual</fulfillment-service>
      <grams type="integer">0</grams>
      <id type="integer">4834871</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">449.00</price>
      <product-id type="integer">1414562</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-07-09T22:57:08-05:00</updated-at>
    </variant>
  </variants>
  <images type="array">
    <image>
      <created-at type="datetime">2008-02-02T20:59:06-06:00</created-at>
      <id type="integer">2992932</id>
      <position type="integer">1</position>
      <product-id type="integer">1414562</product-id>
      <updated-at type="datetime">2008-12-25T20:49:34-06:00</updated-at>
      <src>http://cdn.shopify.com/s/files/1/0009/1112/products/apt1.jpg?1268275960</src>
    </image>
    <image>
      <created-at type="datetime">2008-02-02T20:59:06-06:00</created-at>
      <id type="integer">2992942</id>
      <position type="integer">2</position>
      <product-id type="integer">1414562</product-id>
      <updated-at type="datetime">2008-12-25T20:49:34-06:00</updated-at>
      <src>http://cdn.shopify.com/s/files/1/0009/1112/products/apt2.jpg?1268275960</src>
    </image>
  </images>
  <options type="array">
    <option>
      <name>Title</name>
    </option>
  </options>
</product>
