tpartner wrote: My approach would be:
- load input-1 of a multiple-text question with a timestamp when the survey page loads
- have the iframe send a message when the application is completely loaded
- upon receipt of the message, input-2 of the multiple-text question is loaded with a new timestamp
I'm also a bit confused by what you're referring to with 'multiple-text' question. Do you mean a multiple short-text question? Ideally I need to use a List (radio) type question in this scenario. Would that theoretically still work with this solution, provided the arcgis issues mentioned by jelo could be overcome?
Another potential solution I thought of, is to hide all content for 60 seconds with a secondary 'loading screen'', and then just subtract 60 seconds from the recorded response time. Perhaps an easier/more workable solution? But again, I'm not sure how to implement it...