I am wondering if anyone has noticed their calculations in Survey123 being incorrect after submission of a survey? I just started noticing it with one of my surveys today (4/18) but I swear there was not this issue last week.
I have a survey with a list of questions, the score of each question is averaged together at the end of the survey for a final average score. Questions can be skipped and thus the average calculation should reflect skipped questions. (10 questions answered = add all 10 questions / 10, 8 questions answered = add all 8 scores / 8).
I am noticing that while doing a test on the Survey123 web interface, the math is correct (correct number of questions to divide by) the final average is correct, and when I hit "submit" I see the average drop. When checking the data on the backend of S123 I see that the math was done with the incorrect number of questions. The calculation seems to "work" prior to submission, after submission the math is incorrect. Has anyone had this issue? I am using a simple if then statement to ignore questions without a value greater than zero and add all questions with values greater than zero for my division.