var quiz = {
	questions : [
		{
			text : 'Which of the following PPP protocols controls the operation of CHAP?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'CDPCP',
				'IPCP',
				'LCP<br>',
				'IPXCP'
			],
			answer : 2,
			score : 1,
			expandedAnswer : 'The PPP Link Control Protocol (LCP) controls functions that apply to the link regardless of the Layer 3 protocol, including looped link detection, link quality monitoring and authentication.',
			moreInfo : 'Read the <a href="http://searchnetworking.techtarget.com/sDefinition/0,,sid7_gci214311,00.html#" target="_blank">definition of PPP</a> to gain a better understanding of this answer.'
		},
		{
			text : 'Which of the following is a protocol used between the Frame Relay DTE and the Frame Relay switch?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'VC',
				'CIR',
				'LMI <br>',
				'Q.921',
				'DLCI',
				'FRF.5',
				'Encapsulation'
			],
			answer : 2,
			score : 1,
			expandedAnswer : 'The LMI manages the link between the DTE and the switch, including noticing when a virtual circuit (VC) comes up or goes down.',
			moreInfo : 'Read about <a href="http://searchnetworkingchannel.techtarget.com/tip/0,289483,sid100_gci1260133,00.html" target="_blank">frame relay traffic shaping</a> in this chapter excerpt from Cisco Press\'s <i>Network Consultants Handbook</i>.'
		},
		{
			text : 'Which of the following commands lists the information learned by Inverse ARP?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'show ip arp',
				'show arp',
				'show inverse arp',
				'show frame-relay inverse-arp',
				'show map',
				'show frame-relay map'
			],
			answer : 5,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Learn how to <a href="http://searchnetworkingchannel.techtarget.com/generic/0,295582,sid100_gci1261891,00.html" target="_blank">consult the ARP table</a> and troubleshoot connectivity issues.'
		},
		{
			text : 'Which of the following are not considered to be desirable security goals for a site-to-site VPN?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Message integrity checks',
				'Privacy (encryption)',
				'Antivirus <br>',
				'Authentication'
			],
			answer : 2,
			score : 1,
			expandedAnswer : 'Antivirus software is an importance security function, but it is not a function provided by the VPN itself.',
			moreInfo : 'For more information on VPNs, check out our <a href="http://searchnetworkingchannel.techtarget.com/guide/faq/0,296293,sid100_gci1285180_idx0_off1000,00.html" target="_blank">FAQ guide</a> with expert Lisa Phifer.'
		}
	]
}; 