I somewhat recall that there is a way to make a "choose your own adventure" version of a Parsons problem.
In the Sample Book, I see most of the problems have an "Or" block, and looking at the source suggests that I can structure a block with 'choice' elements. But I don't see documentation for this in the guide:
What I was interested in doing is a Parson's problem where there are two ways of solving a problem. An example might be integration by parts of a function like exp(3x)sin(4x). It doesn't matter if you initially choose u=exp(3x) or u=sin(4x), but once that choice is made, it determines what you do next.
Can a structure a Parson's problem so that there are two possible choices for each step, but the correct choice depends on what the previous steps were?