Re: [PHP] Testing people

2006-10-07 Thread Ryan A
Thanks! Will give it a look-see! Cheers! Dotan Cohen <[EMAIL PROTECTED]> wrote: It's not exactly what you describe, but you should take a look at: http://www.bigredspark.com/survey.html Dotan Cohen http://what-is-what.com 7 -- - The faulty interface lies between the chair and the keyboa

Re: [PHP] Testing people

2006-10-07 Thread Ryan A
Thats why I love this list... people share and help so unselfishly. Thanks Rich, sure didnt think of the way you wrote the solution till i read your code! Have a fab one! Richard Lynch <[EMAIL PROTECTED]> wrote: > I thought of having a hidden text box everytime for each question... > but that

Re: [PHP] Testing people

2006-10-05 Thread Dotan Cohen
It's not exactly what you describe, but you should take a look at: http://www.bigredspark.com/survey.html Dotan Cohen http://what-is-what.com 7 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Testing people

2006-10-05 Thread Richard Lynch
On Thu, October 5, 2006 5:36 am, Ryan A wrote: > 2. I have noticed if you are displaying 4 (a-d) choices and the answer > for question 10 (for example) is always on choice B it kind of sticks > in the head and students dont really read everything they just > memorize the location of the answer (may

Re: [PHP] Testing people

2006-10-05 Thread Ryan A
Thanks for replying guys. Paul, Will check out the links you sent me, If its really as good as you say... should save me a heck of a time coding it, thanks! Cheers! Ryan Paul Scott <[EMAIL PROTECTED]> wrote: On Thu, 2006-10-05 at 03:36 -0700, Ryan A wrote: > Hey all, > > this is a two part q

Re: [PHP] Testing people

2006-10-05 Thread benifactor
how are you getting the answers? are they hard coded in html? are you pulling them from a database? if from a database, just order them randomly.. mysql_query("select answers from table where question = '10' ORDER BY RAND()" ); i think this would randomize all of the results in the answer colum o

Re: [PHP] Testing people

2006-10-05 Thread Paul Scott
On Thu, 2006-10-05 at 03:36 -0700, Ryan A wrote: > Hey all, > > this is a two part question but I need just one solution: > Done. Go to http://avoir.uwc.ac.za/ and download Kewl.NextGen. Then install it and use the moduleadmin to install MCQ (multiple Choice Questions) module. It does everythin