Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

This topic is 6717 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted (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 by Guest
Posted

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.

Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.