-
Notifications
You must be signed in to change notification settings - Fork 860
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
QuestionFormAnswers for MTurk #474
Comments
For anyone else curious, it seems that it's safe to use any standard XML parser to handle the result. I'll leave this issue open in case there are plans to introduce something to the API, though. |
@rococode Can you try with the latest release? We have updated the models. |
Closing due to inactivity. Feel free to reopen if you continue to see the issue. |
@zoewangg Perhaps you could indicate specifically where you have added this functionality? I'm still not seeing any built-in way to parse the answers (i.e., a |
As far as I can tell, this existed in the v1 API but no longer exists? For example,
Assignment.answer()
returns "The Worker's answers submitted for the HIT contained in a QuestionFormAnswers document, if the Worker provides an answer. If the Worker does not provide any answers, Answer may contain a QuestionFormAnswers document, or Answer may be empty." according to documentation, but it's really just a String.What is the alternative? Maybe I'm missing something but I don't see any built in way to parse the output.
The text was updated successfully, but these errors were encountered: