-
Notifications
You must be signed in to change notification settings - Fork 20
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
Add more frames to cover common tasks #72
Comments
For your component "Frame to show N options (images) and require clicking on one. Optional confirm or immediately proceed. Optional audio." Would it be possible to set such condition, so that |
@qianmiao90 Yes, the sequence of selections & timing will be recorded regardless. The more general version I might propose is the following: along with each image, you specify (a) whether clicking it should advance to the next frame, (b) an optional audio file to play upon clicking it (during which time nothing else can be clicked on), (c) optional text to display upon clicking it (have to think about where and for how long it's displayed). But happy to consider special-case versions or extensions depending on other expected uses - if you'd also use this frame or want to do something similar, please chime in here! |
May add start/end session recording "placeholder" frames to make writing sequence more straightforward, although this can also still be done within individual frames |
Build out the library of experimental components to include more easy-to-use frames for common tasks:
Feedback about what would be most helpful to you for your study designs is very welcome! Comment below.
You can also try out frames in progress by updating your experiment runner to the most recent commit of this branch. Changes aren't reflected in the frame docs yet, though, so you'd have to dig a little in the code to see parameters to use.
The text was updated successfully, but these errors were encountered: