I'm creating a survey which evaluates the 'health' of a user based on their answers.
It's created as a quiz with 'golf-scoring', i.e. the lower the score the better their health, and it should display some graphical result at the end based on their final score (ideally a traffic light style diagram).
The question I'm stuck on is: how to show some HTML to the user? It seems like it should be a fairly straightforward task but I haven't been successful. I'm a developer so am comfortable using App Script, but then this article makes it sound like there's no way to show dynamic content to the user.
We'll be sending an email to them and it seems like this is pretty customizable so I'm able to implement a nice diagram for that, but I'd also like to show this in the form.
Has anyone been successful in using App Script to show some custom UI to the user?
It's not possible to show a custom dialog to Google Forms respondents.
Related