OOTB way to copy answers from Questionnaire subcase to parent case

Is there an OOTB way to copy answers from a Questionnaire (i.e. Pega Survey) sub case to a parent case?

So that parent case can further process based on the answers.

This is Pega Platform 8.6.1.

@Will Cho

One option is to override an OOTB extension activity - pyDisplayQuestionPagePostExt (see below - tested and confirmed)

Another option could be overriding pyResolveSurvey flow rule from child case. (I haven’t tested this but expect it to work).