Paul
|
| Posted: 04/09/2002, 4:14 AM |
|
What i would like is to have a list of questions (to be obtained from table) down one side and for each question a radio list of 5 possible answers (Strongly Agree, Agree, Disagree, Strongly Disagree, Don't Know)... i then want the results to be entered into another table, my examples:
First Form:
Stongly Agree | Agree | Disagree | Strongly Disagree | Dont Know
Question 1 ' ' ' ' '
Question 2 ' ' ' ' '
Question 3 ' ' ' ' '
Then i need the visitor to enter in his answers then the results go into another table in the database:
Results table:
Stongly Agree | Agree | Disagree | Strongly Disagree | Dont Know
1 0 1 0 0 0
2 1 0 0 0 0
2 0 0 0 0 1
Any ideas???? :o)
|
|
|
 |
Nicole
|
| Posted: 04/09/2002, 4:30 AM |
|
Paul,
refer to Quiz example: http://www.gotocode.com/art.asp?art_id=147&
It is not identical to one you have described, but I suppose as main idea is the same after some modifications you'll get exactly what you want.
|
|
|
 |
|