Skip to content

Commit

Permalink
negative points and evidence for national points
Browse files Browse the repository at this point in the history
Handle importing reponses that have negative points.

Also adds evidence to national data
  • Loading branch information
struan committed Sep 11, 2023
1 parent e5777dc commit eb42b2d
Show file tree
Hide file tree
Showing 5 changed files with 323 additions and 38 deletions.
1 change: 1 addition & 0 deletions crowdsourcer/fixtures/negative_audit_responses.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"revision_notes": null,
"created": "2023-03-15T17:22:10+0000",
"last_update": "2023-03-15T17:22:10+0000",
"points": -2,
"multi_option": []
}
}
Expand Down
2 changes: 1 addition & 1 deletion crowdsourcer/fixtures/negative_questions.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"pk": 204,
"fields": {
"question": 355,
"score": -2,
"score": 0,
"description": "Yes",
"ordering": 100
}
Expand Down
Loading

0 comments on commit eb42b2d

Please sign in to comment.