var init = { 
     'questions': [ 
		{
			'question': 'Sleeve gastrectomy has only been performed as a weight loss operation in its own right for approximately',
			'answers': ['5 years','2 years','10 years','20 years'],
			'correctAnswer': 1
		},
		{
			'question': 'Sleeve gastrectomy has the advantage that',
			'answers': ['No follow-up is needed after the first post-operative visit ','Unlike gastric banding, no ongoing adjustments are required','There are no problems with nutritional deficiencies after sleeve gastrectomy','It is a fully reversible procedure'],
			'correctAnswer': 2
		},
		{
			'question': 'The sleeve gastrectomy was originally performed in very heavy patients as the first component of a',
			'answers': ['Gastric bypass','Scopinaro Biliopancreatic Diversion','Duodenal Switch Biliopancreatic Diversion','Jejunoileal bypass'],
			'correctAnswer': 3
		},
		{
			'question': 'The total volume of the stomach after a sleeve gastrectomy is approximately',
			'answers': ['25-50ml','100-200ml','400-600ml','1000ml'],
			'correctAnswer': 2
		},
		{
			'question': 'Follow-up after sleeve gastrectomy',
			'answers': ['Is unnecessary after two or three post-operative visits','Is less intensive than after gastric banding','Is important to ensure the stomach does not enlarge','Is only required if you have nutritional deficiencies pre-operatively'],
			'correctAnswer': 2
		},
		{
			'question': 'With regard to food choices after sleeve gastrectomy',
			'answers': ['It is impossible to eat red meat after the sleeve','Only soft, mushy or fluid foods can be consumed','A wide range of food can be consumed but in smaller quantities','Each meal should contain rice or bread to enable the meal to go down more easily'],
			'correctAnswer': 3
		},
		{
			'question': 'The gastric leak rate after sleeve gastrectomy (as a first operation) is approximately',
			'answers': ['0.1%','2%','10%','20%'],
			'correctAnswer': 2
		},
		{
			'question': 'The sleeve gastrectomy is created by',
			'answers': ['Cutting and stitching the stomach manually','A tubular stapling device','A silicone sleeve with a cutting and sealing element','A straight cutting and stapling device that is used several times'],
			'correctAnswer': 4
		},
		{
			'question': 'After one year post-operatively, the sleeve gastrectomy is associated with ',
			'answers': ['More vomiting than the gastric band','Over 80% excess weight loss in the majority of cases','More reliable weight loss than the gastric band','Higher failure rate than the gastric band'],
			'correctAnswer': 3
		},
		{
			'question': 'The death rate for having a sleeve gastrectomy is approximately',
			'answers': ['1/100','1/250','1/750','1/2000'],
			'correctAnswer': 3
		},
		{
			'question': 'The sleeve gastrectomy works by',
			'answers': ['Allowing less absorption of calories as there is less stomach to absorb food','Establishing a small pouch which is joined directly to the small bowel','Restricting food volumes and repressing appetite','Reducing food consumption because it is painful to eat'],
			'correctAnswer': 3
		},
		{
			'question': 'A early leak after a sleeve gastrectomy should be treated by ',
			'answers': ['Immediate insertion of a covered stent in the stomach','Intravenous antibiotics and nothing by mouth','Prompt identification, re-operation and drainage of the leak','Re-operation and suturing of the defect without drainage'],
			'correctAnswer': 3
		},
		{
			'question': 'If the sleeve gastrectomy fails it may be possible to',
			'answers': ['Turn it into a gastric bypass','Turn it into a stomach stapling','Reverse the operation','Try an intra-gastric balloon to enhance weight loss'],
			'correctAnswer': 1
		},
		{
			'question': 'With regard to type II diabetes resolution',
			'answers': ['Sleeve gastrectomy is not as effective as gastric banding','Diabetic tablets cannot be taken after a sleeve gastrectom','You cannot take a proper diabetic diet after sleeve gastrectomy','Sleeve gastrectomy is probably better than gastric banding'],
			'correctAnswer': 4
		},
		{
			'question': 'Appetite suppression after sleeve gastrectomy is thought to be partly due to',
			'answers': ['The fact that you have a smaller stomach','Decreased leptin cells after resection of the stomach ','Activation of certain liver enzymes ','Resection of Ghrelin cells with the removed stomach'],
			'correctAnswer': 4
		},
		{
			'question': 'Good habit after sleeve gastrectomy involves',
			'answers': ['Eating the same quantities as pre-operatively as mal-absorption will ensure weight loss','Ensuring that fluids are maintained by drinking small amounts frequently throughout the day','Eating only two meals a day because the stomach volume will not allow more','Ensuring that only crunchy foods are eaten that can be broken up easily  by chewing'],
			'correctAnswer': 2
		},
		{
			'question': 'Leaks after sleeve gastrectomy usually occur ',
			'answers': ['Right up the top of the stomach','Right down the bottom of the staple line','At the narrowest point','Halfway down the body of the stomach'],
			'correctAnswer': 1
		},
		{
			'question': 'With regard to re-operation after sleeve gastrectomy',
			'answers': ['The re-operation rate is about 25%','The rate of re-operation is about the same as gastric banding','Re-operations are extremely uncommon','Re-operations are usually required to maintain the shape of the gastric tube'],
			'correctAnswer': 3
		},
		{
			'question': 'Advantages of sleeve gastrectomy over gastric bypass include',
			'answers': ['No marginal ulcers','No small bowel obstructions','No stomal stenosis','All of the above'],
			'correctAnswer': 4
		},
		{
			'question': 'Gastro-oesophageal reflux',
			'answers': ['Can be exacerbated by the gastric sleeve','Will usually improve after sleeve gastrectomy','Will not occur as long as any hiatus hernia is repaired','Will not usually be controllable with medication'],
			'correctAnswer': 1
		}
     ],
	 'resultComments' :  
	 {
		perfect: 'Excellent. ',
		excellent: 'Excellent. ',
		good: 'Good. ',
		average: 'Fair. ',
		worst: 'Keep reading! '
	 }
 };
