I have a small requirement in Active Server Pages:

I have two tables in MS-Access 2000.

Table : Question, it has following columns

        Question-<test>
        Question#
        Question
        OptionA 
        OptionB 
        OptionC 
        OptionD
        Correct Answer 

Table: Answer
        Email
        Date
        Test#
        Question#
        Answer
        Correct Ans


When user comes to the first page, he enters his Email / UserID.  In 
the second page he is going to select Test Desired from the following 
list:

Test 1
Test 2
Test 3
Test 4
Test 5

Based on the test user selected, it is going to read from Question_1 
or Question_2, Question_3, Question_4 ....

User will be presented with 20 Questions with 4 choices.  User is 
allowed to move to Previous Question, Next Question or End Exam.

When User click on End Exam it should display, the result along with 
Wrong answers highlighted in Red Color.

In the answer table, I want to store his Email / UserID, Date (nothing 
but system date), Test#, Question, Answer (what user selected), 
Correct Ans (this comes from Question table).

Any ASP gurus, can you help in developing these 2 pages, hope it will 
take less than 3 or 4 hours.  I appreciate if anybody can help me in 
giving the code or resources where I can find similar kind of 
functionality, I can do little modifications.  Basically I am not a 
ASP developer, so I need a starting point, I will refer some books and 
go from there.

I am going to run on Intranet, so we don't need to worry much about 
performance.

Thanks in advance.

Srini



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to