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

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

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

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

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

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

        return testResult;
    }

    function scrollToElement(elementToScrollTo) {
        var selectedPosY = 0;

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

        window.scrollTo(0, selectedPosY);
    }

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

                return false;
    }
var answers = new Array();answers[1] = &quot;F&quot;;answers[2] = &quot;T&quot;;answers[3] = &quot;F&quot;;answers[4] = &quot;T&quot;;answers[5] = &quot;T&quot;;answers[6] = &quot;F&quot;;answers[7] = &quot;T&quot;;answers[8] = &quot;F&quot;;answers[9] = &quot;F&quot;;answers[10] = &quot;F&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;T&quot;;answers[18] = &quot;F&quot;;answers[19] = &quot;F&quot;;answers[20] = &quot;F&quot;;answers[21] = &quot;F&quot;;answers[22] = &quot;F&quot;;answers[23] = &quot;F&quot;;answers[24] = &quot;T&quot;;answers[25] = &quot;F&quot;;answers[26] = &quot;T&quot;;answers[27] = &quot;F&quot;;answers[28] = &quot;T&quot;;answers[29] = &quot;F&quot;;answers[30] = &quot;F&quot;;answers[31] = &quot;F&quot;;answers[32] = &quot;T&quot;;answers[33] = &quot;T&quot;;answers[34] = &quot;T&quot;;answers[35] = &quot;T&quot;;answers[36] = &quot;F&quot;;answers[37] = &quot;F&quot;;answers[38] = &quot;T&quot;;answers[39] = &quot;T&quot;;answers[40] = &quot;F&quot;;
&lt;/script&gt;
&lt;strong&gt;Don't pay unless you pass!&lt;/strong&gt; &lt;br /&gt;&lt;br /&gt;Become a personal trainer and be on the fast track for success with the most user friendly certification tests in the industry.&lt;br /&gt;&lt;br /&gt;&lt;div id=&quot;start&quot;&gt;&lt;a href=&quot;#&quot; onclick=&quot;toggleLayer('certificationTest'); toggleLayer('grade');&quot;&gt;&lt;span&gt;Start The Test&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div id=&quot;certificationTest&quot;&gt;&lt;div id=&quot;question1Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 1.&lt;/strong&gt;&lt;br /&gt;Women and men have strengths and weaknesses in a fighting context.&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;Women naturally have the same fighting capabilities as men.&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;Certain words draw more attention than others.&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;When attacked, a woman should scream RAPE!&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;Certain words make people want to run the other direction.&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;When attacked, a woman should scream POLICE!&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;The thumb is the weak side of the grip.&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;To break a man's grip, women should turn their arm against the thumb side.&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;A crushed arch can be crippling.&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;Stomping on the arch of the foot can be an employable defense against an attack from behind.&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;Striking to vital points is essential.&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;After screaming, a woman should do a combination punch to her assailant's chest to defend herself.&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;Striking to vital points is essential.&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 primary target on any assailant is his/her eyes.&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;Striking to vital points is essential.&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;A fingertip strike to the eyes can be used as a diversion, not a valid self-defense strike.&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;Strike to the weakest part of any anatomical reference.&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;Striking to the side of the neck is advisable against a larger attacker.&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;Men know how to deflect/block groin strikes.&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;Groin strikes are the best defense for a woman when attacked.&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;Strike to the weakest part of any anatomical reference.&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;Kicking the knees on the lateral or medial side is a suitable attack method to escape an assailant.&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;Eyes are very sensitive to pain.&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;A thumb strike to/through an eye will just anger an assailant, not slow or stop him.&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;Defending yourself takes priority of the assailant's well-being.&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;Striking to the center of the throat should not be employed in defending yourself because of the potential medical side-effects.&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;Striking to vital points is essential.&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;A fist strike to the jaw is advisable against a larger male assailant.&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;Men know how to deflect/block groin strikes.&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;Striking to the groin is only advisable as an alternative strike to the eyes, throat, or knees.&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;The striking surface of your elbow is on your posterior.&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;Elbows should be used to defend against an attack from behind.&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;Elbows contain the second hardest bone in the body.&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;Elbows are a harder and more focused weapon than fists.&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;Fists may be awkward and/or easily broken.&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;Fists are the preferable attack method against any attack.&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;Always take target of opportunity.&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;Sharply raising your heel to the groin of an assailant if attacked from behind is not advisable.&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;Men know how to deflect/block groin strikes.&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;Kneeing an assailant in the groin from a frontal attack is the most advisable course of action.&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;Defending yourself takes priority of the assailant's well-being.&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;Biting and clawing are not acceptable alternatives to escape an attack.&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;High kicking places you off balance.&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;A side-thrust kick to the head is the most suitable defense against most attacks.&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;Always run and yell when free.&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;Once a strike is landed enough to let you struggle free, you should continue to beat your assailant.&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;Assailants don't like attention drawn to themselves.&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;Running and screaming is usually the best option to prevent a would-be attacker.&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;Strike to the weakest part of any anatomical reference.&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;When attacked from the front, striking to the frontal sinus is the best defense.&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;Always run and yell when free.&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;Once mace and pepper spray have been used, you should run quickly before your angered assailant attacks you again.&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;Always run and yell when free.&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;Once mace and pepper spray have been used, you should beat your assailant with any object you can find (ie: purse, shoes, etc.).&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;Knowing your surroundings is vital in attack prevention.&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;Situational awareness is critical in preventing a would-be attacker.&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;Strike to the weakest part of any anatomical reference.&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;When attacked from the front, a round house kick to the outer thigh will usually cripple your opponent.&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;Escaping is the object of self-defense.&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;Killing your opponent with one strike is the object of self-defense.&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;Always run and yell when free.&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;Disabling your opponent long enough to beat him and call for help is the object of self-defense.&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;Escaping is the object of self-defense.&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;Disabling your opponent long enough to escape his attack then get help is the object of self-defense.&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;Men have more testosterone than women.&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;The average woman cannot overpower the average man.&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;Escaping is the object of self-defense.&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;Pulling out a knife or any weapon is not advisable for women's self-defense.&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;Defending yourself takes priority of the assailant's well-being.&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;Eye gouging is an acceptable and preferred method of escaping an attacker.&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;Freezing is the natural reaction.&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;The natural reaction to an attacker is to run.&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;Fight only if adequately trained and experience.&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 natural reaction to an attacker is to fight.&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;Proper training reduces the chance of freezing.&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;The natural reaction to an attacker is to freeze.&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;Knowing your surroundings is vital in attack prevention.&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;Situational awareness and a knowledge of self-defense can help save your life.&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;Fighting back is never useless.&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;Self-defense is useless against a male attacker if he is large enough.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question40&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question40&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;/div&gt;</body-html>
  <created-at type="datetime">2008-02-02T11:31:44-06:00</created-at>
  <handle>self-defense-instructor-certification</handle>
  <id type="integer">1414712</id>
  <product-type>Certification</product-type>
  <published-at type="datetime">2008-02-02T21:16:49-06:00</published-at>
  <template-suffix nil="true"></template-suffix>
  <title>Self Defense Instructor Certification</title>
  <updated-at type="datetime">2008-12-25T21:12:39-06:00</updated-at>
  <vendor>ASFA</vendor>
  <tags nil="true"></tags>
  <body>&lt;notextile&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
	function gradeTest(testForm) {
		var testResult = true;
		var numberRight = 0;
		var elementToScrollTo = '';
		
		for (var i=1; i &lt;= answers.length; i++) {
			var radioArray = document.getElementsByName('question' + i); 
			for (var j=0; j &lt; radioArray.length; j++) {
				if (radioArray[j].checked) {
					if (String(radioArray[j].value).toLowerCase() == String(answers[i]).toLowerCase()) {
						var hintElement = document.getElementById('question' + i + 'Hint');
						hintElement.style.display = 'none';
						numberRight++;
					}
					
					if (String(radioArray[j].value).toLowerCase() != String(answers[i]).toLowerCase()) {
						var hintElement = document.getElementById('question' + i + 'Hint');
						hintElement.style.display = 'block';
						
						if (elementToScrollTo == '') {
							elementToScrollTo = hintElement;
						}
					}
				}
			}
		}
		
		if (numberRight / answers.length &lt;= .7) {
			testResult = false;
			alert(&quot;You received a &quot; + Math.round(numberRight / answers.length *100) + &quot;% and you need at least a 70% to pass -- you will now be taken back to the test where you can correct your wrong answers.&quot;);
		} else {
			alert(&quot;Congratulations!  You received a &quot; + Math.round(numberRight / answers.length *100) + &quot;% and passed the test -- you will now be taken to your shopping cart where you can finish purchasing your certification.&quot;);
		}
		
		if (!testResult) {
			var testElement = document.getElementById('certificationTest');
			testElement.style.display = 'block';
			scrollToElement(elementToScrollTo);
		}
		
		return testResult;
	}
	
	function scrollToElement(elementToScrollTo) {
		var selectedPosY = 0;

		while (elementToScrollTo != null) {
			selectedPosY += elementToScrollTo.offsetTop;
			elementToScrollTo = elementToScrollTo.offsetParent;
		}
		
		window.scrollTo(0, selectedPosY);
	}
	
	function toggleLayer(divID) {
				if (document.getElementById) {
					var style = document.getElementById(divID).style;
					style.display = style.display ? &quot;&quot; : &quot;block&quot;;
				} else if (document.all) {
					var style = document.all[divID].style;
					style.display = style.display ? &quot;&quot; : &quot;block&quot;;
				} else if (document.layers) {
					var style = document.layers[divID].style;
					style.display = style.display ? &quot;&quot; : &quot;block&quot;;
				}

				return false;
	}
