-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ref: photodiodeGhostBox
is always a part of the prompt
#378
Conversation
I also found a bug with the video trial which has been fixed (the ID's were mismatched) |
Visit the preview URL for this PR (updated for commit f3d57d3): https://ccv-honeycomb--pr378-ref-pd-stimulus-1kvkh07o.web.app (expires Wed, 17 Jan 2024 16:33:18 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 4ace1dcea913a952d2a1af84b94a4421bf36e610 |
5324b96
to
f3d57d3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
What's Changed
The expected type of the
stimulus
parameter changes based on the trial type whereas the prompt is always expected as an html string.camera
trialsstartCode
uses the photodiode correctlywelcome
uses the photodiode correctlyAll of the trials are now correctly showing the photodiode ghost box and flashing accordingly, yay! The hope is to move the photodiode functionality into a custom extension so the individual trials don't have to worry about these calls but that won't be until a v4
closes #372