Re: [PHP] Create Online Test Program

2003-01-03 Thread Hugh Danaher
; print ""; } } //end snip - Original Message - From: "Devin Atencio" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 03, 2003 2:47 PM Subject: [PHP] Create Online Test Program > > Dear PHP Users, > > I am in the process of tryin

Re: [PHP] Create Online Test Program

2003-01-03 Thread Michael J. Pawlowsky
What I have is in ColdFusion... And I don't own it (although I did write it). It was written for commercial clients. So I'm hesitant to send it. But this is not hard... Persoanlly what I would do is have 2 db tables... 1-Questions 2-Answers (foreign key to questions). and if you want to save p

Re: [PHP] Create Online Test Program

2003-01-03 Thread Michael J. Pawlowsky
I've done a few... It all depends on how many question and how many answers. How often will they change. How many will you have. Mike *** REPLY SEPARATOR *** On 03/01/2003 at 2:47 PM Devin Atencio wrote: >Dear PHP Users, > >I am in the process of trying to create an Onlin

[PHP] Create Online Test Program

2003-01-03 Thread Devin Atencio
Dear PHP Users, I am in the process of trying to create an Online Program that will give questions and possible answers then score the test. I was wondering if anyone has done this type of thing already and might be able to give me some pointers on what the best method of doing this might be? De