var quiz = {
	questions : [
		{
			text : 'Where do most attacks on an organization\'s computer resources originate? ',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'From the Internet',
				'From the inside network',
				'From universities',
				'From intruders who gain physical access to the computer resources'
			],
			answer : 1,
			score : 1,
			expandedAnswer : 'Learn more about <a href="http://searchsecurity.techtarget.com/news/column/0,294698,sid14_gci1299371,00.html">network attacks</a>.',
			moreInfo : ''
		},
		{
			text : 'What type of threat combines worm, virus and Trojan horse characteristics?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Heuristic threat',
				'Blended threat',
				'Morphing threat',
				'Integrated threat'
			],
			answer : 1,
			score : 1,
			expandedAnswer : 'Learn more about <a href="http://searchnetworking.techtarget.com/news/article/0,289142,sid7_gci1085531,00.html">blended threats</a>.',
			moreInfo : ''
		},
		{
			text : 'An IOS router\'s privileged mode, which you can access by entering the enable command followed by the appropriate password, has which privilege level?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'0',
				'1',
				'15',
				'15'
			],
			answer : 2,
			score : 1,
			expandedAnswer : 'Learn more about <a href="http://searchnetworking.techtarget.com/news/article/0,289142,sid7_gci943908,00.html">configuring IOS routers</a>.',
			moreInfo : ''
		},
		{
			text : 'Which of the following commands is used in global configuration mode to enable AAA (authentication, authorization and accounting)?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'aaa EXEC',
				'aaa new-model',
				'Configure aaa-model',
				'Configure-model aaa'
			],
			answer : 1,
			score : 1,
			expandedAnswer : 'Learn more about <a href="http://searchnetworking.techtarget.com/loginMembersOnly/1,289498,sid7_gci937821,00.html?NextURL=http%3A//searchnetworking.techtarget.com/tip/1%2C289483%2Csid7_gci937821%2C00.html">AAA</a>.',
			moreInfo : ''
		},
		{
			text : 'What syslog logging level is associated with warnings?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'3',
				'4',
				'5',
				'6'
			],
			answer : 1,
			score : 1,
			expandedAnswer : 'Learn more about <a href="http://searchsecurity.techtarget.com/loginMembersOnly/1,289498,sid14_gci1257103,00.html">syslog</a>.',
			moreInfo : ''
		}
	]
};