 |
| General .NET For general discussion of MICROSOFT .NET topics that don't fall within any of the other .NET forum subcategories or .NET language forums.  If your question is specific to a language (C# or Visual Basic) or type of application (Windows Forms or ASP.Net) try an applicable forum category.
** PLEASE BE SPECIFIC WITH YOUR QUESTION **
When posting here, provide details regarding the Microsoft .NET language you are using and/or what type of application (Windows/Web Forms, etc) you are working in, if applicable to the question. This will help others answer the question without having to ask. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the General .NET section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|

October 26th, 2004, 03:47 PM
|
|
Registered User
|
|
Join Date: Oct 2004
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Online testing System
Hello All,
I am trying to design a testing system. I am facing a design challenge here. I have 20 Questions to be displayed randomly from the database one question at time and when the user fills the answer and clicks next, next question would appear until the end. The challenge I am facing is, User shouldnt be allowed to modify the answer to the question he already submitted. This is where I am stuck. If you guys have any suggestion, Please do let me know. I am dying to figure out a way for this.
thanks
karetaker
|
|

October 26th, 2004, 09:17 PM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 1,101
Thanks: 0
Thanked 2 Times in 2 Posts
|
|
well, make a primary key and only let answers be inserted to the SQL server. (no updates!!!).. then check for the key already before writing it out and you can catch them.
Hal Levy
I am here to help you, not do it for you.
|
|

October 27th, 2004, 12:46 PM
|
|
Registered User
|
|
Join Date: Oct 2004
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hi Levy,
Thanks for the Idea. Looks like there is no other option. I wll try and keep you posted.
thanks
Karetaker
|
|

January 7th, 2007, 02:37 AM
|
|
Registered User
|
|
Join Date: Jan 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
quote:Originally posted by karetaker
Hello All,
I am trying to design a testing system. I am facing a design challenge here. I have 20 Questions to be displayed randomly from the database one question at time and when the user fills the answer and clicks next, next question would appear until the end. The challenge I am facing is, User shouldnt be allowed to modify the answer to the question he already submitted. This is where I am stuck. If you guys have any suggestion, Please do let me know. I am dying to figure out a way for this.
thanks
karetaker
|
javaguru
|
|

January 7th, 2007, 02:44 AM
|
|
Registered User
|
|
Join Date: Jan 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
hello karetaker,
i'm in the final year,and want to develop a project on my own.
The reason for opting u is that u hav already developed the Online Testing System project.so it would be helpful if u help me out with ur valueble guidence .......
thanks
gayathri
Quote:
quote:Originally posted by karetaker
Hello All,
I am trying to design a testing system. I am facing a design challenge here. I have 20 Questions to be displayed randomly from the database one question at time and when the user fills the answer and clicks next, next question would appear until the end. The challenge I am facing is, User shouldnt be allowed to modify the answer to the question he already submitted. This is where I am stuck. If you guys have any suggestion, Please do let me know. I am dying to figure out a way for this.
thanks
karetaker
|
javaguru
|
|
 |