var answers = new Array();answers[1] = &quot;F&quot;;answers[2] = &quot;T&quot;;answers[3] = &quot;F&quot;;answers[4] = &quot;T&quot;;answers[5] = &quot;T&quot;;answers[6] = &quot;F&quot;;answers[7] = &quot;T&quot;;answers[8] = &quot;F&quot;;answers[9] = &quot;F&quot;;answers[10] = &quot;F&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;T&quot;;answers[18] = &quot;F&quot;;answers[19] = &quot;F&quot;;answers[20] = &quot;F&quot;;answers[21] = &quot;F&quot;;answers[22] = &quot;F&quot;;answers[23] = &quot;F&quot;;answers[24] = &quot;T&quot;;answers[25] = &quot;F&quot;;answers[26] = &quot;T&quot;;answers[27] = &quot;F&quot;;answers[28] = &quot;T&quot;;answers[29] = &quot;F&quot;;answers[30] = &quot;F&quot;;answers[31] = &quot;F&quot;;answers[32] = &quot;T&quot;;answers[33] = &quot;T&quot;;answers[34] = &quot;T&quot;;answers[35] = &quot;T&quot;;answers[36] = &quot;F&quot;;answers[37] = &quot;F&quot;;answers[38] = &quot;T&quot;;answers[39] = &quot;T&quot;;answers[40] = &quot;F&quot;;
&lt;/script&gt;
&lt;strong&gt;Don't pay unless you pass!&lt;/strong&gt; &lt;br /&gt;&lt;br /&gt;Become a personal trainer and be on the fast track for success with the most user friendly certification tests in the industry.&lt;br /&gt;&lt;br /&gt;&lt;div id=&quot;start&quot;&gt;&lt;a href=&quot;#&quot; onclick=&quot;toggleLayer('certificationTest'); toggleLayer('grade');&quot;&gt;&lt;span&gt;Start The Test&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div id=&quot;certificationTest&quot;&gt;&lt;div id=&quot;question1Hint&quot; class=&quot;questionHint&quot;&gt;&lt;p class=&quot;noMarginNoPadding red&quot;&gt;&lt;em&gt;&lt;strong&gt;Your answer is incorrect  for question 1.&lt;/strong&gt;&lt;br /&gt;Women and men have strengths and weaknesses in a fighting context.&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;Women naturally have the same fighting capabilities as men.&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;Certain words draw more attention than others.&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;When attacked, a woman should scream RAPE!&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;Certain words make people want to run the other direction.&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;When attacked, a woman should scream POLICE!&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;The thumb is the weak side of the grip.&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;To break a man's grip, women should turn their arm against the thumb side.&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;A crushed arch can be crippling.&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;Stomping on the arch of the foot can be an employable defense against an attack from behind.&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;Striking to vital points is essential.&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;After screaming, a woman should do a combination punch to her assailant's chest to defend herself.&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;Striking to vital points is essential.&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 primary target on any assailant is his/her eyes.&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;Striking to vital points is essential.&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;A fingertip strike to the eyes can be used as a diversion, not a valid self-defense strike.&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;Strike to the weakest part of any anatomical reference.&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;Striking to the side of the neck is advisable against a larger attacker.&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;Men know how to deflect/block groin strikes.&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;Groin strikes are the best defense for a woman when attacked.&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;Strike to the weakest part of any anatomical reference.&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;Kicking the knees on the lateral or medial side is a suitable attack method to escape an assailant.&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;Eyes are very sensitive to pain.&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;A thumb strike to/through an eye will just anger an assailant, not slow or stop him.&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;Defending yourself takes priority of the assailant's well-being.&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;Striking to the center of the throat should not be employed in defending yourself because of the potential medical side-effects.&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;Striking to vital points is essential.&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;A fist strike to the jaw is advisable against a larger male assailant.&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;Men know how to deflect/block groin strikes.&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;Striking to the groin is only advisable as an alternative strike to the eyes, throat, or knees.&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;The striking surface of your elbow is on your posterior.&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;Elbows should be used to defend against an attack from behind.&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;Elbows contain the second hardest bone in the body.&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;Elbows are a harder and more focused weapon than fists.&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;Fists may be awkward and/or easily broken.&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;Fists are the preferable attack method against any attack.&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;Always take target of opportunity.&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;Sharply raising your heel to the groin of an assailant if attacked from behind is not advisable.&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;Men know how to deflect/block groin strikes.&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;Kneeing an assailant in the groin from a frontal attack is the most advisable course of action.&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;Defending yourself takes priority of the assailant's well-being.&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;Biting and clawing are not acceptable alternatives to escape an attack.&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;High kicking places you off balance.&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;A side-thrust kick to the head is the most suitable defense against most attacks.&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;Always run and yell when free.&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;Once a strike is landed enough to let you struggle free, you should continue to beat your assailant.&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;Assailants don't like attention drawn to themselves.&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;Running and screaming is usually the best option to prevent a would-be attacker.&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;Strike to the weakest part of any anatomical reference.&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;When attacked from the front, striking to the frontal sinus is the best defense.&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;Always run and yell when free.&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;Once mace and pepper spray have been used, you should run quickly before your angered assailant attacks you again.&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;Always run and yell when free.&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;Once mace and pepper spray have been used, you should beat your assailant with any object you can find (ie: purse, shoes, etc.).&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;Knowing your surroundings is vital in attack prevention.&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;Situational awareness is critical in preventing a would-be attacker.&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;Strike to the weakest part of any anatomical reference.&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;When attacked from the front, a round house kick to the outer thigh will usually cripple your opponent.&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;Escaping is the object of self-defense.&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;Killing your opponent with one strike is the object of self-defense.&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;Always run and yell when free.&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;Disabling your opponent long enough to beat him and call for help is the object of self-defense.&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;Escaping is the object of self-defense.&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;Disabling your opponent long enough to escape his attack then get help is the object of self-defense.&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;Men have more testosterone than women.&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;The average woman cannot overpower the average man.&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;Escaping is the object of self-defense.&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;Pulling out a knife or any weapon is not advisable for women's self-defense.&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;Defending yourself takes priority of the assailant's well-being.&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;Eye gouging is an acceptable and preferred method of escaping an attacker.&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;Freezing is the natural reaction.&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;The natural reaction to an attacker is to run.&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;Fight only if adequately trained and experience.&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 natural reaction to an attacker is to fight.&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;Proper training reduces the chance of freezing.&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;The natural reaction to an attacker is to freeze.&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;Knowing your surroundings is vital in attack prevention.&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;Situational awareness and a knowledge of self-defense can help save your life.&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;Fighting back is never useless.&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;Self-defense is useless against a male attacker if he is large enough.&lt;/strong&gt;&lt;br /&gt;&lt;input type=&quot;radio&quot; name=&quot;question40&quot; value=&quot;T&quot; /&gt; True &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;input type=&quot;radio&quot; name=&quot;question40&quot; value=&quot;F&quot; checked=&quot;checked&quot; /&gt; False&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;questionClear&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;/div&gt;
&lt;/notextile&gt;</body>
  <variants type="array">
    <variant>
      <compare-at-price type="decimal" nil="true"></compare-at-price>
      <created-at type="datetime">2008-02-02T11:31:44-06:00</created-at>
      <fulfillment-service>manual</fulfillment-service>
      <grams type="integer">0</grams>
      <id type="integer">3059052</id>
      <inventory-management></inventory-management>
      <inventory-policy>deny</inventory-policy>
      <inventory-quantity type="integer">1</inventory-quantity>
      <option1>Certificate Only (1 Year)</option1>
      <option2 nil="true"></option2>
      <option3 nil="true"></option3>
      <position type="integer">1</position>
      <price type="decimal">99.00</price>
      <product-id type="integer">1414712</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:18:32-06:00</updated-at>
    </variant>
    <variant>
      <compare-at-price type="decimal" nil="true"></compare-at-price>
      <created-at type="datetime">2008-02-02T11:31:44-06:00</created-at>
      <fulfillment-service>manual</fulfillment-service>
      <grams type="integer">0</grams>
      <id type="integer">3059062</id>
      <inventory-management></inventory-management>
      <inventory-policy>deny</inventory-policy>
      <inventory-quantity type="integer">1</inventory-quantity>
      <option1>Certificate &amp; Pocket Certification Card (1 Year)</option1>
      <option2 nil="true"></option2>
      <option3 nil="true"></option3>
      <position type="integer">2</position>
      <price type="decimal">125.00</price>
      <product-id type="integer">1414712</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:18:39-06:00</updated-at>
    </variant>
    <variant>
      <compare-at-price type="decimal" nil="true"></compare-at-price>
      <created-at type="datetime">2008-02-02T11:31:44-06:00</created-at>
      <fulfillment-service>manual</fulfillment-service>
      <grams type="integer">0</grams>
      <id type="integer">4834931</id>
      <inventory-management></inventory-management>
      <inventory-policy>deny</inventory-policy>
      <inventory-quantity type="integer">1</inventory-quantity>
      <option1>Certificate &amp; Pocket Certification Card (Lifetime Renewal)</option1>
      <option2 nil="true"></option2>
      <option3 nil="true"></option3>
      <position type="integer">3</position>
      <price type="decimal">299.00</price>
      <product-id type="integer">1414712</product-id>
      <requires-shipping type="boolean">true</requires-shipping>
      <sku></sku>
      <taxable type="boolean">true</taxable>
      <title>Certificate &amp; Pocket Certification Card (Lifetime Renewal)</title>
      <updated-at type="datetime">2009-12-11T04:28:25-06:00</updated-at>
    </variant>
  </variants>
  <images type="array">
    <image>
      <created-at type="datetime">2008-02-02T11:31:44-06:00</created-at>
      <id type="integer">2790342</id>
      <position type="integer">1</position>
      <product-id type="integer">1414712</product-id>
      <updated-at type="datetime">2008-12-25T21:12:39-06:00</updated-at>
      <src>http://cdn.shopify.com/s/files/1/0009/1112/products/sd1.jpg?1268158926</src>
    </image>
    <image>
      <created-at type="datetime">2008-02-02T11:31:44-06:00</created-at>
      <id type="integer">2790352</id>
      <position type="integer">2</position>
      <product-id type="integer">1414712</product-id>
      <updated-at type="datetime">2008-12-25T21:12:39-06:00</updated-at>
      <src>http://cdn.shopify.com/s/files/1/0009/1112/products/sd2.jpg?1268158926</src>
    </image>
  </images>
  <options type="array">
    <option>
      <name>Title</name>
    </option>
  </options>
</product>
