var quiz = {
	questions : [
		{
			text : 'Which of the following is <i>not</i> a benefit of SIMs?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'a. Foundation for security operations centers (SOCs)',
				'b. Improved forensics analysis',
				'c. Real-time monitoring of events',
				'd. Use of few IT resources'
			],
			answer : 3,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Looking for other ways that security information management tools can help? Joel Snyder explains <a href="http://searchsecurity.techtarget.com/tip/0,289483,sid14_gci1255105,00.html" target="_blank">how to get the most out of a SIM</a>.'
		},
		{
			text : 'These are all complexities of SIM, <i>except</i> for: ',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'a. Too many alerts in one place',
				'b. Having a single console',
				'c. The need for a dedicated SIM resource',
				'd. The technically challenging nature of the technology'
			],
			answer : 1,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Don\'t forget to check out the rest of Sasan Hamidi\'s lesson. In a technical tip, he reviews the many <a href="http://searchsecurity.techtarget.com/tip/0,289483,sid14_gci1297881,00.html" target="_blank">challenges behind the operational integration of security and network management</a>.'
		},
		{
			text : 'Which one of the following terms <i>does not</i> refer to the same technology as SIMs?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'a. Log analysis',
				'b. Security event management ',
				'c. Log management',
				'd. Event log data management'
			],
			answer : 0,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Are you going "log wild?" <i>Information Security</i> contributor David Strom explains how to <a href="http://searchsecurity.techtarget.com/loginMembersOnly/1,289498,sid14_gci1274439,00.html" target="_blank">keep log data under control</a>. (Login required) '
		},
		{
			text : 'The development of SIM technology was the result of all of the following <i>except</i> for:',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'a. The need to automate log analysis',
				'b. Improvements in Windows security ',
				'c. Unix scripts that did not cover all security events',
				'd. Events that could not be correlated'
			],
			answer : 1,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'SIM tools have come a long way. Resident security management expert Mike Rothman explains <a href="http://searchsecurity.techtarget.com/tip/0,289483,sid14_gci1247084,00.html" target="_blank">why security information management technology has finally arrived</a>.'
		},
		{
			text : 'When choosing SIM technologies, the following factors must be considered <i>except</i>:',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'a. Deployment architecture',
				'b. Configuration (agents, consoles, etc.)',
				'c. Physical location',
				'd. Agent coverage'
			],
			answer : 2,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Need help selecting the best SIM product? Check out last year\'s <a href="http://searchsecurity.techtarget.com/magazineFeature/0,296894,sid14_gci1257124,00.html" target="_blank">"Readers\' Choice" standouts</a>.'
		}
	]
};