var quiz = {
	questions : [
		{
			text : 'When should the BCP be reviewed?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Whenever encountering a disaster',
				'At least annually or whenever significant changes occur <br>',
				'Whenever the company gets audited',
				'Whenever the legal department declares it is time'
			],
			answer : 1,
			score : 1,
			expandedAnswer : 'At least annually or whenever significant changes occur.  The goal is to keep the BCP as current and updated as possible so that it will provide the best plan for the current organization during a disaster.',
			moreInfo : ''
		},
		{
			text : 'There are several reasons why a company would develop and implement a business continuity plan. Which of the following properly describes the best reason?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'To increase liability',
				'The continuation of a company <br>',
				'Compliancy with regulations',
				'Properly react to disasters'
			],
			answer : 1,
			score : 1,
			expandedAnswer : 'The ultimate goal of business continuity planning is to ensure that the\nbusiness continues to run after a disaster occurs. Keeping critical business functions up and running is the most important aspect of BCP.\n',
			moreInfo : ''
		},
		{
			text : 'Which of the following does not describe a reciprocal agreement?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'The agreement is enforceable. <br>',
				'It is a cheap solution.',
				'It may be able to be implemented right after a disaster.',
				'It could overwhelm a current data processing site.'
			],
			answer : 0,
			score : 1,
			expandedAnswer : 'A reciprocal agreement is not enforceable, meaning that the company that \nagreed to let the damaged company work out of its facility can decide not to\nallow this to take place. A reciprocal agreement is a better secondary backup\noption if the original plan falls through.',
			moreInfo : ''
		},
		{
			text : 'Damage assessment includes all but which of the following steps?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Identifying the affected business functions.',
				'Estimate the time it will take to restore critical business functions.',
				'Having the insurance company declare the total extent of the damages. <br>',
				'Evaluating the time to restore operations and if greater than the MTD, a disaster should be declared and BCP enacted.'
			],
			answer : 2,
			score : 1,
			expandedAnswer : 'Having the insurance company declare the total extent of the damages.  This is not part of the damage assessment phase. However, the other answers are part of the damage assessment phase.',
			moreInfo : ''
		},
		{
			text : 'Which of the following should NOT be released in a publicly released BCP?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Process flows',
				'Contact lists',
				'BIA results',
				'All of the above <br>'
			],
			answer : 3,
			score : 1,
			expandedAnswer : 'This is the correct answer because, as well as not releasing business recovery procedures or information relating to risk mitigation, the other information should not be made public knowledge. ',
			moreInfo : ''
		}
	]
};