var quiz = {
	questions : [
		{
			text : 'True or false? Companies should patch all <a href="http://searchcio-midmarket.techtarget.com/news/article/0,289142,sid183_gci1350527,00.html">security vulnerabilities</a>.',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'True',
				'False'
			],
			answer : 1,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Although patching critical vulnerabilities is important, Peyton Engel, a technical architect who heads the security assessment team at CDW Corp., recommends companies identify the point of diminishing returns of patch management by weighing the probability and severity of the security vulnerability, rather than the severity alone. Determine whether the vulnerability could strike important assets before investing resources in a patch.'
		},
		{
			text : 'Even with clear, simple disaster recovery <a href="http://searchcio-midmarket.techtarget.com/tip/0,289483,sid183_gci1351952,00.html">processes and practices</a> defined for remote offices, branch offices, some CIOs find it difficult to ____________. ',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Test the specified plans.',
				'Monitor how remote sites use IT in the event of a disaster.',
				'Relay DR plans to remote sites.'
			],
			answer : 1,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Although there may not be IT people on staff at remote locations, CIOs can provide general protocol through clear, simply written instructions that cover how to conduct backup and recovery procedures, how to communicate during an outage or other event, what to tell customers, etc.'
		},
		{
			text : 'How could <a href="http://searchcio.techtarget.com/news/article/0,289142,sid182_gci1349221,00.html">IP telephony</a> help as part of a disaster recovery plan?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'By unifying communications and messaging across the company.',
				'By delocalizing control of the phone system.',
				'By converging computers and telephones into a single, integrated information environment.',
				'All of the above'
			],
			answer : 3,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Companies using IP telephony and Voice over Internet Protocol can more quickly respond to disasters and resume communications, assuming there is failover capability with another site. '
		},
		{
			text : 'True or false? Remote offices can see benefits from the <a href="http://searchdatabackup.techtarget.com/news/article/0,289142,sid187_gci1306235,00.html">use of data deduplication</a>.',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'True',
				'False'
			],
			answer : 0,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Data deduplication reduces the amount of data transferred to the central site. After an initial full backup, only data that has been changed is transmitted, speeding up backup times.'
		},
		{
			text : 'When investing in real-time <a href="http://searchcio.techtarget.com/news/article/0,289142,sid182_gci1351318,00.html">data deduplication</a>, it\'s important to take into account the location of the second data center because_____________________.',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'The proximity dictates the speed and availability of replication.',
				'The network could go down.',
				'Services may not be available everywhere.'
			],
			answer : 0,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'As Chad Eckes, CIO of Cancer Treatment Centers of America, explained regarding his decision to locate a second data center 59 miles away from his primary center, "We chose to have it this close because we couldn\'t replicate without it being this close. Information can only travel so fast over the lines."'
		},
		{
			text : '<a href="http://searchcio.techtarget.com/news/article/0,289142,sid182_gci1351318,00.html">Storing backups</a> to _____________ can be a very fast way to restore data.',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'tape',
				'PDF formats',
				'disk'
			],
			answer : 2,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Disks can be made immediately available in corporate data centers. Keeping a week\'s worth of data backups on a disk can provide a quick way to restore data. '
		},
		{
			text : '<a href="http://searchcio-midmarket.techtarget.com/news/article/0,289142,sid183_gci1352388,00.html">Backup Software as a Service</a> (SaaS) has many positive qualities, including cost and quick deployment. What is one of the downsides, according to a Forrester analyst?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'encryption',
				'restore',
				'infrastructure'
			],
			answer : 1,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'According to Stephanie Balaouras, an analyst at Forrester, restoring an individual file isn\'t a problem -- but restoring more than 15 to 20 GB of data over the Internet can be an issue. A SaaS provider will end up shipping the data in a form of removable media within 24 hours.'
		},
		{
			text : 'According to one analyst, when creating <a href="http://searchcio-midmarket.techtarget.com/news/article/0,289142,sid183_gci1352388,00.html">disaster recovery plans</a> for remote offices, branch offices, how should a midmarket CIO figure out how much to spend?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Take a risk assessment of the remote office, including the possible threats to be expected and the impact, then annualize it.',
				'Allocate a few dollars per gigabyte, per server, per month in the budget.',
				'No matter how carefully the CIO justifies the expense, the CFO will say it\'s too much.'
			],
			answer : 0,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Although some backup services can cost as little as a few dollars per gig, per server, per month, Balaouras recommends determining the likely threat scenario for your remote office, branch office location and then annualizing it based on employee salaries and potential time loss. '
		}
	]
};