Click here to Skip to main content
15,896,063 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.
<%@ Register TagPrefix="uc1" TagName="wucFooter" Src="wucFooter.ascx" %>
<%@ Page language="c#" Codebehind="Defualt.aspx.cs" AutoEventWireup="false" Inherits="Quiz.Defualt" %>
<%@ Register TagPrefix="uc1" TagName="wucQuiz" Src="wucQuiz.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>ASP.Net Online High Energy Physics Quiz ::: www.ameen.rr.nu</title>
		<meta name="GENERATOR" Content="Microsoft Visual Studio 7.0">
		<meta name="CODE_LANGUAGE" Content="C#">
		<meta name="vs_defaultClientScript" content="JavaScript">
		<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
		<script language="javascript">
		function getMessage()
		{
		var ans;
		ans=window.confirm('Are you sure you want End the Session End view your Result ?');
		//alert (ans);
		if (ans==true)
		{
		//alert('Yes');
		document.Form1.hdnbox.value='Yes';
		}
		else
		{
		//alert('No');
		document.Form1.hdnbox.value='No';}
		}
		</script>
	</HEAD>
	<body>
		<form id="Defualt" method="post" runat="server">
			<P align="center">
				<uc1:wucQuiz id="WucQuiz1" runat="server"></uc1:wucQuiz></P>
			<P align="center">
				<uc1:wucFooter id="WucFooter1" runat="server"></uc1:wucFooter></P>
		</form>
	</body>
</HTML>

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