VideoAsk doesn’t provide a user interface for creating a new Form - unless you do it via Admin dashboard OR create a UI that grab’s person’s video recording manually and create a Form via the API.
So the “hack” I resorted to is essentially keeping a separate form - say “ToUpdateForm”.
So let’s say UserA owns FormA.
I ask UserA to submit answer to form “ToUpdateForm”. My server then calls the endpoint to PATCH question media with submitted answer media.
The result is that UserA’s FormA now has the updated question video.
Is this the right approach I’m taking or does VideoAsk provide a cleaner interface to create a form so I can just plug that to my user?