var init = { 
     'questions': [ 
		{
			'question': 'A Gastric Band consists of',
			'answers': ['An adjustable balloon on the stomach connected to an access port by tubing','A silicone ring around the stomach connected to a balloon within the access port','Silicone tubing around the stomach with a balloon under the skin','An access port on the stomach with tubing connecting to a silicone ring under the skin'],
			'correctAnswer': 1
		},
		{
			'question': 'Gastric banding surgery helps you lose weight partly by',
			'answers': ['Causing dumping syndrome','Mal-absorption of calories','Reducing meal portion size','Re-plumbing the small intestine'],
			'correctAnswer': 3
		},
		{
			'question': 'The average <strong>excess weight loss</strong> with gastric banding surgery is approximately',
			'answers': ['70-90%','40-50%','50-60%','60-70%'],
			'correctAnswer': 3
		},
		{
			'question': 'Which of these operations is completely <strong>irreversible</strong>?',
			'answers': ['Gastric banding','Sleeve gastrectomy','Gastric bypass','Biliopancreatic diversion'],
			'correctAnswer': 2
		},
		{
			'question': 'Gastric banding <strong>erosions</strong> are often associated with',
			'answers': ['Breakdown of the silicone within the band','Rupture of the balloon on the gastric band','Uncontrolled weight loss','Weight regain'],
			'correctAnswer': 4
		},
		{
			'question': 'Gastric bands are usually sutured into place to prevent',
			'answers': ['Band slippage','Band erosion','Spontaneous unlocking of the band mechanism','Twisting of the tubing'],
			'correctAnswer': 1
		},
		{
			'question': 'The needle for accessing the gastric band port has',
			'answers': ['A blunt tip to prevent damage to the diaphragm of the port','An angled tip to prevent damage to the diaphragm of the port','An extra sharp tip to allow easy penetration of the port','A magnetised tip to allow guided access to the port'],
			'correctAnswer': 2
		},
		{
			'question': 'If you have significant acid reflux or heartburn before surgery then',
			'answers': ['You should have a sleeve gastrectomy instead of a gastric band','The gastric band will usually make the reflux worse','The gastric band will usually make the reflux better','There is always an underlying hiatus hernia causing the reflux'],
			'correctAnswer': 3
		},
		{
			'question': 'To succeed with gastric banding surgery you need to',
			'answers': ['Eat your meal more quickly so you can get enough nutrition through the band during your meal','Be able to eat a meal slowly and carefully','Choose only soft, mushy or liquid foods which go through the band easily','Put aside an hour for each meal to enable you to get through the same quantities as you used to'],
			'correctAnswer': 2
		},
		{
			'question': 'The percentage of <strong>obese diabetics</strong> who will achieve complete resolution with gastric banding is approximately',
			'answers': ['20%','50%','80%','100%'],
			'correctAnswer': 2
		},
		{
			'question': 'If you lose weight with the band and then have the <strong>band removed</strong>',
			'answers': ['You will usually regain of the weight you lost with the band','Your weight should not change','You will continue to lose weight because of a tight stricture on the top of the stomach','You cannot have the band removed once it has been placed on the stomach'],
			'correctAnswer': 1
		},
		{
			'question': 'If you have had a gastric band previously it is then possible to subsequently have',
			'answers': ['Only a gastric bypass','Only re-banding','Either gastric bypass, sleeve gastrectomy or re-banding','Only biliopancreatic diversion'],
			'correctAnswer': 3
		},
		{
			'question': 'With regard to <strong>pregnancy</strong> with the gastric band',
			'answers': ['Delivery of the baby is more dangerous if the mother has a gastric band','It is impossible to become pregnant with a gastric band','It is common for the foetus to be nutritionally deficient if the mother has a gastric band','You are more likely to get pregnant if you have lost weight with the band'],
			'correctAnswer': 4
		},
		{
			'question': 'A leaking access port or leaking tubing near the access port means',
			'answers': ['That you will lose more weight because the band cannot be emptied','That you will get an infection of the port due to leaking fluid','That you will probably gain weight due to loss of restriction','That you will need the entire gastric band and access port changed'],
			'correctAnswer': 3
		},
		{
			'question': 'A very low calorie diet (e.g. OptifastTM) is usually recommended prior to gastric banding surgery to',
			'answers': ['Ensure that you will be able to cope with your new eating habits','Shrink the liver and internal fat to make the operation easier','Make the liver grow bigger to protect the band after it is placed','Induce early weight loss so that you will lose more weight altogether'],
			'correctAnswer': 2
		},
		{
			'question': 'Body Mass Index is',
			'answers': ['Your height divided by the square of your weight','Your weight divided by the square of your height','Your weight divided by your height','The square of your weight divided by your height'],
			'correctAnswer': 2
		},
		{
			'question': 'After gastric banding surgery you should ',
			'answers': ['Try to avoid tough foods such as meat and bread','Try to reduce the amount of soups and casseroles you eat','Drink more high calorie fluids such as milkshakes, cordials and juices','Try to eat a full range of foods but altering textures in some cases'],
			'correctAnswer': 4
		},
		{
			'question': 'The right amount of fluid in the band means that',
			'answers': ['Portion volumes and appetite are decreased and vomiting is rare','You are only able to get fluids and soft foods down','Food volumes are always restricted because you vomit frequently','You are often hungry between meals but make up for it with a big meal when the time comes'],
			'correctAnswer': 1
		},
		{
			'question': 'When compared to gastric bypass, gastric banding',
			'answers': ['Produces more weight loss on average than bypass','Is reversible whereas gastric bypass is not','Is associated with less vomiting and food intolerance than bypass','Is associated with less nutritional deficiencies in the long term compared to bypass'],
			'correctAnswer': 4
		},
		{
			'question': 'Which of the following is NOT a brand of gastric band?',
			'answers': ['Midband','Silico Band','Swedish Band','Lap Band'],
			'correctAnswer': 2
		}
     ],
	 'resultComments' :  
	 {
		perfect: 'Excellent. ',
		excellent: 'Excellent. ',
		good: 'Good. ',
		average: 'Fair. ',
		worst: 'Keep reading! '
	 }
 };
