I have a standard multiple choice question in one of my forms. It doesn’t have multiple selection or an “other” option. This question is question 11 in my form.
After question 11, I capture partial responses using the Partial Submit Point feature. I also have some logic that routes the person to one of several follow-up questions depending on their responses to question 11.
Here is how this is configured in the Content page:

And here is the workflow diagram:

Here’s my problem:
When somebody answers question 11, it doesn’t autoadvance to the next page, as it does for all other questions on the form. Instead, somebody must manually click “OK” for the form to advance. When they do, everything works as expected, but this is inconvenient, and I’d like the form experience to stay the same.
I am assuming this has something to do with the logic, the partial submit point, or the interaction between the two. Is this expected behavior, or is there a way that I can fix this?