var quiz = {
	questions : [
		{
			text : 'Users typically think of network performance in terms of what?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Throughput',
				'Responsiveness',
				'Resource utilization'
			],
			answer : 1,
			score : 1,
			expandedAnswer : '',
			moreInfo : ''
		},
		{
			text : 'Fill in the blank: A full-mesh design is ideal for connecting a _____ number of devices.',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'small',
				'large'
			],
			answer : 0,
			score : 1,
			expandedAnswer : '',
			moreInfo : ''
		},
		{
			text : 'An organization evolves its data center infrastructure. What is the correct order for the phases of evolution?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Virtualization, Automation, Consolidation',
				'Consolidation, Virtualization, Automation',
				'Automation, Consollidation, Virtualization',
				'Virtualization, Consolidation, Automation'
			],
			answer : 1,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Learn about <a href="http://searchnetworkingchannel.techtarget.com/generic/0,295582,sid100_gci1347714,00.html" target="_blank">offering network analysis in virtualized environments</a> in this Project FAQs with Brien Posey.'
		},
		{
			text : 'What comprises a T1 circuit?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'28 channels each at 64 Kbps, resulting in a bandwidth of 1.244 Mbps.',
				'24 channels each at 48 Kbps, resulting in a bandwidth of 1.544 Mbps.',
				'24 channels each at 64 Kbps, resulting in a bandwidth of 1.544 Mbps.',
				'64 channels each at 64 Kbps, resulting in a bandwidth of 2.544 Mbps.'
			],
			answer : 2,
			score : 1,
			expandedAnswer : '',
			moreInfo : ''
		},
		{
			text : 'How many bits are in an IPv6 address?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'64',
				'32',
				'256',
				'128'
			],
			answer : 3,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Get a step-by-step guide to preparing your customers for an <a href="http://searchnetworkingchannel.techtarget.com/tip/0,289483,sid100_gci1352926,00.html" target="_blank">IPv6 transition</a>.'
		},
		{
			text : 'Do IGPs or EGPs typically converge faster?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'IGPs',
				'EGPs'
			],
			answer : 0,
			score : 1,
			expandedAnswer : '',
			moreInfo : ''
		},
		{
			text : 'Complete the following sentence: Dejitter buffers are used on _____ of the network to smooth out delay variability.',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'The originating side',
				'The receiving side',
				'All sides'
			],
			answer : 1,
			score : 1,
			expandedAnswer : '',
			moreInfo : ''
		},
		{
			text : 'True or false: High-gain antennas provide longer coverage areas than low-gain antennas at the same input power level.',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'True',
				'False'
			],
			answer : 0,
			score : 1,
			expandedAnswer : '',
			moreInfo : ''
		},
		{
			text : 'True or false: Cryptography can affect network performance.',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'True',
				'False'
			],
			answer : 0,
			score : 1,
			expandedAnswer : '',
			moreInfo : ''
		}
	]
};
