var quiz = {
	questions : [
		{
			text : 'True or false: The usage of mobile technologies could get a company into hot water with the SEC.',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'True',
				'False'
			],
			answer : 0,
			score : 1,
			expandedAnswer : 'True. There are compliance risks associated with using mobile technologies, but it\'s important to keep in mind that UC cannot avoid any of the usual <a href="http://searchcio-midmarket.techtarget.com/tip/0,289483,sid183_gci1332842,00.html">regulatory compliance obligations</a>.',
			moreInfo : ''
		},
		{
			text : 'According to a recent Forrester Research Inc. survey, what percentage of businesses <a href="http://searchcio-midmarket.techtarget.com/news/article/0,289142,sid183_gci1325126,00.html">manage and support BlackBerry</a>?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'38%',
				'73%',
				'55%'
			],
			answer : 1,
			score : 1,
			expandedAnswer : 'Seventy-three percent of businesses manage and support BlackBerry. But 83% of survey respondents are at least "somewhat likely" to support BlackBerry five years from now.',
			moreInfo : ''
		},
		{
			text : 'What is the "<a href="http://searchcio-midmarket.techtarget.com/tip/0,289483,sid183_gci1328911,00.html">centerpiece of unified communications</a>"? ',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Private branch exchanges (PBXs)',
				'Voice over lnternet Protocol',
				'Virtual LANs'
			],
			answer : 1,
			score : 1,
			expandedAnswer : 'VoIP replaces your traditional phone lines and network by running your telephone system over your existing TCP/IP network.',
			moreInfo : ''
		},
		{
			text : 'What is the major <a href="http://searchcio-midmarket.techtarget.com/tip/0,289483,sid183_gci1328911,00.html">strength of unified communications</a>?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'It puts all of a company\'s electronic traffic on the same network, where it can be maintained by the same staff.',
				'It has separate PBXs.',
				'It is not easy for hackers to gain access to.'
			],
			answer : 0,
			score : 1,
			expandedAnswer : 'It puts all of a company\'s electronic traffic on the same network, where it can be maintained by the same staff. But because all the electronic traffic is on the same network, it\'s subject to the same security weaknesses inherent in the rest of its network. This could allow hackers probing your network access into all your other company business.',
			moreInfo : ''
		},
		{
			text : 'According to research firm IDC, there were 102 million <a href="http://searchcio-midmarket.techtarget.com/tip/0,289483,sid183_gci1310706,00.html">short message service (SMS) subscribers</a> in the U.S. in 2006. How many of them were business users?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'About half',
				'Barely any',
				'One third'
			],
			answer : 2,
			score : 1,
			expandedAnswer : 'One third. The overall total is expected to reach 184 million subscribers in 2011, possibly making SMS a business staple around the world. ',
			moreInfo : ''
		},
		{
			text : 'True or false? <a href="http://searchcio-midmarket.techtarget.com/tip/0,289483,sid183_gci1310706,00.html">Instant messaging and SMS</a> have the potential to circumvent information security systems.',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'True',
				'False'
			],
			answer : 0,
			score : 1,
			expandedAnswer : 'True. According to Ted Ritter, a research analyst at Nemertes Research Group Inc., if users transmit or receive confidential company information or any content that could factor into a legal action, "they are exposing the company to potential issues."',
			moreInfo : ''
		},
		{
			text : 'According to Andy Chew, Siemens AG senior vice president for unified communications, how can <a href="http://searchcio-midmarket.techtarget.com/news/column/0,294698,sid183_gci1270097,00.html">midmarket organizations adopt UC</a> with very little risk?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'It doesn\'t matter -- UC should not be a priority.',
				'They should convince their IT departments to support UC.',
				'They should opt for Software as a Service (SaaS) or hosted services.'
			],
			answer : 2,
			score : 1,
			expandedAnswer : 'They should opt for SaaS or hosted services. Chew said UC can help midmarket companies improve communication capabilities and lower costs. ',
			moreInfo : ''
		},
		{
			text : 'What are three security requirements for <a href="http://searchcio-midmarket.techtarget.com/tip/0,289483,sid183_gci1328911,00.html">safe unified communications</a>?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Encryption, password protection and media gateways',
				'Encryption, access control and endpoint security',
				'Access control, media gateway controllers and encryption'
			],
			answer : 1,
			score : 1,
			expandedAnswer : 'Encryption, access control and endpoint security. The same encryption used commonly for protecting HTTP traffic, Secure Sockets Layer (SSL), is effective for other TCP/IP traffic, like that used for unified communications. Access control is required to make sure only authorized users can use the company\'s unified communications system. Endpoint security ensures that communications devices like telephones, now considered endpoints like your desktops and workstations, aren\'t backdoors into your network.',
			moreInfo : ''
		}
	]
};