How to pull data from Google Form and display result before submission?

那年仲夏 提交于 2019-12-31 05:14:14

问题


Say I have a google form here: https://docs.google.com/forms/d/1HnATawk6ioE7_EVKrtszxvScjmUSF7_ma0_9XhBZ-hw/viewform

The user will input numbers.

As a confirmation before they submit the form, I'd like to use those numbers to display the analysis of the data which they can verify before submission. (To be precise, I'd like to display the sum of the first 4 numbers, then the sum of the next 4 numbers, then state which sum is bigger, and by how much)

Is there any way to do this?


回答1:


What you are asking for is to create dynamic data in Google Forms without clicking the submit button.

This is NOT possible in Google Forms. Please have a look at the available triggers.

Since there can be no triggers activated after the form is loaded, there can be no interaction while filling and before submitting the form. Not even using a script.

Having said that your other choice would be to use the HtmlService or the UiServise instead and build your own web app.



来源:https://stackoverflow.com/questions/36091041/how-to-pull-data-from-google-form-and-display-result-before-submission

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!