Page 1 of 1

Online quiz

Posted: Sun Jul 26, 2009 10:21 pm
by sobha
Hi,

Can anyone send me source code for creating online quiz that can contain all type of questions like fill in the blanks,single choice questions ,multiple choice questions.

Regards,
Sobha

Re: Online quiz

Posted: Mon Jul 27, 2009 12:24 am
by cronika
I don't think that someone will post the script but if you are trying to create it and post the errors you got then someone will help.

Re: Online quiz

Posted: Mon Jul 27, 2009 2:25 am
by cpetercarter
Don't re-invent the wheel. Use hotpotatoes

Passing html value to a phpvariable in same page

Posted: Wed Jul 29, 2009 6:56 pm
by sobha
Hi,

How to pass the value of course in form1 to item_name in form f2 as a php variable?

<form action="" name="f1">
<input type="radio" align="middle" name="course" value="A">
<input type="radio" align="middle" name="course" value="B">
<input type="radio" align="middle" name="course" value="C">
</form>
<form action="" name="f2">
<input type="hidden" name="item_name" value=<?php $value?> />
</form>

Please help

Regards,
Sobha