var init = { 
     'questions': [ 
		{
			'question': 'The operation to remove loose skin from the abdomen after surgical weight loss CANNOT be termed a',
			'answers': ['Tummy tuck','Apronectomy','Brachioplastyk','Abdominoplasty'],
			'correctAnswer': 3
		},
		{
			'question': 'In abdominoplasty surgery the excess skin on the abdomen is removed and replaced with',
			'answers': ['Five keyhole incisions','A small low horizontal scar just like a Caesarean section','A low long horizontal scar','A vertical scar all the way up and down'],
			'correctAnswer': 3
		},
		{
			'question': 'In abdominoplasty surgery how long does it take for the scars to fade to thin silver lines?',
			'answers': ['1 month','3 months','6 months','12 months+'],
			'correctAnswer': 4
		},
		{
			'question': 'In abdominoplasty surgery after weight loss the umbilicus is often',
			'answers': ['Removed completely','Completely disconnected and plugged back into the right place','Removed completely and a new belly button created with normal skin','Repositioned whilst still connected to its own stalk'],
			'correctAnswer': 4
		},
		{
			'question': 'Brachioplasty surgery can be useful after weight loss surgery to',
			'answers': ['Remove loose hanging skin off the arms','Lift and fill the breasts','Remove the excess abdominal skin apron','Remove excess hanging skin off the thighs'],
			'correctAnswer': 1
		},
		{
			'question': 'The average weight of skin and fat removed in abdominoplasty for weight loss surgery patients is about',
			'answers': ['500g - 1kg','1.5 - 3.0 kg','3.0 - 5.0 kg','5.0 - 8.0 kg'],
			'correctAnswer': 2
		},		
		{
			'question': 'Repairing the rectus divarication in abdominoplasty surgery involves',
			'answers': ['Stitching the weakened abdominal muscles together in the midline','Fixing any hernias which are found on the muscle layer','Ensuring you have a muscular six pack after the surgery','Stapling the muscles together right to left'],
			'correctAnswer': 1
		},
		{
			'question': 'Seroma after abdominoplasty surgery is',
			'answers': ['Infection involving the fat layer of the reconstruction','Accumulation of body fluid between the fat layer and muscle layer','Excessive scabbiness of the main wound','Excessive bleeding or bruising after the procedure'],
			'correctAnswer': 2
		},
		{
			'question': 'With brachioplasty surgery',
			'answers': ['There are no scars','The scars are usually well hidden on the inside of the arm','The scars extend all the way down to the wrist','Scars will disappear with time with application of silicone based creams'],
			'correctAnswer': 2
		},
		{
			'question': 'Wound breakdown of the main wound after abdominoplasty can occur because',
			'answers': ['The dressings can irritate the wound','There are no sutures strong enough to keep this long wound together','There is a lot of tension on the wound','There is no skin sensation around the wound'],
			'correctAnswer': 3
		},
		{
			'question': 'Skin sensation just above the main wound in abdominoplasty',
			'answers': ['Is usually completely absent','Is rarely changed compared to normal','Is normal as long as there are no wound complications','Is often reduced but may improve with time'],
			'correctAnswer': 4
		},
		{
			'question': 'To maximise wound healing for abdominoplasty you should',
			'answers': ['Eat mainly protein rich foods for the week before the surgery','Use moisturing creams for a month before surgery','Ensure you stop smoking at least 6 weeks before the operation','Ensure the area is shaved the night before surgery'],
			'correctAnswer': 3
		},
		{
			'question': 'In brachioplasty surgery',
			'answers': ['The scars will never be visible to an outside observer','There is a small risk of damaging nerves and causing numbness','It is impossible to do both arms at the same operation','You cannot do it without doing the breasts concurrently'],
			'correctAnswer': 2
		},
		{
			'question': 'If you have abdominoplasty surgery after gastric banding',
			'answers': ['The gastric band port is too deep to be seen at the abdominoplasty surgery','The gastric band port will be harder to feel after abdominoplasty surgery','You must always reposition the gastric band port during abdominoplasty surgery','The gastric band port may be more prominent after the abdominoplast'],
			'correctAnswer': 4
		},
		{
			'question': 'If you have a lot of prominent fat on the sides (love handles)',
			'answers': ['The standard abdominoplasty will remove it all','A standard abdominoplasty may not be able to remove it all','You should continue to lose more weight or the procedure cannot be done','You are more likely to get wound infections at the sides of the main wound'],
			'correctAnswer': 2
		},
		{
			'question': 'If you have a lot of "side-to-side" redundancy of skin in the upper abdomen',
			'answers': ['A standard abdominoplasty will remove it all','You will need liposuction to remove it all','The umbilicus will need to be completely removed','You may need a vertical incision as well as horizontal to remove it all'],
			'correctAnswer': 4
		},
		{
			'question': 'Stress urinary incontinence in obese women who have lost weight',
			'answers': ['Will probably improve after abdominoplasty surgery','Will probably worsen after abdominoplasty surgery','Is most likely to improve after a thigh lift','Is most likely to improve after a buttock lift'],
			'correctAnswer': 1
		},
		{
			'question': 'If you have excess redundancy or asymmetry of the wound after abdominoplasty surgery',
			'answers': ['You will have to live with it as further revisions are not possible','It may be possible to revise the procedure and improve the results','All cosmetic problems in this area are potentially fixable','If you have revisional surgery you will probably lose your umbilicus'],
			'correctAnswer': 2
		},
		{
			'question': 'After a full abdominoplasty procedure the abdominal skin is supplied only by',
			'answers': ['Blood vessels coming down from the bottom of the ribs','Perforating vessels coming up through the abdominal muscles','Blood vessels coming up from the thigh region','All of the above'],
			'correctAnswer': 1
		},
		{
			'question': 'With regard to pregnancy and abdominoplasty',
			'answers': ['You should never get pregnant after abdominoplasty surgery','You should aim to have abdominoplasty surgery before starting your family if possible','It is best to have completed your family before having abdominoplasty surgery','You cannot have abdominoplasty surgery after Caesarean section has been performed'],
			'correctAnswer': 3
		}
     ],
	 'resultComments' :  
	 {
		perfect: 'Excellent. ',
		excellent: 'Excellent. ',
		good: 'Good. ',
		average: 'Fair. ',
		worst: 'Keep reading! '
	 }
 };
