also I have a screen of controls that floats over a video screen after a few seconds of play, however this now inhibits the user from being able to interact with the video player (play/pause/mute etc) as the modal screen, tho transparent seems to be blocking this.
mine is setup a bit different. my individual reactions are already a part of the reaction collection.
using the Survey Feedback Clone example; create survey (reaction) sends predetermined data to the survey (collection) screen and that transition works. However, in my case, i create the survey (reaction) and sends that created (current) reaction (survey) to the player screen that now provides a link to update the survey with updated data (numeric values) and link to the survey but the update collection still prevents the transition and i’ve also noticed in the records that none of the predetermined data gets sent. Compared to your example; your update takes data from the input and updates the collection as opposed to mine that should act like the survey clone) example; create survey (reaction) sends predetermined data to the survey (collection) screen and that transition works.
However, in my case, i create the survey (reaction) and sends that created (current) reaction (survey) to the player screen that now provides a link to update the survey with updated data (numeric values) and link to the survey but the update collection still prevents the transition and i’ve also noticed in the records that none of the predetermined data gets sent.
Compared to your example; your update takes data from the input fields and updates the collection as opposed to mine is expected to act similar to the survey clone
I think that using slider that linked directly to collection, works even better.
What I did were like this, remove visibility in begin survey, clone screen survey questions, remove last 2 sliders, add next screen button, put action link to survey questions 2 (no update action), in survey questions 2, remove first 3 sliders, change link back to link to home in submit survey button.
i have no visibility options on my button(s); on my survey screen my sliders (for the most part) function as they should and data gets added to the collection record (without having to hit submit; however submit has a custom function so its important!)
what should happen is, if you look in the action for begin survey, you’ll see that it has, under create survey action, predetermined data (5) for each survey question and that data gets sent to the survey screen (each slide starts at 5) but when i do it for my push it sends the data but doesn’t transition to the survey screen.
I’m gonna keep playing around but this is my issue.