Jump to content

Radio Buttons: Count Only the Specific Export Values


CBHSDataAdmin

Recommended Posts

CBHSDataAdmin

I have a form that has questions like the following:

  1. How are you doing today?
  2. How was your morning commute?
  3. How was your lunch?
  4. ...
  5. ...
  6. ...
  7. ...
  8. ...
  9. ...
  10. How was your evening?

Each question has the same 4 Radio Buttons: N/A | Bad | OK | Good. 

  • N/A has an Export Value of 0 
  • Bad has an Export Value of 1
  • OK has an Export Value of 2
  • Good has an Export Value of 3. 

For question 1, the 4 Radio Buttons are labeled Q1, but each radio button has a different Export value.  The same thing applies for question 2...the 4 Radio Buttons are labeled Q2, but each radio button has a different Export value.  And the same thing  applies for the remaining questions.

Is there a script that allows a Text Field to count only the "OK (Export Value: 2)" and "Good (Export Value: 3)" selected radio buttons?  For instance, if my form has 10 questions and 7 of those questions were answered with either "OK" or "Good", how would I script, count, and display 7 on a Text Field?

 

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

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