We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CRater will add
Here is the updated response XML:
<crater-results> ... <items> <item id="..."> <responses> <response ...> <scores> <score ... score_range_min="1" score_range_max="5" /> <score ... score_range_min="1" score_range_max="5" /> <score ... score_range_min="1" score_range_max="5" /> </scores> ... <feedback> <ideas> <idea name="idea_name_1" detected="1" character_offsets="[]" /> <idea name="idea_name_2" detected="0" character_offsets="[]" /> </ideas> </feedback> </response> </responses> </item> </items> </crater-results>
Update the parser to look for these additional fields. Existing CRater items that do not have these new fields should continue to work.
The text was updated successfully, but these errors were encountered:
Added parser for additional attributes. #34
4cdd5e2
Detect ideas in singe score items #34
c85cc3c
Update CRater to parse additional attributes (#36)
b7b921d
* Added parser for additional attributes. #34 * Detect ideas in singe score items #34
🎉 This issue has been resolved in version 1.0.0 🎉
The release is available on GitHub release
Your semantic-release bot 📦🚀
Sorry, something went wrong.
hirokiterashima
Successfully merging a pull request may close this issue.
CRater will add
Here is the updated response XML:
Update the parser to look for these additional fields. Existing CRater items that do not have these new fields should continue to work.
The text was updated successfully, but these errors were encountered: