var quiz = {
	questions : [
		{
			text : 'Which of the following situations would cause a router using RIP-2 to remove all the routes learned from a particular neighboring router?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'RIP keepalive failure',
				'No longer receiving updates from that neighbor <br>',
				'Updates received five or more seconds after the last update was sent to that neighbor',
				'Updates from that neighbor have the global "route bad" flag'
			],
			answer : 1,
			score : 1,
			expandedAnswer : 'Distance vector protocols rely on periodic full routing updates from their neighbors to confirm that the neighbor is still working.',
			moreInfo : 'Learn about <a href="http://searchnetworkingchannel.techtarget.com/tip/0,289483,sid100_gci1230006,00.html" target="_blank">choosing the correct routing protocol</a> in this technical tip.'
		},
		{
			text : 'Which of the following affects the calculation of the OSPF routes when all possible default values are used?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Bandwidth <br>',
				'Delay',
				'Load',
				'Reliability',
				'MTU',
				'Hop count'
			],
			answer : 0,
			score : 1,
			expandedAnswer : 'OSPF calculates metrics based on the cost associated with each interface.  OSPF, by default, calculates interface cost based on the bandwidth setting.',
			moreInfo : 'Learn how to manage a mismatched neighbor parameter in OSPF in this tip on <a href="http://searchnetworkingchannel.techtarget.com/tip/0,289483,sid100_gci1264501,00.html" target="_blank">troubleshooting routing errors</a>.'
		},
		{
			text : 'Which of the following is true about the concept of EIGRP reported distance?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'A route\'s reported distance is the calculated metric of a feasible successor route.',
				'A route\'s reported distance is the calculated metric of the successor route.',
				'A route\'s reported distance is the metric of a route from a neighboring router\'s perspective. <br>',
				'The reported distance is the EIGRP metric associated with each possible route to reach a subnet.'
			],
			answer : 2,
			score : 1,
			expandedAnswer : 'A route\'s reported distance is the metric used by the neighbor that advertised the route.  A router uses it to determine which routes meet the feasibility condition for whether the route can be a feasible successor route.',
			moreInfo : 'For more <a href="http://searchnetworkingchannel.techtarget.com/topics/0,295493,sid100_tax304708,00.html" target="_blank">advanced routing protocol tips and advice</a>, check out our topics page.'
		}
	]
}; 