If the number of questions will always be the same, you can do a check to
see if all were answered:

<cfif #listlen(form.fieldnames)# LT 25>
You have not answered all questions! Go Back!
<cfelse>
<!---score results here --->
</cfif>

The name/value of the radio buttons is only passed if one was selected.

(This assumes that no other form fields exist on the page - i.e. you didn't
name your submit button.)

-d



************************************************************
Deanna Schneider
Interactive Media Developer
UWEX Cooperative Extension Electronic Publishing Group
103 Extension Bldg
432 N. Lake Street
Madison, WI 53706
(608) 265-7923



------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to