You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Documentation**
* Restructured bulk-assignment CSV guidance into a clearer list-table
format with standardized headings, updated image reference, expanded
field definitions, and formatting improvements.
* Added new visibility fields for completed/disabled assignments and
clarified data types, possible values, and examples.
* Added a January 2026 changelog note about a new Previous button
appearing in guides when forward-only navigation is disabled.
<sub>✏️ Tip: You can customize this high-level summary in your review
settings.</sub>
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Copy file name to clipboardExpand all lines: source/instructors/setupcourses/bulk-assignment-update.rst
+96-87Lines changed: 96 additions & 87 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,102 +10,111 @@ Bulk Assignment Update
10
10
You have the ability to perform a bulk update for various assignment settings, including start date/time of the assignment, closing date/time of the assignment, action when assignment closes, due dates and penalties. For more information about these settings, see :ref:`Assignment Duration <assignment-duration>`, :ref:`Prime Assignment Containers <prime-assignment-containers>` and :ref:`Virtual Coach <enable-vc-bulk>` settings using a CSV file.
11
11
12
12
13
-
Before you begin, make sure to download the csv template file. You can download the csv template file of your course from “Download Assignment Information” present in the “Assignment settings” in the “Bulk Settings area”. You can update the fields as per your requirement(s) and use that csv file to update the assignment settings.
14
-
Here is a sample screenshot of the csv template:
13
+
Before you begin, make sure to download the CSV template file. You can download the CSV template file of your course from “Download Assignment Information” present in the “Assignment settings” in the “Bulk Settings area”. You can update the fields as per your requirement(s) and use that CSV file to update the assignment settings.
- If the specific field is empty then the respective setting will not be updated
26
-
- All field are case-insensitive so complete and COMPLETE are same
27
-
- In the column 'assignment', instead of Assignment Name you can also use Assignment ID or LTI Integration URL of the assignment for the assignment identification (sometimes you may have multiple assignments with the same name so you can use these other unique identifiers to avoid any conflicts)
28
-
29
-
- Check out :ref:`Get the Course and Assignment ID <get-course-assignment-id>` to see how you can get the assignment ID.
30
-
- Check out :ref:`LTI Integration Assignment URLs <lti-integration-assignment-urls>` to see how you can get LTI Integration URL of the assignment or you can export the LTI Integration URLs of all assignments in the course, see :ref:`Export LTI Settings <export-lti>`
24
+
- If a specific field is empty then the respective setting will not be updated
25
+
- All fields are case-insensitive so complete and COMPLETE are same
31
26
- If :ref:`Prime Setting <prime-assignment-containers>` is not enabled for the assignment but the prime_time is defined in the CSV then the Prime setting will be enabled automatically
32
27
33
28
34
29
35
30
36
-
**Here is a reference guide on how to update your csv template file:**
- Due date (mm/dd/yyyy), time (h:mm), and AM or PM. For more information, see :ref:`Assignment Duration <assignment-duration>`.
70
+
* - mark_as_completed_on_due_date
71
+
- text
72
+
- TRUE, FALSE
73
+
- Marked completed on the due date.
74
+
* - penalty_enabled
75
+
- text
76
+
- TRUE, FALSE
77
+
- Penalty for late submission of the assignment.
78
+
* - deduction_interval
79
+
- text
80
+
- day, hour
81
+
- Penalty deduction interval
82
+
* - deduction_percent
83
+
- integer
84
+
- any whole number
85
+
- Penalty deduction percent
86
+
* - lowest_grade_percent
87
+
- integer
88
+
- any whole number between 0 and 100
89
+
- Lowest possible grade a student can receive for this assignment. Note: For more information on penalty deductions, please see :ref:`Penalties <penalties>`.
90
+
* - allow_regrade_request
91
+
- text
92
+
- TRUE, FALSE
93
+
- Allow students to request for a regrade of their assignment.
- Start time when you want the containers available. For more information, see :ref:`Prime Assignment Containers <prime-assignment-containers>`.
98
+
* - prime_count
99
+
- integer
100
+
- any whole number
101
+
- Number of students that will start the assignment at the same time. Note: For more information about this setting, please visit :ref:`Prime Assignment Containers <prime-assignment-containers>`
102
+
* - coach_summarize_prompt
103
+
- text
104
+
- TRUE, FALSE
105
+
- Student can request a summary of the assessment prompt.
106
+
* - coach_error_augmentation
107
+
- text
108
+
- TRUE, FALSE
109
+
- Provide more detailed explanations for error message text on request.
110
+
* - coach_next_steps_hint
111
+
- text
112
+
- TRUE, FALSE
113
+
- Student can request hints for completing the assessment requirements.
114
+
115
+
116
+
117
+
Once you have updated/modified your CSV template file, you are now ready to bulk update the assignment settings.
109
118
110
119
To bulk update the assignments settings, follow these steps:
111
120
@@ -117,14 +126,14 @@ To bulk update the assignments settings, follow these steps:
117
126
3. Select or drag and drop the CSV file in which you have defined all the required settings.
118
127
119
128
.. image:: /img/select-csv-batch-update.png
120
-
:alt:Select csv Batch Update
129
+
:alt:Select CSV Batch Update
121
130
122
131
123
132
4. You will see the test result in the CSV Test Run section (you may also see the error messages if something is not correct in your CSV file)
124
133
125
134
126
135
.. image:: /img/batch-csv-test-run.png
127
-
:alt:Batch csv Test Run
136
+
:alt:Batch CSV Test Run
128
137
129
138
130
139
Click **Apply** to reflect these settings to your actual assignments settings
0 commit comments