var quiz = {
	questions : [
		{
			text : 'What server role is not supported on a Windows Server Core installation?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'a) DNS',
				'b) Active Directory Lightweight Directory Service',
				'c) Active Directory',
				'd) Terminal Services'
			],
			answer : 3,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Learn what IT Knowledge Exchange blogger Michael Khanin has to say about <a href="http://itknowledgeexchange.techtarget.com/network-administrator/server-core-roles-and-features-of-windows-server-2008/" target="_blank">Server Core roles and features of Windows Server 2008</a>.'
		},
		{
			text : 'Which technology is designed to provide data protection through both drive encryption and data integrity?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'a) Encrypting File System (EFS)',
				'b) Rights Management Services (RMS)',
				'c) BitLocker Drive Encryption (BDE)',
				'd) Cryptographic Next Generation (CNG)'
			],
			answer : 2,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Find out more about how <a href="http://searchsecurity.techtarget.com/tip/0,289483,sid14_gci1304393,00.html" target="_blank">Windows BitLocker enables disk encryption for data protection</a>.'
		},
		{
			text : 'The Windows Advanced Firewall allows you to filter based on what factors?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'a) Source',
				'b) Destination',
				'c) Protocol number',
				'd) A and B',
				'e) A, B and C'
			],
			answer : 4,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'It is now possible to <a href="http://searchsecurity.techtarget.com/expert/KnowledgebaseAnswer/0,289625,sid14_gci1303135,00.html" target="_blank">confirm, add, modify and delete firewall rules using Windows Firewall with Advanced Security</a>. Learn how.'
		},
		{
			text : 'Which of the following is designed to protect domain information in locations where physical security cannot be guaranteed?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'a) BitLocker Drive Encryption',
				'b) Read-only domain controller',
				'c) Server Core',
				'd) Cryptographic Next Generation'
			],
			answer : 1,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'If you haven\'t already, make sure to check out Beth Quinlan\'s podcast: <a href="http://SearchSecurity.bitpipe.com/detail/RES/1220365600_622.html?src=pc_ssec_editorial_09_04_08" target="_blank">What is a domain controller, and why should I care?</a>'
		},
		{
			text : 'What is the Microsoft method of policy enforcement, which allows administrators to ensure compliance with specific health policies for systems accessing the network?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'a) Network Access Protection',
				'b) Network Access Control',
				'c) Server and Domain Isolation',
				'd) Windows Firewall and Advanced Security'
			],
			answer : 0,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Learn why some users said that <a href="http://searchsecurity.techtarget.com/news/article/0,289142,sid14_gci1255669,00.html" target="_blank">Microsoft NAP-TNC compatibility won\'t necessarily speed adoption</a> of its endpoint security technology.'
		}
	]
};