var quiz = {
	questions : [
		{
			text : 'True or false: Blade servers are less energy efficient, server for server, than their rack counterparts.',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'True',
				'False'
			],
			answer : 1,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Learn four ways to <a href="http://searchsystemschannel.techtarget.com/tip/0,289483,sid99_gci1275948,00.html">save data center power</a> with this tip.</p>'
		},
		{
			text : 'A single blade rack used to take just a couple of kilowatts in the 1990s, but now it takes:',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'15 kW or more',
				'20 kW or more',
				'25 kW or more ',
				'30 kW or more'
			],
			answer : 2,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Learn about the different <a href="http://searchsystemschannel.techtarget.com/generic/0,295582,sid99_gci1319416_tax311257,00.html">strategies for cooling a server room</a> with this Hot Spot Tutorial.</p>'
		},
		{
			text : 'At the average North American business, how much of its overall energy consumption comes from inside the data center?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'4%',
				'11%',
				'27%',
				'42%'
			],
			answer : 2,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Find out why <a href="http://searchsystemschannel.techtarget.com/news/article/0,289142,sid99_gci1344196,00.html">cutting data center power consumption</a> isn\'t enough.</p>'
		},
		{
			text : 'Is it better to use high- or standard-voltage power cords to power servers?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Standard, 120 volt distribution uses less energy.',
				'High, 208 volt or 230 volt distribution increases server power efficiency.'
			],
			answer : 1,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Read about the top <a href="http://searchcio.techtarget.com/news/article/0,289142,sid182_gci1284167,00.html">10 ways to save energy</a> in the data center.</p>'
		},
		{
			text : 'How do you calculate the power usage effectiveness (PUE) of a customer\'s data center?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Take the amount of power coming into the data center, and subtract the amount of power used to run its cooling systems. ',
				'Take the amount of power used to run the data center\'s computer infrastructure, and add the amount of power used to run its cooling systems. Then divide that number by 2.',
				'Take the amount of power used to run the data center\'s computer infrastructure, and divide it by the amount of power coming into the data center. Then multiply that number by 100.',
				'Take the amount of power coming into the data center, and divide it by the amount of power used to run the computer infrastructure inside.'
			],
			answer : 3,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Find out more about <a href="http://searchdatacenter.techtarget.com/sDefinition/0,,sid80_gci1307933,00.html?int=off">power usage effectiveness</a> with this WhatIs.com definition.</p>'
		},
		{
			text : 'When optimizing a customer\'s chilled-water production, which of the following pieces of equipment uses the least energy?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Electric centrifugal chillers',
				'Variable-speed cooling towers',
				'Two-way, high-performance rotary valves'
			],
			answer : 1,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Learn how to <a href="http://searchdatacenter.techtarget.com/tip/0,289483,sid80_gci1329144,00.html">optimize chilled-water production</a> for data center cooling.</p>'
		},
		{
			text : 'Which method of cooling a data center is the least energy efficient?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Close-coupled cooling',
				'Hot- or cold-aisle containment',
				'Cold air under shallow raised floors',
				'Moving the data center to a cooler climate'
			],
			answer : 2,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Learn more about <a href="http://searchsystemschannel.techtarget.com/generic/0,295582,sid99_gci1340730,00.html">data center cooling and cost containment</a> with this FAQ guide.</p>'
		},
		{
			text : 'Which of the following options would negatively affect a client\'s budget?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Using perforated raised access floor panels in cold rows',
				'Running network cabling below the floor tiles and into the bottom of the cabinet',
				'Using wire mesh raceways to hold network cables',
				'Using solid wall cabinets'
			],
			answer : 1,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Use our channel checklist and find ways to <a href="http://searchsystemschannel.techtarget.com/tip/0,289483,sid99_gci1296737,00.html">save money on server room cooling</a>.</p>'
		},
		{
			text : 'True or false: You should not use water-cooled server rack doors in combination with hot and cold aisles.',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'True',
				'False'
			],
			answer : 1,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Read about various procedures for <a href="http://searchsystemschannel.techtarget.com/generic/0,295582,sid99_gci1329396_tax312253,00.html">cooling blade servers</a> in this Hot Spot Tutorial.</p>'
		},
		{
			text : 'Optimizing chilled-water production efficiency requires attention in these fundamental areas:',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Piping or hydronic configuration',
				'Control system and strategy ',
				'Mechanical equipment selection',
				'All of the above'
			],
			answer : 3,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Learn more on efficient <a href="http://searchdatacenter.techtarget.com/tip/0,289483,sid80_gci1329144,00.html">chilled-water production</a>.</p>'
		}
	]
};
