var quiz = {
	questions : [
		{
			text : 'True or false: A router can be either software or hardware.',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'True',
				'False'
			],
			answer : 0,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Learn more about <a href="http://searchnetworking.techtarget.com/sDefinition/0,,sid7_gci212924,00.html" target="_blank">what a router is and what it can do</a>.'
		},
		{
			text : 'What is the term for the location of the router, or where one network meets another? ',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Doorway',
				'Switch',
				'Gateway',
				'Port'
			],
			answer : 2,
			score : 1,
			expandedAnswer : '',
			moreInfo : ''
		},
		{
			text : 'When configuring a router, what does Ctrl-C do?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Exits configuration mode',
				'Repeats the current command on a new line',
				'Terminates the process',
				'Creates a new process'
			],
			answer : 1,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Learn more about <a href="http://searchnetworkingchannel.techtarget.com/tip/0,289483,sid100_gci1247474,00.html" target="_blank">router configuration</a>.'
		},
		{
			text : 'What routing protocol is locked into Cisco products?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'OSPF',
				'EIGRP',
				'VLSM',
				'SPF'
			],
			answer : 1,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Get answers to frequently asked questions about <a href="http://searchnetworkingchannel.techtarget.com/generic/0,295582,sid100_gci1304694,00.html" target="_blank">routing protocols</a>.'
		},
		{
			text : 'When it comes to router security, what kind of port blocking is better for a network that requires high-level security?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Filter by rejection',
				'Filter by permission',
				'Filter by acceptance',
				'Default filter'
			],
			answer : 1,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Get more information on <a href="http://searchnetworkingchannel.techtarget.com/tip/0,289483,sid100_gci1241115,00.html" target="_blank">fortifying your router\'s security</a>.'
		},
		{
			text : 'True or false: A Telnet connection using a vty (virtual tty) line sends data in encrypted text.',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'True',
				'False'
			],
			answer : 1,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Read more about <a href="http://searchnetworkingchannel.techtarget.com/generic/0,295582,sid100_gci1334133,00.html" target="_blank">password-protecting your router</a>.'
		},
		{
			text : 'What are the two main software components that run routers made by major network infrastructure vendors?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Configuration and memory',
				'Image and memory',
				'Configuration and packet',
				'Configuration and image'
			],
			answer : 3,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Get information on <a href="http://searchnetworkingchannel.techtarget.com/tip/0,289483,sid100_gci1259287,00.html" target="_blank">open source routers</a>.'
		},
		{
			text : 'When troubleshooting routers, a commonly used method is the OSI model, which is composed of seven layers.  Which of the following is NOT a layer of the OSI model?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Network',
				'Data link',
				'Configuration',
				'Presentation'
			],
			answer : 2,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Learn more techniques for <a href="http://searchnetworkingchannel.techtarget.com/tip/0,289483,sid100_gci1248217,00.html" target="_blank">troubleshooting routers</a>.'
		},
		{
			text : 'True or false: Cisco sets a default metric for EIGRP routes.',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'True',
				'False'
			],
			answer : 1,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Learn how to <a href="http://searchnetworkingchannel.techtarget.com/tip/0,289483,sid100_gci1264501,00.html" target="_blank">troubleshoot common router errors</a>.'
		},
		{
			text : 'What is the function of the transport layer of the OSI model?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'It handles routing of the data.',
				'It manages end-to-end control and error-checking.',
				'It sets up, coordinates and terminates conversations, exchanges and dialogs between the applications at each end.',
				'It converts incoming and outgoing data from one presentation format to another.'
			],
			answer : 1,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Learn more about the <a href="http://searchnetworkingchannel.techtarget.com/generic/0,295582,sid100_gci1261885,00.html" target="_blank">OSI model</a>.'
		}
	]
};