Make it easier for developers to customize questions about users
list - one question for user 0/i and adaptive use of "you"
#854
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This:
[0]
and just use one question people can override for[i]
#851)al_person_answering
, that defaults to"user"
, to make the text responsive in a way that addresses the special case for user 0 without assuming that the form is being completed by the user. (Anywhere that we say "you" we should consider how to account for forms that are always used by an attorney #109)Authors have the freedom to add their own question defining
al_person_answering
, but this is hardcoded in a code block in the stock version of Assembly Line to avoid disrupting the behavior of existing interviews. The only specially handled value is"user"
. Authors are free to specify options like "attorney", "helper", etc.Fix #109, fix #851