var init = { 
     'questions': [ 
		{
			'question': 'The number of weight loss surgical procedures performed each year in Australia is around',
			'answers': ['500-1,000','1,000-5,000','10,000-15,000','20,000-25,000'],
			'correctAnswer': 3
		},
		{
			'question': 'Your annual risk of death from any cause is increased by how much if your BMI is 60 kg/m2?',
			'answers': ['2 x ','5 x','8 x','20 x'],
			'correctAnswer': 4
		},
		{
			'question': 'Which of these procedures is associated with the <strong>least</strong> ongoing vomiting',
			'answers': ['Stomach Stapling','Gastric Banding . Lap Band ® device','Gastric Banding . Swedish Band','Sleeve Gastrectomy'],
			'correctAnswer': 4
		},
		{
			'question': 'The most common vitamin/mineral deficiency seen <strong>before</strong> weight loss surgery is',
			'answers': ['Iron','Vitamin D','Vitamin B12','Calcium'],
			'correctAnswer': 2
		},
		{
			'question': 'Weight loss surgery should NOT be considered',
			'answers': ['If you are diabetic ','If your BMI is less than 30','If you have had previous stomach surgery','If your BMI is over 60'],
			'correctAnswer': 2
		},
		{
			'question': 'The chance of a major upfront complication with gastric banding surgery is approximately',
			'answers': ['1-5%','5-10%','10-20%','20-30%'],
			'correctAnswer': 1
		},
		{
			'question': 'After weight loss surgery it is common',
			'answers': ['To develop gallstones','To become profoundly anaemic','To become protein deficient','To develop stomach cancer'],
			'correctAnswer': 1
		},
		{
			'question': 'The chance of losing at least 50% of your excess weight with <strong>gastric bypass</strong> surgery is approximately',
			'answers': ['25%','50%','75%','100%'],
			'correctAnswer': 3
		},
		{
			'question': 'Morbid obesity is associated with',
			'answers': ['An increase in kidney stones','An increase in body temperature','Reduced rates of joint disease','An increased risk of some cancers'],
			'correctAnswer': 4
		},
		{
			'question': 'For patients weighing over 200kg',
			'answers': ['Gastric banding is always best because it is impossible to perform any other operation safely','Gastric bypass is always best because it has the best weight loss outcomes','Sleeve gastrectomy is a useful option because it is technically easier than bypass','You should never operate until they have managed to get under 180kg themselves with OptifastTM'],
			'correctAnswer': 3
		},
		{
			'question': 'A condition associated with obesity is',
			'answers': ['Melanoma','Hearing impairment','Premature osteoarthritis','Thyroid nodules'],
			'correctAnswer': 3
		},
		{
			'question': 'If you live a long way from specialist medical care then',
			'answers': ['Gastric banding is the best option because further problems requiring medical assistance are rare','Gastric bypass is best because you never need further follow-up after this operation','It may be harder to succeed with gastric banding because frequent appointments may not be possible','Gastric banding cannot be done in case you get something stuck in the band'],
			'correctAnswer': 3
		},
		{
			'question': 'The chance of losing at least 25% of your excess weight with <strong>gastric banding</strong> surgery is approximately',
			'answers': ['25%','50%','85%','100%'],
			'correctAnswer': 3
		},
		{
			'question': 'If your BMI is 30 kg/m2 your chance of developing type II diabetes is',
			'answers': ['The same as if you were in the healthy weight range','5 x compared to healthy weight range','20 x compared to healthy weight range','60 x compared to healthy weight range'],
			'correctAnswer': 4
		},
		{
			'question': 'If you are over 60 years of age undergoing weight loss surgery',
			'answers': ['You will likely gain 5-10 years of life span after weight loss','It is easier for you to get off your medications after weight loss than if you were in your 20s','Your main benefits will be related to improved quality of life','Weight loss surgery is safer because you are better able to deal with complications'],
			'correctAnswer': 3
		},
		{
			'question': 'Weight loss surgery is different to most diet and exercise programmes because',
			'answers': ['On average, the weight loss is more with diet and exercise programmes','Weight loss is usually sustained for the long term after weight loss surgery','You are more likely to become iron deficient with commercial weight loss programmes','Commercial weight loss programmes are mostly based on OptifastTM shakes '],
			'correctAnswer': 2
		},
		{
			'question': 'Single incision surgery',
			'answers': ['Has not been used for weight loss surgery','Can be used for gastric banding but not sleeve gastrectomy','Involves doing the whole operation through just one cut','Is probably safer than using multiple cuts for the surgery'],
			'correctAnswer': 3
		},
		{
			'question': 'Which of the following CANNOT be performed with keyhole surgery?',
			'answers': ['Gastric banding','Stomach stapling ("Long" high gastric reduction)','Gastric bypass','Sleeve gastrectomy'],
			'correctAnswer': 2
		},
		{
			'question': 'The chance of resolving <strong>sleep apnoea</strong> after successful weight loss surgery is approximately',
			'answers': ['10%','25%','60%','80%'],
			'correctAnswer': 4
		},
		{
			'question': 'Weight loss surgery does NOT help with',
			'answers': ['Asthma','Bone mineral density','Fertility','Urinary incontinence'],
			'correctAnswer': 2
		}
     ],
	 'resultComments' :  
	 {
		perfect: 'Excellent. ',
		excellent: 'Excellent. ',
		good: 'Good. ',
		average: 'Fair. ',
		worst: 'Keep reading! '
	 }
 };
