var quiz = {
	questions : [
		{
			text : 'True or false: Mobile messaging and text messaging are the same thing.',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'True',
				'False'
			],
			answer : 1,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Understand the benefits of <a href="http://searchunifiedcommunications.techtarget.com/news/article/0,289142,sid186_gci1350050,00.html" target="_blank">dual-mode phones and fixed mobile convergence</a>.'
		},
		{
			text : 'What is the most common architectural approach for mobile email deployment?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Enterprise data center',
				'Network operations center',
				'Service provider',
				'Network-attached storage'
			],
			answer : 0,
			score : 1,
			expandedAnswer : '',
			moreInfo : ''
		},
		{
			text : 'Which of the following is NOT an enterprise IM system?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'BlackBerry Messenger',
				'AIM',
				'IBM Sametime',
				'Microsoft Office Communication Server'
			],
			answer : 1,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'For more information on <a href="http://searchmobilecomputing.techtarget.com/generic/0,295582,sid40_gci1341043,00.html" target="_blank">mobile messaging</a>, check out this Mobile Insights.'
		},
		{
			text : 'Which of the following mobile authentication methods is NOT hardware based?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Tokens',
				'Biometrics',
				'Certificates',
				'Smartcards'
			],
			answer : 2,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Learn more about <a href="http://searchmobilecomputing.techtarget.com/generic/0,295582,sid40_gci1329182,00.html" target="_blank">mobile security</a> in this Expert Lesson.'
		},
		{
			text : 'True or false: MMS is more securable than IP.',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'True',
				'False'
			],
			answer : 1,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Find out about using <a href="http://searchunifiedcommunications.techtarget.com/news/article/0,289142,sid186_gci1346352,00.html" target="_blank">basic IP networking</a> to begin the process of mobile security.'
		},
		{
			text : 'What percentage of mobile malware programs are designed to run on Symbian?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'12%',
				'59%',
				'73%',
				'98%'
			],
			answer : 3,
			score : 1,
			expandedAnswer : '',
			moreInfo : ''
		},
		{
			text : 'True or false: Mobile OSs do NOT include basic personal firewall capabilities.',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'True',
				'False'
			],
			answer : 0,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Learn how to prevent <a href="http://searchmobilecomputing.techtarget.com/generic/0,295582,sid40_gci1332822,00.html" target="_blank">mobile malware</a> in this Mobile Insights.'
		},
		{
			text : 'Which of the following is NOT a way for technical controls to enforce a mobile policy?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Forcing encryption of data at rest',
				'Enforcing repercussions of noncompliance',
				'Forcing secure connectivity on unsecured public networks',
				'Restricting access to the corporate networks or company data'
			],
			answer : 1,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Read more about creating and instituting a <a href="http://searchmobilecomputing.techtarget.com/generic/0,295582,sid40_gci1329160,00.html" target="_blank">corporate mobile device policy</a>.'
		},
		{
			text : 'Which of the following is NOT true of mobile IP?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'It allows mobile devices to switch networks while maintaining the same IP address.',
				'It was designed by the Internet Engineering Task Force (IETF).',
				'One enhancement is known as the HMIPv6.',
				'It will not be modified for IPv6.'
			],
			answer : 3,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Check out the What is? definition of <a href="http://searchmobilecomputing.techtarget.com/sDefinition/0,,sid40_gci849848,00.html " target="_blank">mobile IP</a>.'
		},
		{
			text : 'True or false: Most mobile enterprise applications stand alone.',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'True',
				'False'
			],
			answer : 1,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Get more information on <a href="http://searchmobilecomputing.techtarget.com/tip/0,289483,sid40_gci1254775_mem1,00.html" target="_blank">mobile applications</a> in this tip.'
		}
	]
};