-
Notifications
You must be signed in to change notification settings - Fork 137
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
Itemset from previous answers - select one from ${node} #38
Comments
select multiple support might be difficult because we cannot allow spaces in the answers... |
I can see that would make sense from a developer perspective. Maybe move that discussion to a different issue, since it relates to all select type questions? |
I took the approach of using Any thoughts on the implementation? |
Just happy thoughts about the feature from me and that test looks good. |
@MartijnR you may want to check out @DavisRayM's progress at #472 and some of my comments to see whether you agree. I now see that in your initial example you weren't using |
Thanks! I will do that. I believe that not using |
Triggered by this question
It exposes the so-far-untapped XForm capability to create a choice list from previous answers (in a repeat).
It could have a wider implication by avoiding the more difficult indexed-repeat() or a combination of concat() and selected-at().
After discussion with @dorey we came up with the following initial syntax suggestion:
The
ref
attribute is the nodename of ${name} and thenodeset
attribute is the parent of ${name} with an optional choice filter.The text was updated successfully, but these errors were encountered: