var quiz = {
	questions : [
		{
			text : 'Service-oriented architecture is a model that aims to improve the',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Efficiency of an organization',
				'Agility of an organization',
				'Productivity of an organization',
				'All of the above'
			],
			answer : 3,
			score : 1,
			expandedAnswer : '',
			moreInfo : '<p>Read about the design fundamentals and benefits of <a href="http://searchsystemschannel.techtarget.com/generic/0,295582,sid99_gci1287739,00.html">service-oriented computing and SOA</a>.</p>'
		},
		{
			text : 'True or False: Web services are a mechanism you can use to achieve service-orientation.',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'True',
				'False'
			],
			answer : 0,
			score : 1,
			expandedAnswer : '',
			moreInfo : '<p>Get an overview of what <a href="http://searchsystemschannel.techtarget.com/news/interview/0,289202,sid99_gci1301144,00.html">service-oriented architecture</a> means and how it can increase business for channel professionals.</p>'
		},
		{
			text : 'Which of the following are two possible approaches to data standardization for SOA?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'XSLT and SDO',
				'XSLT and SDA',
				'XSLA and SDT',
				'XCLD and SDA'
			],
			answer : 0,
			score : 1,
			expandedAnswer : '',
			moreInfo : '<p>Learn how to <a href="http://searchsystemschannel.techtarget.com/tip/0,289483,sid99_gci1283997_mem1,00.html">ensure data standardization in SOA</a> by using service data objects.</p>'
		},
		{
			text : 'Which of the following are standards for SOA?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'SOAP',
				'XML',
				'WSDL',
				'All of the above'
			],
			answer : 3,
			score : 1,
			expandedAnswer : '',
			moreInfo : '<p>Find out how to handle <a href="http://searchsystemschannel.techtarget.com/generic/0,295582,sid99_gci1215935,00.html">SOA governance</a> issues that prevent clients from making money.</p>'
		},
		{
			text : 'True or False: Combining business process management and service-oriented architecture is ideal for streamlining and automating business systems.',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'True',
				'False'
			],
			answer : 0,
			score : 1,
			expandedAnswer : '',
			moreInfo : '<p>Read about how <a href="http://searchsystemschannel.techtarget.com/tip/0,289483,sid99_gci1257449_mem1,00.html">business process management and service-oriented architecture</a> can affect clients\' revenues.</p>'
		},
		{
			text : 'Why do most businesses deploy service-oriented architecture projects?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Cost cutting',
				'Staying competitive',
				'Driving innovation',
				'Improved data integration'
			],
			answer : 3,
			score : 1,
			expandedAnswer : '',
			moreInfo : '<p>Gain a greater understanding of how <a href="http://searchsoa.techtarget.com/news/article/0,289142,sid26_gci1351532,00.html">SOA</a> has grown and changed throughout the years.</p>'
		},
		{
			text : 'Which of the following is not an emerging challenge of SOA?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'There are more interfaces in an environment',
				'Environments are more heterogeneous ',
				'There are more protocols in an environment',
				'There is a lack of quality at the messaging layer'
			],
			answer : 3,
			score : 1,
			expandedAnswer : '',
			moreInfo : '<p>Find out how governance and quality define <a href="http://searchsoa.techtarget.com/news/interview/0,289202,sid26_gci1317275,00.html">SOA maturity</a>.</p>'
		},
		{
			text : 'Which of the following is not a common principle of service-orientation?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Services are reusable ',
				'Services share an informal contract',
				'Services are autonomous ',
				'Services are stateless'
			],
			answer : 1,
			score : 1,
			expandedAnswer : '',
			moreInfo : '<p>Learn about the <a href="http://searchsoa.techtarget.com/tip/0,289483,sid26_gci1165286_mem1,00.html">principles of service-orientation</a>.</p>'
		},
		{
			text : 'What is the difference between SOA governance and SOA management?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'SOA governance is primarily focused on the development process, while SOA management is focused on the runtime aspects of the SOA.',
				'SOA governance is primarily focused on the runtime aspects of the SOA, while SOA management is focused on the development process.',
				'SOA governance is primarily focused on implementation, while SOA management is focused on the runtime aspects of SOA.',
				'SOA governance is primarily focused on the runtime aspects of SOA, while SOA management is focused on implementation.'
			],
			answer : 0,
			score : 1,
			expandedAnswer : '',
			moreInfo : '<p>Become an expert on the <a href="http://searchsoa.techtarget.com/expert/KnowledgebaseAnswer/0,289625,sid26_gci1118975_mem1,00.html">difference between SOA governance and SOA management</a>.</p>'
		},
		{
			text : 'Which of the following is not a key area where SOA should be practiced?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Service-level agreements ',
				'Exception management',
				'Service monitoring',
				'Software management'
			],
			answer : 3,
			score : 1,
			expandedAnswer : '',
			moreInfo : '<p>Get an <a href="http://searchsoa.techtarget.com/tip/0,289483,sid26_gci1231924_mem1,00.html">SOA practices</a> checklist for implementation planning.</p>'
		}
	]
};