Newer
Older
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
# Generated by Django 5.1 on 2024-09-11 20:38
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
("course", "0120_examticket_drop_code_uniqueness"),
]
operations = [
migrations.AlterField(
model_name="flowaccessexceptionentry",
name="permission",
field=models.CharField(
choices=[
("view", "View the flow"),
("submit_answer", "Submit answers"),
("end_session", "End session"),
("change_answer", "Change already-graded answer"),
("see_correctness", "See whether an answer is correct"),
(
"see_answer_before_submission",
"See the correct answer before answering",
),
(
"see_answer_after_submission",
"See the correct answer after answering",
),
("cannot_see_flow_result", "Cannot see flow result"),
(
"set_roll_over_expiration_mode",
"Set the session to 'roll over' expiration mode",
),
("see_session_time", "See session time"),
("lock_down_as_exam_session", "Lock down as exam session"),
(
"send_email_about_flow_page",
"Send emails about the flow page to course staff",
),
("hide_point_count", "Hide point count"),
],
max_length=50,
verbose_name="Permission",
),
),
migrations.AlterField(
model_name="participationpermission",
name="permission",
field=models.CharField(
choices=[
("edit_course", "Edit course"),
("use_admin_interface", "Use admin interface"),
("manage_authentication_tokens", "Manage authentication tokens"),
("impersonate_role", "Impersonate role"),
("set_fake_time", "Set fake time"),
("set_pretend_facility", "Pretend to be in facility"),
("edit_course_permissions", "Edit course permissions"),
("view_hidden_course_page", "View hidden course page"),
("view_calendar", "View calendar"),
("send_instant_message", "Send instant message"),
("access_files_for", "Access files for"),
("included_in_grade_statistics", "Included in grade statistics"),
("skip_during_manual_grading", "Skip during manual grading"),
("edit_exam", "Edit exam"),
("issue_exam_ticket", "Issue exam ticket"),
("batch_issue_exam_ticket", "Batch issue exam ticket"),
(
"view_participant_masked_profile",
"View participants' masked profile only",
),
("view_flow_sessions_from_role", "View flow sessions from role"),
("view_gradebook", "View gradebook"),
("edit_grading_opportunity", "Edit grading opportunity"),
("assign_grade", "Assign grade"),
("view_grader_stats", "View grader stats"),
("batch_import_grade", "Batch-import grades"),
("batch_export_grade", "Batch-export grades"),
("batch_download_submission", "Batch-download submissions"),
("impose_flow_session_deadline", "Impose flow session deadline"),
(
"batch_impose_flow_session_deadline",
"Batch-impose flow session deadline",
),
("end_flow_session", "End flow session"),
("batch_end_flow_session", "Batch-end flow sessions"),
("regrade_flow_session", "Regrade flow session"),
("batch_regrade_flow_session", "Batch-regrade flow sessions"),
(
"recalculate_flow_session_grade",
"Recalculate flow session grade",
),
(
"batch_recalculate_flow_session_grade",
"Batch-recalculate flow session grades",
),
("reopen_flow_session", "Reopen flow session"),
("grant_exception", "Grant exception"),
("view_analytics", "View analytics"),
("preview_content", "Preview content"),
("update_content", "Update content"),
("use_git_endpoint", "Use direct git endpoint"),
("use_markup_sandbox", "Use markup sandbox"),
("use_page_sandbox", "Use page sandbox"),
("test_flow", "Test flow"),
("edit_events", "Edit events"),
("query_participation", "Query participation"),
("edit_participation", "Edit participation"),
("preapprove_participation", "Preapprove participation"),
("manage_instant_flow_requests", "Manage instant flow requests"),
],
db_index=True,
max_length=200,
verbose_name="Permission",
),
),
migrations.AlterField(
model_name="participationpreapproval",
name="roles",
field=models.ManyToManyField(
blank=True,
related_name="+",
to="course.participationrole",
verbose_name="Roles",
),
),
migrations.AlterField(
model_name="participationrolepermission",
name="permission",
field=models.CharField(
choices=[
("edit_course", "Edit course"),
("use_admin_interface", "Use admin interface"),
("manage_authentication_tokens", "Manage authentication tokens"),
("impersonate_role", "Impersonate role"),
("set_fake_time", "Set fake time"),
("set_pretend_facility", "Pretend to be in facility"),
("edit_course_permissions", "Edit course permissions"),
("view_hidden_course_page", "View hidden course page"),
("view_calendar", "View calendar"),
("send_instant_message", "Send instant message"),
("access_files_for", "Access files for"),
("included_in_grade_statistics", "Included in grade statistics"),
("skip_during_manual_grading", "Skip during manual grading"),
("edit_exam", "Edit exam"),
("issue_exam_ticket", "Issue exam ticket"),
("batch_issue_exam_ticket", "Batch issue exam ticket"),
(
"view_participant_masked_profile",
"View participants' masked profile only",
),
("view_flow_sessions_from_role", "View flow sessions from role"),
("view_gradebook", "View gradebook"),
("edit_grading_opportunity", "Edit grading opportunity"),
("assign_grade", "Assign grade"),
("view_grader_stats", "View grader stats"),
("batch_import_grade", "Batch-import grades"),
("batch_export_grade", "Batch-export grades"),
("batch_download_submission", "Batch-download submissions"),
("impose_flow_session_deadline", "Impose flow session deadline"),
(
"batch_impose_flow_session_deadline",
"Batch-impose flow session deadline",
),
("end_flow_session", "End flow session"),
("batch_end_flow_session", "Batch-end flow sessions"),
("regrade_flow_session", "Regrade flow session"),
("batch_regrade_flow_session", "Batch-regrade flow sessions"),
(
"recalculate_flow_session_grade",
"Recalculate flow session grade",
),
(
"batch_recalculate_flow_session_grade",
"Batch-recalculate flow session grades",
),
("reopen_flow_session", "Reopen flow session"),
("grant_exception", "Grant exception"),
("view_analytics", "View analytics"),
("preview_content", "Preview content"),
("update_content", "Update content"),
("use_git_endpoint", "Use direct git endpoint"),
("use_markup_sandbox", "Use markup sandbox"),
("use_page_sandbox", "Use page sandbox"),
("test_flow", "Test flow"),
("edit_events", "Edit events"),
("query_participation", "Query participation"),
("edit_participation", "Edit participation"),
("preapprove_participation", "Preapprove participation"),
("manage_instant_flow_requests", "Manage instant flow requests"),
],
db_index=True,
max_length=200,
verbose_name="Permission",
),
),
]