var quiz = {
	questions : [
		{
			text : 'Can phishers and crimeware writers pose as somebody you know, asking you to open an attachment?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'a. Yes, in principle, but this will not happen because of the cost of collecting information about who knows whom.',
				'b. Yes, and anybody can use search engines to find public profiles from social networks such as LinkedIn and Facebook.',
				'c. No, because it is not possible to spoof an email from a friend. ',
				'd. No, because it is not possible to send an email that appears to come from your friend.'
			],
			answer : 1,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Learn how to stop the more advanced <a href="http://searchsecurity.techtarget.com/tip/0,289483,sid14_gci1288441,00.html" target="_blank">fast-flux phishing attacks</a>.'
		},
		{
			text : 'Can home routers and consumer access points be infected by crimeware?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'a. Yes. A router is a computer, and moreover, a computer without antivirus software.',
				'b. No, a home router is hardware.',
				'c. Only if you have not turned encryption on.',
				'd. Yes, in theory, but your ISP will block any such attempt.'
			],
			answer : 0,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Scott Sidel examines <a href="http://searchsecurity.techtarget.com/tip/0,289483,sid14_gci1310200,00.html" target="_blank">Nipper</a>, a network infrastructure parser that helps security professionals keep routers and firewalls properly configured. '
		},
		{
			text : 'What can crimeware do?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'a. Read what is typed on the keyboard of an infected machine.',
				'b. Read what is printed on the screen of an infected machine.',
				'c. Read data stored on an infected machine.',
				'd. All of the above'
			],
			answer : 3,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Read about <a href="http://searchsecurity.techtarget.com/news/article/0,289142,sid14_gci1310679,00.html" target="_blank">a new Zeus Trojan attack that spreads crimeware</a>.'
		},
		{
			text : 'Which best describes why attackers make achieving true Internet security difficult?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'a. Attackers are competent and have plentiful resources.',
				'b. Cryptographic products are often vulnerable to attack.',
				'c. Attackers know how to take advantage of people and adapt to new countermeasures.',
				'd. Insufficient resources are spent on developing technology.'
			],
			answer : 2,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Learn how the right <a href="http://searchsecurity.techtarget.com/topics/0,295493,sid14_tax300030,00.html" target="_blank">security awareness training</a> can better prepare your employees for attackers.'
		},
		{
			text : 'Why are Internet criminals starting to use social data-mining techniques to support social engineering?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'a. People are more likely to fall victim to attacks when the context is convincing. ',
				'b. They are not, as it is too expensive for them.',
				'c. They are not, as personal data is typically impossible for them to get access to.',
				'd. There are few other effective ways for them to steal user credentials.'
			],
			answer : 0,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Ed Skoudis explains how a <a href="http://searchsecurity.techtarget.com/expert/KnowledgebaseAnswer/0,289625,sid14_gci1308099_tax299991,00.html" target="_blank">successful Google hack can unearth a fair amount of sensitive data</a>.'
		}
	]
};

