With some help from Ismael I designed this form for our Annual Playgrounds inspections workflow. It works exactly as planned and I'm now moving onto the Monthly/Weekly inspection forms. Select_one type of response for the Annual inspection is:
Satisfactory = 1
Unsatisfactory = 0
Where for Monthly/Weekly forms we got N/A answer added to the mix:
Satisfactory = 1
Unsatisfactory = 0
N/A = ?
This is where I'm struggling. What is the best value to assign to N/A variable, can I mix & match strings and integers in the same field or N/A has to be a number as well? If I assign -1 to N/A answers how can I make sure to get the accurate counts of each question in the end regardless of the response?