var quiz = {
	questions : [
		{
			text : 'A chemical distributor assigns employees tasks that separate their duties and routinely rotates job assignments. What security benefits does this have?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Separation of duties ensures that more than one employee knows how to perform critical tasks.  Job rotation ensures that one person cannot perform a high-risk task alone.',
				'Separation of duties ensures that one person cannot perform a high-risk task alone. Job rotation can uncover fraud because more than one person knows the tasks of a position. <br>',
				'They are the same thing with different titles.',
				'They are administrative controls that enforce access control and protect the company’s resources.'
			],
			answer : 1,
			score : 1,
			expandedAnswer : 'Separation of duties and job rotation are two security controls commonly\nused within companies to prevent and detect fraud. Preventing one person from\nhandling critical tasks alone helps to stop fraudulent behavior. Rotating employees into different jobs also helps to uncover wrongdoings performed by fellow employees.\n',
			moreInfo : ''
		},
		{
			text : 'Kathy has been asked to develop the organization’s awareness training. She needs to understand the crux of this training, which is what?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'To enforce compliance',
				'To provide understanding of employee responsibilities <br>',
				'To teach techniques of obtaining privacy',
				'To minimize the resistance to security controls '
			],
			answer : 1,
			score : 1,
			expandedAnswer : 'The goal of this type of countermeasure is to educate individuals on what is expected of them and to modify their behavior.',
			moreInfo : 'Learn about the <a href="http://searchsecuritychannel.techtarget.com/tip/0,289483,sid97_gci1253214,00.html" target="_blank">reseller opportunities in security awareness training</a>.'
		},
		{
			text : 'In quantitative analysis, the ALE value is very important. Which of the following formulas is used to calculate ALE?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'ARO x EF',
				'ARO x SLE – EF',
				'SLE x ARO <br>',
				'SLE x EF x ARO'
			],
			answer : 2,
			score : 1,
			expandedAnswer : 'The annualized loss expectancy (ALE) is calculated by multiplying single\nloss expectancy (SLE) by annualized rate of occurrence (ARO). \n',
			moreInfo : ''
		},
		{
			text : 'Which is a place that information for social engineering can be obtained?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'An organization\'s website.',
				'A company directory.',
				'Other employees.',
				'All of the above. <br>'
			],
			answer : 3,
			score : 1,
			expandedAnswer : 'Social engineering can be conducted in any place and manner that involves the interaction of people, or where information about people in an organization can be obtained.',
			moreInfo : ''
		},
		{
			text : 'Reviewing audit logs is an example of what type of a security control?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Deterrent – Administrative',
				'Detective – Physical',
				'Detective – Technical<br>',
				'Preventive – Technical'
			],
			answer : 2,
			score : 1,
			expandedAnswer : 'Reviewing audit logs will be done on a regular basis but would also be\ndone when investigating an incident or performing an audit. It is definitively a\ndetective control on the technical side.\n',
			moreInfo : ''
		}
	]
};