Click here to Skip to main content
15,892,298 members
Articles / Web Development / ASP.NET

Integrated Quiz WebApp with Graphical Score Report

Rate me:
Please Sign up or sign in to vote.
4.13/5 (22 votes)
21 May 2005Ms-PL1 min read 81.5K   5.4K   82  
Integrated online quiz app with graphical score report. Users can bookmark questions in order to review in the end.
<?xml version="1.0" encoding="utf-8" ?>
<!-- High Energy Physics Quiz-->
<!-- www.ameen.rr.nu         -->
<quiz>
	<mc>
		<question><![CDATA[<img src="xmlImg/eqs1.jpg">]]></question>
		<answer correct='No'>True</answer>
		<answer correct='Yes'>False</answer>
	</mc>
	<mc>
		<question><![CDATA[<img src="xmlImg/lamda.JPG">, <img src="xmlImg/seqma.JPG"> and <img src="xmlImg/omigaCaptal.JPG"> particles are defined as strange particles.]]></question>
		<answer correct='Yes'>True</answer>
		<answer correct='No'>False</answer>
	</mc>
	<mc>
		<question>Which of the following reactions can occur as a result of the strong force:</question>
		<answer correct='Yes'><![CDATA[<img src="xmlImg/eqAns1.JPG">]]></answer>
		<answer><![CDATA[<img src="xmlImg/eqAns2.JPG">]]></answer>
		<answer><![CDATA[<img src="xmlImg/eqAns3.JPG">]]></answer>
		<answer><![CDATA[<img src="xmlImg/eqAns4.JPG">]]></answer>
	</mc>
	<mc>
		<question>Solar winds affect the intensity of cosmic ray-particles reaching our earht.</question>
		<answer correct='Yes'>True</answer>
		<answer correct='No'>False</answer>
	</mc>
	<mc>
		<question>Mediators holding the atoms in the molecules are different from those holding electrons and nucleeus inside the atome itself.</question>
		<answer correct='Yes'>True</answer>
		<answer correct='No'>False</answer>
	</mc>
	<mc>
		<question>Neutrinos and gamma electromagnetic radiations are different.</question>
		<answer correct='Yes'>True</answer>
		<answer correct='No'>False</answer>
	</mc>
	<mc>
		<question>Strong and weak forces are of short rang types.</question>
		<answer correct='Yes'>True</answer>
		<answer correct='No'>False</answer>
	</mc>
	<mc>
		<question>Mesons have a baryon number B=-1.</question>
		<answer correct='No'>True</answer>
		<answer correct='Yes'>False</answer>
	</mc>
	<mc>
		<question>A neutron in a nucleus is always stable.</question>
		<answer correct='Yes'>True</answer>
		<answer correct='No'>False</answer>
	</mc>
	<mc>
		<question>Quarks content of each hadron are three</question>
		<answer correct='Yes'>True</answer>
		<answer correct='No'>False</answer>
	</mc>
	<mc>
		<question>Quarks of 0-Spin particles must have different colors</question>
		<answer correct='No'>True</answer>
		<answer correct='Yes'>False</answer>
	</mc>
	<mc>
		<question>Fundamental and elementary particles are of the same structuer.</question>
		<answer correct='No'>True</answer>
		<answer correct='Yes'>False</answer>
	</mc>
</quiz>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Microsoft Public License (Ms-PL)


Written By
Team Leader
United Arab Emirates United Arab Emirates
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions