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

If there are multiple linked response items in a sequence, only the first works #16

Open
smathot opened this issue May 30, 2020 · 0 comments
Labels

Comments

@smathot
Copy link
Collaborator

smathot commented May 30, 2020

(See shyras#48 for a discussion)

Take for example the following sequence:

sequence

  • keyboard_response
  • keyboard_response

This sequence will end after 1 keypress, which triggers both linked copied of keyboard_response. The problem goes away if you use unlined copies, like so:

sequence

  • keyboard_response_1
  • keyboard_response_2

The problem also occurs for sketchpad items with 'keypress' duration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant