Solved
Percent of questions completed in a survey
For my project I need to figure out what percent of survey questions were answered, taking into account skips and branching. My understanding of the progress calculator is that it only tells me how far along a respondent is in the survey - that is, how much of the survey they saw - not how much they completed. Figuring out what percent of the survey was completed is necessary, because I need to filter out respondents who basically go through the survey pages but skip all or most of the questions. Their survey will be counted as "complete," but their responses are not useful.
Any suggestion about how to go about figuring this out would be helpful.
Thank you.
Best answer by JenCX
One way you could do this is by using branching logic and embedded data. What I would do is set a variable, aka QuestionCount and then use branching logic and math operations to add a count every time something significant is answered.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

And then use 'create a new field' to add up all the embedded dummy variables?