var quiz = {
	questions : [
		{
			text : 'According to a recent Computer Economics Inc. survey, as of 2008 what percentage of companies entrust some part of their <a href="http://searchcio-midmarket.techtarget.com/news/article/0,289142,sid183_gci1357311,00.html">data center operations</a> to third-party providers?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'32%',
				'33%',
				'34%',
				'35%'
			],
			answer : 3,
			score : 1,
			expandedAnswer : 'According to Computer Economics\' survey data, the percentage of organizations utilizing some data center outsourcing opportunities has hovered around 33% in recent years. But in 2008, this rose to 35% -- and the firm says this is a sign of greater growth to come. ',
			moreInfo : ''
		},
		{
			text : 'From the same survey, what percentage of organizations that are already outsourcing plan to engage in more <a href="http://searchcio-midmarket.techtarget.com/news/article/0,289142,sid183_gci1357311,00.html">data center outsourcing</a> in the future?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'7%',
				'28%',
				'19%',
				'37%'
			],
			answer : 1,
			score : 1,
			expandedAnswer : 'That\'s compared with the 7% of the 200 respondents to the March 29 survey that are looking to scale back (65% said they will maintain current levels).',
			moreInfo : ''
		},
		{
			text : 'True or false? When looking into data center outsourcing options, consider going with <a href="http://searchcio-midmarket.techtarget.com/tip/0,289483,sid183_gci1317450,00.html">multiple providers</a> if your systems and processes require expertise in a variety of business areas and technologies, and you want best of breed in each area.',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'True',
				'False'
			],
			answer : 0,
			score : 1,
			expandedAnswer : 'According to Kurt Potter, a research director at Gartner Inc. in Stamford, Conn., "if you want to change something down the road you\'re less trapped than if you\'re with one provider, plus you can get better pricing if there\'s competition." The downside? Managing multiple suppliers can be tricky, so good governance and vendor management skills are important, he warns. ',
			moreInfo : ''
		},
		{
			text : 'According to a recent survey, the <a href="http://searchcio-midmarket.techtarget.com/news/article/0,289142,sid183_gci1357311,00.html">most aggressive outsourcers</a> are____________.',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'small organizations',
				'medium-sized organizations',
				'large enterprises'
			],
			answer : 0,
			score : 1,
			expandedAnswer : 'More than half of small businesses rely on third parties for at least 50% of their data center operations.',
			moreInfo : ''
		},
		{
			text : 'Why is <a href="http://searchcio-midmarket.techtarget.com/news/article/0,289142,sid183_gci1354905,00.html">data center outsourcing</a> becoming an increasingly attractive option, according to some market watchers?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'The pressure to cut costs.',
				'The age of existing data centers relative to current technologies.',
				'Both of the above.'
			],
			answer : 2,
			score : 1,
			expandedAnswer : 'According to Rich Matlus, a vice president of research at Gartner, many data centers were built in the 1970s and 1980s and are not as energy efficient as some newer options. "CIOs are left with [the choices of] building a brand new data center, leasing space off somebody else who has a newer facility [or] outsourcing the entire data center," he said.',
			moreInfo : ''
		},
		{
			text : 'Which data center <a href="http://searchcio-midmarket.techtarget.com/tip/0,289483,sid183_gci1317450,00.html">systems and processes</a> may be good candidates for outsourcing, according to one analyst?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Strategic competencies and core capabilities.',
				'Neither strategic competencies nor core capabilities.',
				'Complex processes.'
			],
			answer : 1,
			score : 1,
			expandedAnswer : 'According to Potter, "If something is a strategic competency and also a core capability, then it should probably stay in-house." If it is neither, it should probably be outsourced. If it is one but not the other, determine whether you can support it economically in-house, and whether you can find the right outside service provider.',
			moreInfo : ''
		},
		{
			text : 'When a company is considering <a href="http://searchcio-midmarket.techtarget.com/tip/0,289483,sid183_gci1317450,00.html">outsourcing a data center</a>, what should its first step be?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Consider vendor options.',
				'Benchmark your IT infrastructure.',
				'Develop a game plan.'
			],
			answer : 1,
			score : 1,
			expandedAnswer : 'Although it\'s important to develop a game plan and research the market, assessing how your data center\'s level of complexity and cost efficiencies stack up against the marketplace will help you decide if outsourcing is the best option. ',
			moreInfo : ''
		},
		{
			text : 'According to a lead systems software engineer, some companies would rather <a href="http://searchdatacenter.techtarget.com/news/article/0,289142,sid80_gci1352716,00.html">hire more IT staff before outsourcing</a> to keep__________.',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'sensitive data in-house',
				'internal IT jobs',
				'capital expenses low'
			],
			answer : 0,
			score : 1,
			expandedAnswer : 'Some organizations are opting to outsource data center facilities such as space, security, power and cooling, while keeping control of data center operations, including server, network and software management. ',
			moreInfo : ''
		}
	]
};