lookit / ember-lookit-frameplayer

Ember app with experiment frames and a frame player to run browser-based experiments
MIT License
5 stars 20 forks source link

Blank consent recordings #387

Closed becky-gilbert closed 5 months ago

becky-gilbert commented 6 months ago

Summary

We're experiencing a problem where participants are allowed to create blank/empty consent recordings and then move on with the study. This problem is caused by the video-consent frame's 'start recording' button being enabled when the frame first loads, rather than being initially disabled and only becoming enabled with the recorder is ready to start.

This problem is more common when a consent frame is presented as the first frame that uses the video recorder, because in that case the recorder takes longer to start up so there's a higher chance that the user will click 'start recording' before the recorder is actually ready.

The fix for this is to disable the video-consent frame's 'start recording' button until the recorder is actually ready to start recording.

Things to do/consider