CBHSDataAdmin Posted January 3, 2019 Report Share Posted January 3, 2019 I have a form that has questions like the following: How are you doing today? How was your morning commute? How was your lunch? ... ... ... ... ... ... 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.