Newbies cc-vortex Posted August 31, 2006 Newbies Posted August 31, 2006 (edited) Greeting all - I am trying to create a scoring template that is based on serveal questions, and then a Yes or No radio button next to each question. A Yes scores 0 points and a No scores 1 point. Then on the next page(or via a 'get Results') button, one can see their cumulative score from all the questions. Make sense? First, can FMP do this? and second, any advice on how to start this? Thanks all. Edited August 31, 2006 by Guest
tv_kid Posted August 31, 2006 Posted August 31, 2006 A Yes scores 0 points and a No scores 1 point. Then on the next page(or via a 'get Results') button, one can see their cumulative score from all the questions. How about a 'Result' calculation field with the following: (Case (Question1 = "no"; 1)) + (Case (Question2 = "no"; 1)) + (Case (Question3 = "no"; 1)) etc etc This should give you a running total as you go along.
T-Square Posted August 31, 2006 Posted August 31, 2006 Or you could set up your fields as Boolean fields, with the display value for 0 to be Yes and for 1 to be No, and then simply have your calc field be: Question1 + Question2 + ... David
Recommended Posts
This topic is 6717 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now