var quiz = {
	questions : [
		{
			text : 'This version of Windows Vista, recently released, presents new opportunities for service providers to gain upgrade revenue.',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Beta',
				'RTM (release to manufacturing)',
				'Service Pack 1 (SP1)',
				'Service Pack 2 (SP2)'
			],
			answer : 2,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'For more information, see "Four sales drivers for <a href="http://searchsystemschannel.techtarget.com/tip/0,289483,sid99_gci1303447,00.html" target="_blank">Windows Vista Service Pack 1</a>."'
		},
		{
			text : 'Which of the following is <i>not</i> a feature that can help you ease Windows Vista deployment at a client\'s site?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'ImageX',
				'Windows Imaging Format',
				'Windows Pre Environment (PE)',
				'Windows Deployment Manager'
			],
			answer : 3,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'For more information, see our Channel Checklist on the top four <a href="http://searchsystemschannel.techtarget.com/tip/0,289483,sid99_gci1298408,00.html" target="_blank">features to ease Vista deployment</a>.'
		},
		{
			text : 'Which of the following system upgrades may be necessary in order to upgrade to Windows Vista?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Additional RAM',
				'A new video card',
				'A larger hard drive',
				'All of the above'
			],
			answer : 3,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Learn more about how to perform a <a href="http://searchsystemschannel.techtarget.com/generic/0,295582,sid99_gci1269005,00.html" target="_blank">Windows Vista upgrade</a>.'
		},
		{
			text : 'This feature tests your drivers to ensure they\'re capable of running Windows Vista.',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Windows Vista Driver Advisor',
				'Windows Vista Upgrade Advisor',
				'Windows Vista Driver Manager',
				'Windows Vista Upgrade Manager '
			],
			answer : 1,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Learn more about how <a href="http://searchsystemschannel.techtarget.com/generic/0,295582,sid99_gci1269139,00.html" target="_blank">Windows Vista Upgrade Advisor</a> tests your drivers.'
		},
		{
			text : 'This software can help you test Windows Vista application compatibility.',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Microsoft Application Compatibility Toolkit',
				'Windows Vista Compatibility Toolkit',
				'Vista Application Compatibility Toolkit',
				'Vista Application Compatibility Suite'
			],
			answer : 0,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'For more information on Windows Vista compatibility, read "<a href="http://searchsystemschannel.techtarget.com/tip/0,289483,sid99_gci1217410,00.html" target="_blank">How to test application compatibility</a>."'
		},
		{
			text : 'This software allows users to run older Windows applications on Windows Vista.',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Virtual Vista Express',
				'Vista PC Express',
				'Virtual PC Express',
				'Windows Vista Express'
			],
			answer : 2,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Learn more about how to run older Windows applications on <a href="http://searchsystemschannel.techtarget.com/tip/0,289483,sid99_gci1233553,00.html" target="_blank">Vista with Virtual PC Express</a>.'
		},
		{
			text : 'Because Windows Vista is a multithreaded operating system, it\'s a good idea to have this kind of processor on your Vista workstations.',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Single-core',
				'Dual-core',
				'64-bit',
				'Both B and C'
			],
			answer : 3,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'For information, see "Windows <a href="http://searchsystemschannel.techtarget.com/tip/0,289483,sid99_gci1228039,00.html" target="_blank">Vista: Hardware buying considerations</a>."'
		},
		{
			text : 'Which of the following is <i>not</i> a security improvement that Microsoft has added to Windows Vista?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Malicious software removal tool',
				'User access controls',
				'Security Enhanced Linux',
				'BitLocker data encryption'
			],
			answer : 2,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Learn more about why <a href="http://searchsystemschannel.techtarget.com/expert/KnowledgebaseAnswer/0,289625,sid99_gci1239559,00.html" target="_blank">Windows Vista security may still not live up to Linux</a>.'
		},
		{
			text : 'A "Windows Vista in a box" kit for small and medium-sized businesses (SMBs) should include which of the following?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'A volume license agreement',
				'Security and antimalware software',
				'Trial software of Microsoft Office 2007',
				'All of the above'
			],
			answer : 3,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'For more information, read "<a href="http://searchsystemschannel.techtarget.com/tip/0,289483,sid99_gci1254035,00.html" target="_blank">Windows Vista in a box</a> customized for your customers."'
		},
		{
			text : 'Microsoft\'s acquisition of this desktop virtualization company could cause a spike in Windows Vista migrations.',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'EqualLogic',
				'Kidaro',
				'Innotek',
				'Vizioncore'
			],
			answer : 1,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'For more information on the Kidaro buy, read "Desktop virtualization buy could <a href="http://searchitchannel.techtarget.com/news/article/0,289142,sid96_gci1306075,00.html" target="_blank">boost Windows Vista migrations</a>."'
		}
	]
};
