var quiz = {
			"questions" : [{
				"id" : "q1",
				"track":false,
				"question" : "Choose the answer that best describes how you feel when you are doing daily activities:",
				"answers" : [{
					"answer" : "I am easily able to climb stairs and am not impeded by pain during day-to-day activities.",
					"point" : 1, 
					"pointID" : "a"
					},
					{
					"answer" : "I am able to manage my day-to-day activities without assistance, but I often experience pain and stiffness.",
					"point" : 1, 
					"pointID" : "b" 
					},
					{
					"answer" : "I often rely on others to help with my daily activities.",
					"point" : 1, 
					"pointID" : "c" 
					}]
				},
				{
				"id" : "q2",
				"track":false,
				"question" : "Choose the answer that best describes your current physical activity level:",
				"answers" : [{
					"answer" : "I do at least 150 minutes of moderate-intensity or 75 minutes of vigorous-intensity physical activity each week.",
					"point" : 1, 
					"pointID" : "a"
					},
					{
					"answer" : "I do some moderate-intensity or vigorous-intensity physical activity each week.",
					"point" : 1, 
					"pointID" : "b" 
					},
					{
					"answer" : "My current lifestyle or health condition keeps me from being regularly physically active.",
					"point" : 1, 
					"pointID" : "c" 
					}]
				},
				{
				"id" : "q3",
				"track":false,
				"question" : "Choose the answer that best describes how you tend to spend free time:",
				"answers" : [{
					"answer" : "I find a way to get outside so I can walk or participate in another activity.",
					"point" : 1, 
					"pointID" : "a"
					},
					{
					"answer" : "I typically stay busy with housework and other projects at home.",
					"point" : 1, 
					"pointID" : "b" 
					},
					{
					"answer" : "I watch television, use the computer or read in my spare time.",
					"point" : 1, 
					"pointID" : "c" 
					}]
				},
				{
				"id" : "q4",
				"track":false,
				"question" : "Choose the answer that best describes how you feel after <b>aerobic activity</b> (i.e. running, swimming, biking, etc):",
				"answers" : [{
					"answer" : "I feel invigorated after regular aerobic activity.",
					"point" : 1, 
					"pointID" : "a"
					},
					{
					"answer" : "I try to engage in regular aerobic activity, but am often short of breath or experience pain.",
					"point" : 1, 
					"pointID" : "b" 
					},
					{
					"answer" : "I avoid aerobic activity because I do not have enough endurance and/or it causes pain.",
					"point" : 1, 
					"pointID" : "c" 
					}]
				},
				{
				"id" : "q5",
				"track":false,
				"question" : "Choose the answer that best describes your <b>muscle strength/endurance</b>:",
				"answers" : [{
					"answer" : "I am able to lift a full bag of groceries without feeling pain or soreness.",
					"point" : 1, 
					"pointID" : "a"
					},
					{
					"answer" : "I feel back or muscle soreness the day after unloading groceries.",
					"point" : 1, 
					"pointID" : "b" 
					},
					{
					"answer" : "I have stopped lifting objects such as groceries because of back pain or muscle soreness.",
					"point" : 1, 
					"pointID" : "c" 
					}]
				},
				{
				"id" : "q6",
				"track":false,
				"question" : "Choose the answer that best describes your <b>flexibility</b>:",
				"answers" : [{
					"answer" : "I feel that I am able to move my muscles through their full range of motion.",
					"point" : 1, 
					"pointID" : "a"
					},
					{
					"answer" : "I think my flexibility can be improved, but I do not necessarily feel stiff.",
					"point" : 1, 
					"pointID" : "b" 
					},
					{
					"answer" : "I frequently feel stiffness and am not currently happy with my level of flexibility.",
					"point" : 1, 
					"pointID" : "c" 
					}]
				},
				{
				"id" : "q7",
				"track":false,
				"question" : "Choose the answer that best describes your <b>balance</b>:",
				"answers" : [{
					"answer" : "I do not experience problems with balance.",
					"point" : 1, 
					"pointID" : "a"
					},
					{
					"answer" : "I sometimes experience difficulty with balance.",
					"point" : 1, 
					"pointID" : "b" 
					},
					{
					"answer" : "I feel uneasy when walking, and I worry I might fall.",
					"point" : 1, 
					"pointID" : "c" 
					}]
				},
				{
				"id" : "q8",
				"track":true,
				"question" : "Select your gender (This question helps us learn who is using our Web site.):",
				"answers" : [{
					"answer" : "Male",
					"point" : "Male", 
					"pointID" : "a"
					},
					{
					"answer" : "Female",
					"point" : "Female", 
					"pointID" : "b" 
					},
					{
					"answer" : "No thanks, take me to my quiz results.",
					"point" : "pass", 
					"pointID" : "c" 
					}]
				},
				{
				"id" : "q9",
				"track":true,
				"question" : "Select your age range (This question helps us learn who is using our Web site.):",
				"answers" : [{
					"answer" : "Younger than 30.",
					"point" : "Younger than 30", 
					"pointID" : "a"
					},
					{
					"answer" : "30-39",
					"point" : "30-39", 
					"pointID" : "b" 
					},
					{
					"answer" : "40-49",
					"point" : "40-49", 
					"pointID" : "c" 
					},
					{
					"answer" : "50-59",
					"point" : "50-59", 
					"pointID" : "d" 
					},
					{
					"answer" : "60-69",
					"point" : "60-69", 
					"pointID" : "e" 
					},
					{
					"answer" : "70+",
					"point" : "70+", 
					"pointID" : "f" 
					}]
				}]
		};