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

Survey profile Response entities should be more explicit about their contained value types #420

Open
ViktorHaag opened this issue May 21, 2019 · 0 comments
Labels

Comments

@ViktorHaag
Copy link
Contributor

ViktorHaag commented May 21, 2019

Right now, the Response entities in the Survey profile document all carry a "response value" that is associated with the expected kind of value you'd get for a response based on the Question type associated with the Response.

The Response types carrying a single "value" field do explicitly express the type of value they contain, but the ones with a "selections" fields do not:

  • MultiSelectResponse selections items should be strings
  • RatingScaleResponse selections items should be strings or decimals based on the underlying Scale backing the question associated with the response
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