Forms (Radio/Option) Problem

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!
 
T

Thomas A. Rowe

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
==============================================
 
T

Thomas A. Rowe

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
==============================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top