<?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;T&quot;;answers[3] = &quot;F&quot;;answers[4] = &quot;F&quot;;answers[5] = &quot;F&quot;;answers[6] = &quot;T&quot;;answers[7] = &quot;F&quot;;answers[8] = &quot;T&quot;;answers[9] = &quot;F&quot;;answers[10] = &quot;T&quot;;answers[11] = &quot;T&quot;;answers[12] = &quot;F&quot;;answers[13] = &quot;T&quot;;answers[14] = &quot;T&quot;;answers[15] = &quot;T&quot;;answers[16] = &quot;F&quot;;answers[17] = &quot;T&quot;;answers[18] = &quot;T&quot;;answers[19] = &quot;T&quot;;answers[20] = &quot;F&quot;;answers[21] = &quot;T&quot;;answers[22] = &quot;F&quot;;answers[23] = &quot;T&quot;;answers[24] = &quot;T&quot;;answers[25] = &quot;T&quot;;answers[26] = &quot;F&quot;;answers[27] = &quot;F&quot;;answers[28] = &quot;F&quot;;answers[29] = &quot;F&quot;;answers[30] = &quot;T&quot;;answers[31] = &quot;F&quot;;answers[32] = &quot;T&quot;;answers[33] = &quot;T&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;Cadence is a rhythmic beat use to set pace.&lt;/em&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;Cadence is an important aspect of cycling classes.&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;Intervals change the intensity of the class.&lt;/em&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;Cycling instructors usually use interval rides for a class structure.&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;Holding one's breath during exertion is never advisable.&lt;/em&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;Holding one's breath during cycling is advisable.&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;Hyper-extension of the joint is never recommended.&lt;/em&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;One should adjust the bike seat so that the leg full extends to locking of the knee.&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;Extreme limitation of the joint's range of motion is not recommended.&lt;/em&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;One should adjust the bike seat so that the leg never extends past forty-five degrees.&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;Proper adjustment leads to a full range of motion without hyper-extension&lt;/em&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;One should adjust the bike seat so that the leg has a slight flexion just short of full extension.&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;Cycling classes usually have one instructor leading the class.&lt;/em&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;Cycling classes usually have one instructor per student.&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;Music helps set the cadence for cycling.&lt;/em&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;Cycling classes usually have music for motivation.&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;Cycling classes should not be used to substitute for other exercises.&lt;/em&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;Cycling classes take place of recumbent bikes.&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;Cycling classes should not be used to substitute for other exercises.&lt;/em&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;Cycling classes take place on stationary upright bikes.&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;Toe straps may assist in pedaling.&lt;/em&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;Many cycling students prefer to use toe straps.&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;Cleated cycling shoes may assist in pedaling.&lt;/em&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;Cleated cycling shoes are not recommended for cycling.&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;The flywheel controls cycle resistance.&lt;/em&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;Varying the resistance of the flywheel varies the difficulty of the workout.&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;The upper body position of a participant may change the balance and body's weight distribution.&lt;/em&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 cycler's upper body position changes the intensity of the workout.&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;Forward, Middle, and Rear are the three cycling positions.&lt;/em&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;Three positions are used in cycling.&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;Cycling with one leg may be dangerous and is not conducive for an adequate 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;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;Advanced riders may cycle with only one leg.&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;Heart rate should be monitored frequently in cycling classes.&lt;/em&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;Monitoring heart rate is not important in advanced cycling classes.&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;Dehydration leads to poor 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;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;Keeping hydrated is an important part of cycling.&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;Cadence is a rhythmic beat use to set pace.&lt;/em&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;Cycling classes should offer cadence between 60-110 rpm in controlled even pedal strokes.&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;Elderly should not be advised to participate in activities that would lead to exceeding their target heart rate.&lt;/em&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;Cycling classes are often advisable for the elderly.&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;Balance is an essential part of cycling classes.&lt;/em&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;Cycling classes improve lower body muscular endurance and toning.&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;Cycling classes emphasize cardiovascular health and lower body 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;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;Upper body strength is drastically improved by cycling.&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;Cycling classes are primarily aerobic.&lt;/em&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;Cycling is used primarily as aerobic exercise.&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;Cycling classes focus on endurance training.&lt;/em&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;Cycling classes improve overall endurance.&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;Cycling classes focus on endurance training.&lt;/em&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;Cycling is usually not used to improve dynamic strength.&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;Bicycles are required to cycle.&lt;/em&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;Cycling can be performed without bicycles.&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;Cycling is recommended 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;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;Cycling is never recommended for bodybuilders.&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;Cycling movements should be fluent circular motions.&lt;/em&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;Cycling movements should be short and jerky.&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;Cycling class duration depends on class and 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;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;Cycling classes should last between two and three hours.&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;Cycling class duration depends on class and 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;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;The average cycling class lasts between thirty minutes and one hour.&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;Diet affects all athletic 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;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;Diet does not effect cycling performance.&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;Sleep affects all athletic 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;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;Inadequate sleep adversely effects any athletic performance.&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;Cycling classes emphasize cardiovascular health and lower body 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;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;Cycling classes improve overall cardiovascular output.&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&gt;</body-html>
  <created-at type="datetime">2008-02-02T11:31:44-06:00</created-at>
  <handle>cycling-instructor-certification</handle>
  <id type="integer">1414612</id>
  <product-type>Certification</product-type>
  <published-at type="datetime">2008-02-02T21:07:18-06:00</published-at>
  <template-suffix nil="true"></template-suffix>
  <title>Cycling Instructor Certification</title>
  <updated-at type="datetime">2008-12-25T20:54:45-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;T&quot;;answers[3] = &quot;F&quot;;answers[4] = &quot;F&quot;;answers[5] = &quot;F&quot;;answers[6] = &quot;T&quot;;answers[7] = &quot;F&quot;;answers[8] = &quot;T&quot;;answers[9] = &quot;F&quot;;answers[10] = &quot;T&quot;;answers[11] = &quot;T&quot;;answers[12] = &quot;F&quot;;answers[13] = &quot;T&quot;;answers[14] = &quot;T&quot;;answers[15] = &quot;T&quot;;answers[16] = &quot;F&quot;;answers[17] = &quot;T&quot;;answers[18] = &quot;T&quot;;answers[19] = &quot;T&quot;;answers[20] = &quot;F&quot;;answers[21] = &quot;T&quot;;answers[22] = &quot;F&quot;;answers[23] = &quot;T&quot;;answers[24] = &quot;T&quot;;answers[25] = &quot;T&quot;;answers[26] = &quot;F&quot;;answers[27] = &quot;F&quot;;answers[28] = &quot;F&quot;;answers[29] = &quot;F&quot;;answers[30] = &quot;T&quot;;answers[31] = &quot;F&quot;;answers[32] = &quot;T&quot;;answers[33] = &quot;T&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;Cadence is a rhythmic beat use to set pace.&lt;/em&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;Cadence is an important aspect of cycling classes.&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;Intervals change the intensity of the class.&lt;/em&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;Cycling instructors usually use interval rides for a class structure.&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;Holding one's breath during exertion is never advisable.&lt;/em&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;Holding one's breath during cycling is advisable.&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;Hyper-extension of the joint is never recommended.&lt;/em&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;One should adjust the bike seat so that the leg full extends to locking of the knee.&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;Extreme limitation of the joint's range of motion is not recommended.&lt;/em&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;One should adjust the bike seat so that the leg never extends past forty-five degrees.&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;Proper adjustment leads to a full range of motion without hyper-extension&lt;/em&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;One should adjust the bike seat so that the leg has a slight flexion just short of full extension.&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;Cycling classes usually have one instructor leading the class.&lt;/em&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;Cycling classes usually have one instructor per student.&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;Music helps set the cadence for cycling.&lt;/em&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;Cycling classes usually have music for motivation.&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;Cycling classes should not be used to substitute for other exercises.&lt;/em&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;Cycling classes take place of recumbent bikes.&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;Cycling classes should not be used to substitute for other exercises.&lt;/em&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;Cycling classes take place on stationary upright bikes.&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;Toe straps may assist in pedaling.&lt;/em&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;Many cycling students prefer to use toe straps.&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;Cleated cycling shoes may assist in pedaling.&lt;/em&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;Cleated cycling shoes are not recommended for cycling.&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;The flywheel controls cycle resistance.&lt;/em&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;Varying the resistance of the flywheel varies the difficulty of the workout.&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;The upper body position of a participant may change the balance and body's weight distribution.&lt;/em&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 cycler's upper body position changes the intensity of the workout.&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;Forward, Middle, and Rear are the three cycling positions.&lt;/em&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;Three positions are used in cycling.&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;Cycling with one leg may be dangerous and is not conducive for an adequate 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;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;Advanced riders may cycle with only one leg.&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;Heart rate should be monitored frequently in cycling classes.&lt;/em&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;Monitoring heart rate is not important in advanced cycling classes.&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;Dehydration leads to poor 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;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;Keeping hydrated is an important part of cycling.&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;Cadence is a rhythmic beat use to set pace.&lt;/em&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;Cycling classes should offer cadence between 60-110 rpm in controlled even pedal strokes.&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;Elderly should not be advised to participate in activities that would lead to exceeding their target heart rate.&lt;/em&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;Cycling classes are often advisable for the elderly.&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;Balance is an essential part of cycling classes.&lt;/em&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;Cycling classes improve lower body muscular endurance and toning.&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;Cycling classes emphasize cardiovascular health and lower body 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;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;Upper body strength is drastically improved by cycling.&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;Cycling classes are primarily aerobic.&lt;/em&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;Cycling is used primarily as aerobic exercise.&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;Cycling classes focus on endurance training.&lt;/em&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;Cycling classes improve overall endurance.&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;Cycling classes focus on endurance training.&lt;/em&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;Cycling is usually not used to improve dynamic strength.&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;Bicycles are required to cycle.&lt;/em&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;Cycling can be performed without bicycles.&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;Cycling is recommended 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;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;Cycling is never recommended for bodybuilders.&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;Cycling movements should be fluent circular motions.&lt;/em&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;Cycling movements should be short and jerky.&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;Cycling class duration depends on class and 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;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;Cycling classes should last between two and three hours.&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;Cycling class duration depends on class and 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;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;The average cycling class lasts between thirty minutes and one hour.&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;Diet affects all athletic 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;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;Diet does not effect cycling performance.&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;Sleep affects all athletic 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;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;Inadequate sleep adversely effects any athletic performance.&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;Cycling classes emphasize cardiovascular health and lower body 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;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;Cycling classes improve overall cardiovascular output.&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&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">3058802</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">1414612</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:24:48-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">3058812</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">1414612</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:24:54-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">4834961</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">1414612</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:25:07-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">2789742</id>
      <position type="integer">1</position>
      <product-id type="integer">1414612</product-id>
      <updated-at type="datetime">2008-12-25T20:54:45-06:00</updated-at>
      <src>http://cdn.shopify.com/s/files/1/0009/1112/products/spinning1.jpg?1268158926</src>
    </image>
    <image>
      <created-at type="datetime">2008-02-02T11:31:44-06:00</created-at>
      <id type="integer">2789752</id>
      <position type="integer">2</position>
      <product-id type="integer">1414612</product-id>
      <updated-at type="datetime">2008-12-25T20:54:45-06:00</updated-at>
      <src>http://cdn.shopify.com/s/files/1/0009/1112/products/spinning2.jpg?1268158926</src>
    </image>
  </images>
  <options type="array">
    <option>
      <name>Title</name>
    </option>
  </options>
</product>
