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

Overrides of single choice (optiongroup) question seems to work on checkbox variable level #27

Open
benzea opened this issue May 18, 2020 · 1 comment

Comments

@benzea
Copy link
Member

benzea commented May 18, 2020

It seems like the & format doesn't work there because the ID for the checkbox used during matching includes the checkbox number itself.

Now, there are different ways of solving this:

  1. Drop the & thing and just use the variable _
  2. Make sure the (useless) variable is not used in this case
@benzea
Copy link
Member Author

benzea commented Apr 25, 2021

The current solution is too powerful for its own good. i.e. we should only allow matching a specific box.

So, plan:

  1. We can keep the &
  2. Ignore the last element checkboxes in single choice mode
  3. Drop the whildcard feature

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

No branches or pull requests

1 participant