var quiz = {
	questions : [
		{
			text : 'What portion of NAC project costs typically go toward upgrading an organization\'s switching infrastructure?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'a. 25%',
				'b. 33%',
				'c. 50%',
				'd. 67%'
			],
			answer : 3,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'In this selection from our Ask the Experts section, Mike Chapple explains <A HREF="http://searchsecurity.techtarget.com/expert/KnowledgebaseAnswer/0,289625,sid14_gci1248108,00.html" target="_blank"> what to consider when deploying NAC products, including upgrades</a>.'
		},
		{
			text : 'Which one of the following is <i>not</i> an advantage that out-of-band NAC products have over in-band ones?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'a. Reduction in scalability issues',
				'b. Elimination of single point of failure for the network',
				'c. Increase in range of response choices ',
				'd. Elimination of NAC-based network latency'
			],
			answer : 2,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Learn why there\'s been increased interest in the <A HREF="http://searchsecurity.techtarget.com/news/article/0,289142,sid14_gci1241897,00.html" target="_blank"> out-of-band, appliance-based approach to NAC</a>.'
		},
		{
			text : 'Which of the following are security controls typically enforced by NAC products?  ',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'a. Current virus definitions ',
				'b. VLAN assignments ',
				'c. Valid Active Directory credentials ',
				'd. Appropriate operating system patches ',
				'e. All of the above'
			],
			answer : 4,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'In a recent Security Wire Weekly podcast, <i>Information Security</i> magazine\'s Neil Roiter <a href="http://searchsecurity.techtarget.com/news/article/0,289142,sid14_gci1299634,00.html" target="_blank">sized up the NAC market</a>.'
		},
		{
			text : 'Which one of the following statements accurately describes the state of the NAC market?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'a. New vendors introducing new products frequently',
				'b. Slow but constant growth in number of products on market',
				'c. Vendors beginning to drop out of market ',
				'd. Stable market with little movement in either direction'
			],
			answer : 2,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Learn why <A HREF="http://searchsecurity.techtarget.com/news/article/0,289142,sid14_gci1301578,00.html" target="_blank"> NAC market consolidation</a> may or may not be good for enterprises.'
		},
		{
			text : 'Which of the following is typically the last step in a NAC deployment project?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'a. Require compliance for network access ',
				'b. Deploy with a small number of users',
				'c. Educate users about policy violations',
				'd. Roll out to the enterprise'
			],
			answer : 0,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Learn why <A HREF="http://searchsecurity.techtarget.com/news/article/0,289142,sid14_gci1270819,00.html" target="_blank"> NAC switches and hardware may help track users and malware</a>.'
		}
	]
};