chengemily
chengemily
When skipping stages/steps based on treatment using this approach, is there an elegant way to show the true next step in the VisualRound in the header? With this approach the...
Thanks! I am also experiencing a problem with the shadow step. In `extendStep` in the `frame` attribute, I set something like `this.skip ? "A.htm" : "B.htm"` in the shadow step....
Thanks for the suggestions! I've implemented getting the frame in a callback as well as disabling the waitScreen. But the flickering persists as the frame needs to reload every time....
Great thank you, it works!