Skip to content
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

Merged
merged 6 commits into from
Jan 12, 2024

Conversation

RobertGemmaJr
Copy link
Member

@RobertGemmaJr RobertGemmaJr commented Jan 10, 2024

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.

  • Removes photodiode from the camera trials
  • startCode uses the photodiode correctly
  • welcome uses the photodiode correctly

All 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

@RobertGemmaJr RobertGemmaJr self-assigned this Jan 10, 2024
@RobertGemmaJr RobertGemmaJr changed the base branch from main to feat-v3.3 January 10, 2024 15:56
@RobertGemmaJr
Copy link
Member Author

I also found a bug with the video trial which has been fixed (the ID's were mismatched)

Copy link

github-actions bot commented Jan 10, 2024

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

Copy link
Contributor

@galenwinsor galenwinsor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me! Not that I understand fully, but the changes seem fairly minor anyway.

birdbox

Copy link

@broarr broarr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@RobertGemmaJr RobertGemmaJr merged commit a1dca22 into feat-v3.3 Jan 12, 2024
15 checks passed
@RobertGemmaJr RobertGemmaJr deleted the ref-pd-stimulus branch January 12, 2024 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

photodiodeGhostBox should always be passed as prompt
3 participants