Forms (Radio/Option) Problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to implement an online 10 question quiz using Radio buttons. I have
inserted all radio buttons into the page, each question having it's own
'group' of radio buttons, with the only Submit and Reset buttons being at the
very end of the page. I can't quite figure out how to use the only Reset
button to reset every group on the page. Also, whenever you click Submit I
want the new page to show every response to every question and whether it was
correct or not. At the same time I would like to email a summary report of
the quiz as well. Thanks!
 
You will need to write custom server-side script and database or locate a pre-written app to
accomplish this.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 
For a custom app you need to first determine what server-side scripting language and database is
supported by your web host, then you will need to learn the scripting language or hire someone to
write the script for you.

For the pre-written one, you will need to use your favorite search engine to locate a quiz
application the meets your needs written in the scripting language an database supported by your web
host.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 
Back
Top