var quiz = {
	questions : [
		{
			text : 'True or false:\nSharePoint is compatible with Firefox.\n',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'True',
				'False'
			],
			answer : 0,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Find out exactly what <a href="http://searchwinit.techtarget.com/sDefinition/0,,sid1_gci1284054,00.html">SharePoint</a> is in this What is? Definition.'
		},
		{
			text : 'What is the free version of SharePoint known as?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Microsoft Office SharePoint Server (MOSS)',
				'Microsoft Office SharePoint Service (MOSS)',
				'Windows SharePoint Server (WSS)',
				'Windows SharePoint System (WSS)'
			],
			answer : 2,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Learn more about <a href="http://searchwindevelopment.techtarget.com/generic/0,295582,sid8_gci1274283,00.html">SharePoint</a> in this learning guide.'
		},
		{
			text : 'When planning to implement SharePoint, a solution provider should examine the customer\'s SQL Server uptime. What percentage of data will be stored in SQL databases?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'50%',
				'78%',
				'90%',
				'99%'
			],
			answer : 3,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Read more about the best practices for <a href="http://searchsystemschannel.techtarget.com/tip/0,289483,sid99_gci1317689,00.html">SharePoint implementation</a>.'
		},
		{
			text : 'True or false: Because SharePoint is based on .NET technology, any .NET developer can easily transition into a SharePoint developer role.',
			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://searchsystemschannel.techtarget.com/tip/0,289483,sid99_gci1324748,00.html">SharePoint training</a>.'
		},
		{
			text : 'What kind of third-party tool are Web Parts?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Custom business solutions and applications',
				'Administrative tool',
				'Integration tool',
				'External SharePoint hosting solution'
			],
			answer : 0,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Read about <a href="http://searchsystemschannel.techtarget.com/tip/0,289483,sid99_gci1338980,00.html">customizing SharePoint</a> with third-party apps.'
		},
		{
			text : 'Which of the following is NOT a backup-and-restore option in Office SharePoint Server 2007?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Central Administration backup and restore',
				'Command line backup',
				'Two-stage Recycle bin',
				'SQL Express GUI backup'
			],
			answer : 3,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Learn more about <a href="http://searchwinit.techtarget.com/generic/0,295582,sid1_gci1319577,00.html">backup disaster and recovery</a> within SharePoint.'
		},
		{
			text : 'In terms of documentation management, is it better to set document library security settings before or after you upload the document?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Before. The settings can\'t be changed on documents that already exist in the library.',
				'After. This will change the settings on documents that already exist in the library.'
			],
			answer : 0,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Learn more about <a href="http://searchwinit.techtarget.com/news/article/0,289142,sid1_gci1332665,00.html">SharePoint documentation management</a>.'
		},
		{
			text : 'What is the purpose of a SharePoint governance document?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'It is a contract between the customer and Microsoft.',
				'It allows total governance to the site administrators and allows them access to all data.',
				'It outlines policies and procedures regarding the way SharePoint is to be used and maintained within an organization.',
				'It automatically assigns read and write permissions for each file per user.'
			],
			answer : 2,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Learn more about creating a <a href="http://searchwinit.techtarget.com/tip/0,289483,sid1_gci1334791,00.html">SharePoint governance document</a>.'
		},
		{
			text : 'Which security concept is SharePoint inherently involved in?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Authentication',
				'Authorization',
				'Network monitoring',
				'Risk assessment'
			],
			answer : 1,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Get some more advice on <a href="http://searchwinit.techtarget.com/tip/0,289483,sid1_gci1322528,00.html">SharePoint security</a>.'
		},
		{
			text : 'True or false: A Site Directory can be security trimmed using out-of-the-box features.',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'True',
				'False'
			],
			answer : 1,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Read more about creating a <a href="http://searchwinit.techtarget.com/tip/0,289483,sid1_gci1338371,00.html">SharePoint site map</a>.'
		}
	]
};