creating an online test

B

becs

i'm trying to make a multiple choice test to put on a website, is front page the right program or does it use a spreadsheet or something? i'm at a loss!
 
J

Jim Buyens

This isn't too difficult if you just want to treat the
test as data entry. You just design an HTML form with a
drop-down box or radio button group for each question, and
then configure Form Properties to save the answers in a
file, in email, or in a database.

If, however, you want to score the test online and give
the student immediate feedback, you would have to program
that in ASP or ASP.NET.


Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------

-----Original Message-----
i'm trying to make a multiple choice test to put on a
website, is front page the right program or does it use a
spreadsheet or something? i'm at a loss!
 
A

Adela D

There are software programs out there that do this. For example, the testing program that comes with my chemistry textbook has an online component - for tests or reviews. Check out Exam View at: http://www.examview.com, but search out others. There are many.
 
Top