var quiz = {
	questions : [
		{
			text : 'This open source framework, designed for the purpose of writing and running tests in Java, has been important in the evolution of test-driven development.',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'JUnit',
				'NUnit',
				'TUnit'
			],
			answer : 0,
			score : 1,
			expandedAnswer : 'Learn more about the <a href="http://searchsoftwarequality.techtarget.com/sDefinition/0,,sid92_gci1249188,00.html" target="_blank">JUnit framework</a>.',
			moreInfo : ''
		},
		{
			text : 'Which of the following is <i>not</i> an open source Web proxy for Web application security testing?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'WebScarab',
				'Paris Proxy',
				'Burp Proxy'
			],
			answer : 1,
			score : 1,
			expandedAnswer : '<i>Paros</i> Proxy is a third well-known open source Web proxy. Learn more about <a href="http://searchsoftwarequality.techtarget.com/expert/KnowledgebaseAnswer/0,289625,sid92_gci1285603,00.html" target="_blank">open source tools for application security testing</a>.',
			moreInfo : ''
		},
		{
			text : 'Which language is used to write the most open source packages?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'PHP',
				'C++',
				'Java'
			],
			answer : 2,
			score : 1,
			expandedAnswer : 'The total number of open source packages written in Java exceeds any other language. Learn more about the use of <a href="http://searchsoftwarequality.techtarget.com/news/article/0,289142,sid92_gci1245981,00.html" target="_blank">Java in open source packages</a>.',
			moreInfo : ''
		},
		{
			text : 'This popular open source build tool ensures that source files that have been updated are compiled into a new version (or build) of a program.',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Lazarus',
				'Premake',
				'make'
			],
			answer : 2,
			score : 1,
			expandedAnswer : 'Learn more about <a href=" http://searchsoftwarequality.techtarget.com/sDefinition/0,,sid92_gci873171,00.html" target="_blank">build tools</a>.',
			moreInfo : ''
		},
		{
			text : 'A 2008 study backed by the Department of Homeland Security, Stanford University and Coverity found what reduction in defect density in open source projects?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'8%',
				'16%',
				'30%'
			],
			answer : 1,
			score : 1,
			expandedAnswer : 'Learn more about the effort aimed at <a href="http://searchsoftwarequality.techtarget.com/news/article/0,289142,sid92_gci1318238,00.html" target="_blank">hardening U.S. Government software</a>.',
			moreInfo : ''
		}
	]
};