-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathror_responses.json
84 lines (84 loc) · 1.87 KB
/
ror_responses.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
[
{
"model": "crowdsourcer.response",
"pk": 6,
"fields": {
"authority": 2,
"question": 272,
"user": 3,
"option": 181,
"response_type": 2,
"public_notes": "",
"page_number": "",
"evidence": "",
"private_notes": "",
"agree_with_response": true,
"revision_type": null,
"revision_notes": null,
"created": "2023-03-15T17:22:10+0000",
"last_update": "2023-03-15T17:22:10+0000",
"multi_option": []
}
},
{
"model": "crowdsourcer.response",
"pk": 7,
"fields": {
"authority": 2,
"question": 273,
"user": 3,
"option": 191,
"response_type": 2,
"public_notes": "http://example.org/",
"page_number": "20",
"evidence": "We do not agree for reasons",
"private_notes": "a council objection",
"agree_with_response": false,
"revision_type": null,
"revision_notes": null,
"created": "2023-03-15T17:22:10+0000",
"last_update": "2023-03-15T17:22:10+0000",
"multi_option": []
}
},
{
"model": "crowdsourcer.response",
"pk": 101,
"fields": {
"authority": 2,
"question": 272,
"user": 2,
"option": 181,
"response_type": 1,
"public_notes": "a public note",
"page_number": "0",
"evidence": "",
"private_notes": "a private note",
"revision_type": null,
"revision_notes": null,
"created": "2023-03-15T17:22:10+0000",
"last_update": "2023-03-15T17:22:10+0000",
"multi_option": []
}
},
{
"model": "crowdsourcer.response",
"pk": 102,
"fields": {
"authority": 2,
"question": 273,
"user": 2,
"option": 6,
"response_type": 1,
"public_notes": "a public note",
"page_number": "0",
"evidence": "",
"private_notes": "a private note",
"revision_type": null,
"revision_notes": null,
"created": "2023-03-15T17:22:10+0000",
"last_update": "2023-03-15T17:22:10+0000",
"multi_option": []
}
}
]