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

iframe functionality and customization improvements #384

Closed ianchandlercampbell closed 5 months ago

ianchandlercampbell commented 6 months ago

As noticed in Project GARDEN studies and #367 some families will accidentally click the big green "Next" button without seeing the warning text when filling out Qualtrics surveys or completing other tasks in an iframe.

This issue is comprised of three related suites of changes to the iframe frame. This issue will close the other following issues:

1. Change the optionalText parameter to display the experimenter text above the iframe

Putting the warning text/instructions text at the top will be more readily visible on different screens as well as ensure the participant can see this text before seeing the "Proceed/Next" button at the bottom of the frame.

2. Make the NEXT button text user-editable

Keep the default green color but allow the researcher to specify what the button says.

3. Change NEXT button behavior to provide the user with more clarity on using it.

Make it so the NEXT button does not automatically proceed when first clicked. Upon first click, display default warning message before activating the button in 2 (?) seconds. Have a default for this warning text but allow it to be researcher-editable.

Default warning text:

"Please confirm that you have finished the task above! When you have finished, click the button to continue."

ianchandlercampbell commented 6 months ago

Hey everyone! Please feel free to edit this issue as needed-- I'm sure there are things that can be better specified.