var quiz = {
	questions : [
		{
			text : 'Which of the following are the proper locking mechanisms for primary and secondary server room entry doors?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'The primary and secondary entrance doors should have access controlled through a swipe card or cipher lock.',
				'The primary entrance door should have access controlled through a swipe card or cipher lock. Secondary doors should be secured from the inside and allow no entry. <br>',
				'The primary entrance door should have access controlled through a swipe card or cipher lock. The secondary doors should have a security guard.',
				'The primary entrance door should have access controlled through a security 		guard. The secondary doors should secured from the inside and allow no entry. '
			],
			answer : 1,
			score : 1,
			expandedAnswer : 'The primary entrance door to a server room needs to carry out identification, authentication and authorization processes. There should only be one entry point into a server room. Other doors should not provide entrance, but can be used for emergency exits.',
			moreInfo : ''
		},
		{
			text : 'Sometimes basic fencing does not provide the level of protection a company requires. Which of the following combines the basic functions of intrusion detection systems and fencing?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'PIDAS <br>',
				'PERIMETER',
				'CCTV',
				'Acoustical-Seismic Detection System'
			],
			answer : 0,
			score : 1,
			expandedAnswer : 'Perimeter intrusion and detection assessment systems (PIDAS) combine\nthe functionality of intrusion detections systems (IDS) and perimeter fencing. PIDAS does provide the highest level of perimeter security, but it is vulnerable to false alarms.',
			moreInfo : ''
		},
		{
			text : 'Which of the following water suppression systems are most commonly used in data processing environments?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Wet',
				'Preaction <br>',
				'Delayed',
				'Dry'
			],
			answer : 1,
			score : 1,
			expandedAnswer : 'Preaction sprinklers are most commonly used in data centers. This type\nof solution combines the functionality of wet and dry systems. Water is held back by a valve until a predefined temperature is met. Then, water fills the pipes but is not released through the sprinkler head. A second delay mechanism holds the water back until it melts. When the final delay mechanism melts, water is released.\n',
			moreInfo : ''
		},
		{
			text : 'Sally is asked to carry out an assessment of company ABC\'s physical security. She uncovers that the company has not installed a fire-suppression system. This would be categorized as which of the following?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Risk',
				'Exposure',
				'Vulnerability <br>',
				'Threat'
			],
			answer : 2,
			score : 1,
			expandedAnswer : 'Vulnerability is a weakness. Security weakness can be in the areas of controls, implementation, operation, protection and design, to name a few. Exposure means that a vulnerability exists. The threat is that the vulnerability will be exploited.',
			moreInfo : ''
		},
		{
			text : 'Which of the following is true about a proximity sensor?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Creates many false alarms because of sensitivity, thus it should be a backup device, not a primary security control.',
				'Detects approaching subjects.',
				'Motion is detected by change in frequencies.',
				'All of these answers are correct. <br>'
			],
			answer : 3,
			score : 1,
			expandedAnswer : 'They do detect approaching subjects and motion is detected by a change in frequencies in their sensors.  But it is important to remember that due to their sensitivity and tendencies to be easily triggered, they should be used as a backup device and not as a form of primary security control.',
			moreInfo : ''
		}
	]
};