|
 |
asp_web_howto thread: On-line test application
Message #1 by nickl@m... on Mon, 27 Nov 2000 19:35:31 -0000
|
|
Hello everyone,
My manager wants me to build a test application for all the employees.
Each month each one of them is required to answer about 25 quality
assurance questions. Right now, that process is a paper base one. It
required the person who grades these test approximately 8hrs to grade
score. This is a waste of time for her. That is where I come in. They
wanted me to build a few pages of questions and 4-5 possible answers to
choose from and grade it at the end when the test is completed. This
application only needs to tell them how each one of the employees did. It
is like a CBT program. Does anyone know how I should go about tackle this
problem? Any input is greatly appreciated. If any of you out there know
where I can find sample modules, please let me know.
Thanks.
Nick N. Le
Message #2 by simon@p... on Thu, 30 Nov 2000 03:53:06 -0000
|
|
hi
just build an access database that contains fields like question number
(integer), possible answer 1 (text), pa2, pa3, pa4, pa5 (all text), answer
(integer, between 1-5). fill that out with your questions.
then build an asp app that just lists the questions and their possible
answers, and in a second step (after hitting "submit") compares the given
answer with the actual ones.
if you struggle, just let me know and i'll give you a code example.
simon
|
|
 |