var quiz = {
	questions : [
		{
			text : 'Fill in the blank: E-discovery is really about:',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'a. Lawyers',
				'b. Documents',
				'c. Technology',
				'd. File systems'
			],
			answer : 1,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'In this <i>Information Security</i> magazine article, learn why <A HREF="http://searchsecurity.techtarget.com/magazineFeature/0,296894,sid14_gci1303849,00.html" target="_blank">e-discovery requires a lawyer\'s touch</a>.'
		},
		{
			text : 'Which accurately describes the discovery timeline in the recently updated Federal Rules of Civil Procedure?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'a. Suit filed; Motions & summary judgment; Trial',
				'b. Suit filed; Discovery; Motions & summary judgment; Settlements; Trial',
				'c. Suit filed; Primary motions; Negotiations; Secondary Motions; Discovery; Trial',
				'd. Suit filed; Meet and confer; Motions; Negotiations; Discovery; Trial'
			],
			answer : 3,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Learn more about how <A HREF="http://searchsecurity.techtarget.com/magazineFeature/0,296894,sid14_gci1303837,00.html" target="_blank">information security teams should accept their e-discovery role</a>.'
		},
		{
			text : 'Which is <i>not</i> one of the four main types of data in use today?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'a. Paper documents',
				'b. Structured data sets (databases)',
				'c. Semi-structured data (email)',
				'd. Unstructured repositories (file servers)',
				'e. Unrecorded, symantec data (ideas)'
			],
			answer : 4,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Read a <A HREF="http://searchsecurity.techtarget.com/magazineFeature/0,296894,sid14_gci1297435,00.html" target="_blank">review of Postini\'s Message Discovery product</a>.'
		},
		{
			text : 'Which is <i>not</i> one of the questions to ask when creating an ESI survey map for an enterprise\'s electronic records?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'a. Who is the custodian of the record?',
				'b. What is the legal liability assigned to the record?',
				'c. Which electronic systems and formats are used to store it?',
				'd. Are there limitations to the accessibility of the records?',
				'e. What are the retention policies for the record?'
			],
			answer : 1,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Check out our Security School lesson on <A HREF="http://searchsecurity.techtarget.com/guide/securitySchool/category/0,296296,sid14_tax306882,00.html" target="_blank">Enterprise strategies for protecting data at rest</a>.'
		},
		{
			text : 'Why is it more important than ever that enterprises preserve metadata associated with documents?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'a. Lawyers are being taught to ask for this data.',
				'b. It makes preservation of native files unnecessary.',
				'c. It ensures documents aren\'t converted to non-native formats. ',
				'd. Both a. and c. ',
				'e. Both a. and b.'
			],
			answer : 3,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Learn <A HREF="http://searchsecurity.techtarget.com/tip/0,289483,sid14_gci1305870,00.html" target="_blank">how IT should interact with the legal team during the e-discovery process</a>.'
		}
	]
};