Watts-Lab / deliberation-empirica

Empirica V2 framework
MIT License
6 stars 0 forks source link

[Bug]: Submit button time in intro/exit is only the time from when the button is displayed, not the whole page #881

Open JamesPHoughton opened 2 months ago

JamesPHoughton commented 2 months ago

What happened?

If we want to use the submit button click time to tell us how long people take to complete an intro step, we can't take the start time from the point at which the button is rendered, because it may not be rendered until a condition is met, e.g. players have completed all the questions.

What browsers do you see the problem on?

What operating system do you see the problem on?

How did we discover the bug?

Priority

Inconvenience for researchers

JamesPHoughton commented 2 months ago

resolved by moving the timekeeping to the GenericIntroExitStep need to document this.