-
Notifications
You must be signed in to change notification settings - Fork 133
Closed
Labels
Description
We have two ending screens for a quiz, one where a score is above threshold and one for a 'failure'.
We can detect button click in these screens via onEndingButtonClick, but unfortunately cannot discern which screen it came from, nor access the 'score' value from onSubmit (or anywhere else)
Huge blocker as we cannot use a URL redirect in our React SPA
Reactions are currently unavailable