var quiz = {
	questions : [
		{
			text : 'Which of the following is the most common cause of an access control failure leading to potential insider abuse?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'a. Users escalating their privileges',
				'b. Privilege creep',
				'c. Administrator error',
				'd. SQL injection'
			],
			answer : 1,
			score : 1,
			expandedAnswer : '',
			moreInfo : '<A HREF="http://searchsecurity.techtarget.com/tip/1,289483,sid14_gci1138030_tax299831,00.html" target="_blank">Learn six top defenses for layered access control</a>.'
		},
		{
			text : 'Which of the following is the most effective technology for implementing segregation or separation of duties for database administrators?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'a. Database activity monitoring',
				'b. Native database auditing',
				'c. Media encryption',
				'd. Access controls'
			],
			answer : 0,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Shon Harris offers up advice on <A HREF="http://searchsecurity.techtarget.com/expert/KnowledgebaseAnswer/0,289625,sid14_cid1072843_tax301709,00.html" target="_blank">how to implement segregation or separation of duties</a>. '
		},
		{
			text : 'Which of the following cases is the best candidate for field-level database encryption?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'a. An existing system with key-field credit card numbers',
				'b. The corporate ERP/financial management system',
				'c. A new credit card order-processing system',
				'd. None of the above'
			],
			answer : 2,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Learn how <A HREF="http://searchsecurity.techtarget.com/news/article/0,289142,sid14_gci1268297,00.html" target="_blank">compliance and data breaches have heightened database security needs</a>.'
		},
		{
			text : 'Why does connection pooling complicate the enforcement of security controls?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'a. Security will too adversely affect performance.',
				'b. It abstracts user identities.',
				'c. You can\'t encrypt when connection pooling.',
				'd. Connection-pooled accounts need "superuser" privileges.'
			],
			answer : 1,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Forrester\'s Khalid Kark explains how <A HREF="http://searchsecurity.techtarget.com/tip/0,289483,sid14_gci1265294,00.html" target="_blank">risk management frameworks can help with the development of security controls</a>. '
		},
		{
			text : 'What should be the first step in implementing a database security program?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'a. Perform a full user/role audit',
				'b. Turn on native database auditing',
				'c. Mask production data going to development systems',
				'd. Define database configuration standards'
			],
			answer : 0,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Learn about <A HREF="http://searchsecurity.techtarget.com/tip/0,289483,sid14_gci1227020,00.html" target="_blank">simple steps that ensure database security</a>. '
		}
	]
};