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
Online quiz
Moderator: General Moderators
Re: Online quiz
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.
-
cpetercarter
- Forum Contributor
- Posts: 474
- Joined: Sat Jul 25, 2009 2:00 am
Re: Online quiz
Don't re-invent the wheel. Use hotpotatoes
Passing html value to a phpvariable in same page
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
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