var quiz = {
	questions : [
		{
			text : 'Thin provisioning is:',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Provisioning less storage than is available to make sure the network doesn\'t exceed capacity',
				'Provisioning more storage than is available ahead of time to improve storage utilization and reduce wasted storage',
				'Compressing data so that it fits within the existing storage space',
				'A way to eliminate redundant data'
			],
			answer : 1,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'For more information, check out the IT Channel Explained edition on <a href="http://searchstoragechannel.techtarget.com/generic/0,295582,sid98_gci1312543,00.html">thin provisioning</a>.'
		},
		{
			text : 'When selecting a drive for customers, FC or SAS drives at 15,000 RPM can handle:',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'120 IOPS',
				'150 IOPS',
				'180 IOPS',
				'240 IOPS'
			],
			answer : 2,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Learn more about <a href="http://searchstoragechannel.techtarget.com/generic/0,295582,sid98_gci1296704_tax309664,00.html">choosing the right drive for your customer</a> in this FAQ.'
		},
		{
			text : 'What type of storage is intended to support only a single server?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Direct-attached storage (DAS)',
				'Network-attached storage (NAS)',
				'High-end storage area network (SAN)',
				'Internet SCSI (iSCSI) network storage'
			],
			answer : 0,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Learn about the <a href="http://searchstoragechannel.techtarget.com/generic/0,295582,sid98_gci1299261_tax309820,00.html">difference between DAS, SAN and NAS</a> in this Hot Spot Tutorial chapter on SAN design services.'
		},
		{
			text : 'Which technology was designed for sharing files in an open systems environment?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'FC SAN',
				'iSCSI SAN',
				'NAS',
				'InfiniBand'
			],
			answer : 2,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Find out how you can determine if <a href="http://searchstoragechannel.techtarget.com/generic/0,295582,sid98_gci1296703_tax309664,00.html">FC SAN, iSCSI SAN or NAS</a> is a better fit for your customer in this FAQ.'
		},
		{
			text : 'What kind of data is not a good fit for deduplication?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Microsoft Office documents',
				'Emails',
				'Compressed data',
				'Unsecured data'
			],
			answer : 2,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Make sure you know the five questions you need to ask when completing a <a href="http://searchstoragechannel.techtarget.com/generic/0,295582,sid98_gci1315469,00.html">data deduplication project</a> with this Channel Checklist.'
		},
		{
			text : 'Capacity optimization (an advanced form of data compression) can reduce the size of an object:',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'By a factor of 10',
				'By half',
				'By a factor of 20',
				'It cannot reduce the size of an object'
			],
			answer : 2,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Learn about <a href="http://searchstoragechannel.techtarget.com/tip/0,289483,sid98_gci1245480,00.html">managing storage inventory</a> in this tip on storage capacity planning.'
		},
		{
			text : 'SATA drives are:',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'More reliable than FC and smaller',
				'More reliable than FC and bigger',
				'Less reliable than FC and smaller',
				'Less reliable than FC and bigger'
			],
			answer : 3,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Find out what you should keep in mind when it comes to <a href="http://searchstoragechannel.techtarget.com/tip/0,289483,sid98_gci1276264,00.html">mixed SAS and SATA storage systems</a>.'
		},
		{
			text : 'What type of RAID has striping but no redundancy of data?  It offers the best performance but no fault tolerance.',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'RAID-0',
				'RAID-1',
				'RAID-5',
				'RAID-6'
			],
			answer : 0,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Learn how to determine the correct <a href="http://searchstoragechannel.techtarget.com/generic/0,295582,sid98_gci1296705,00.html">RAID configuration</a> in this FAQ.'
		},
		{
			text : 'What type of instantaneous copy can create an identical instance of the data for backup purposes?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Copy-on-write',
				'Low-capacity',
				'Split-mirror',
				'Copy-on-read'
			],
			answer : 2,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Find out how to determine <a href="http://searchstoragechannel.techtarget.com/generic/0,295582,sid98_gci1296706,00.html">storage snapshot overhead</a> in this FAQ.'
		},
		{
			text : 'What is the expected lifecycle of an enterprise-class storage array?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'1-2 years',
				'3-5 years',
				'5-7 years',
				'10+ years'
			],
			answer : 1,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Learn how to offer the best <a href="http://searchstoragechannel.techtarget.com/guide/hotSpotTutorial/0,296293,sid98_gci1309873,00.html">storage capacity assessment services</a> with this three-chapter Hot Spot Tutorial.'
		}
	]
};
