var quiz = {
	questions : [
		{
			text : 'What Cisco Catalyst switch feature can help protect against DHCP server spoofing?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'DAI',
				'GARP',
				'DHCP snooping',
				'VACLs'
			],
			answer : 2,
			score : 1,
			expandedAnswer : 'Learn more about <a href="http://searchnetworking.techtarget.com/loginMembersOnly/1,289498,sid7_gci1249934,00.html?NextURL=http%3A//searchnetworking.techtarget.com/expert/KnowledgebaseAnswer/0%2C289625%2Csid7_gci1249934%2C00.html">Cisco Catalyst</a>.',
			moreInfo : ''
		},
		{
			text : 'Which of the following is not a phase in a worm attack?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Paralayze',
				'Propagate',
				'Eradicate',
				'Persist'
			],
			answer : 2,
			score : 1,
			expandedAnswer : 'Learn more about <a href="http://http://searchsecuritychannel.techtarget.com/tip/0,289483,sid97_gci1247750,00.html">worm attacks</a>.',
			moreInfo : ''
		},
		{
			text : 'Which of the following is the basis of all the major SAN transport technologies?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'ATA',
				'IDE',
				'EIDE',
				'SCSI'
			],
			answer : 3,
			score : 1,
			expandedAnswer : 'Learn more about <a href="http://searchnetworkingchannel.techtarget.com/tip/0,289483,sid100_gci1255870,00.html">SCSI</a>.',
			moreInfo : ''
		},
		{
			text : 'VoIP spam is also known by which of the following acronyms?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'CAPF',
				'cRTP',
				'GARP',
				'SPIT'
			],
			answer : 3,
			score : 1,
			expandedAnswer : 'Learn more about <a href="http://searchsecuritychannel.techtarget.com/generic/0,295582,sid97_gci1243568,00.html">VoIP security</a>.',
			moreInfo : ''
		},
		{
			text : 'Which of the following firewall best practices can help mitigate worm and other automated attacks?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Segment security zones',
				'Use logs and alerts',
				'Restrict access to firewalls',
				'Set connection limits'
			],
			answer : 3,
			score : 1,
			expandedAnswer : 'Learn more about <a href="http://searchsecuritychannel.techtarget.com/tip/0,289483,sid97_gci1327184,00.html">firewall best practices</a>.',
			moreInfo : ''
		},
		{
			text : 'What is the primary method used to detect and prevent attacks using IDS and/or IPS technologies?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Signature-based detection',
				'Policy-based detection',
				'Anomaly-based detection',
				'Honey pot detection'
			],
			answer : 0,
			score : 1,
			expandedAnswer : 'Learn more about <a href="http://searchsecuritychannel.techtarget.com/topics/0,295493,sid97_tax304586,00.html">intrusion detection</a>.',
			moreInfo : ''
		}
	]
};