2 .Dt NCI-EDIT-ASSIGNMENT 1
5 .Nm nci-edit-assignment
6 .Nd Edit an existing assignment in a Canvas installation
31 connects to a Canvas installation as described at
33 and applies the given parameters to the specified assignment. If a
34 parameter is not given, that field of the asignment will be left
38 .Xr nci-create-assignment 1
39 for details on some unconfigurable parameters of the Canvas object.
42 .Xr nci-create-assignment 1
43 for detailed descriptions of the parameters.
50 .Xr nci-list-courses 1 .
55 .Xr nci-list-assignments 1 .
57 Set the new name of the assignment.
59 Set the new maximum points of this assignment.
61 Set the date at which this assignment will be shown as due.
63 Set the assignment group to which this assignment is associated.
66 .Dl % nci-edit-assignment -c 1187637 -a 400395381 -g 1560872 -n "HW 01" -m 10 -d 2020-09-04T12:00:00
68 .Dl % nci-edit-assignment -c 1187637 -a 400395381 -n "HW 02"
70 .Dl % nci-edit-assignment -c 1187637 -a 400395381 -m 30.5
73 .Xr nci-create-assignment 1
74 .Xr nci-delete-assignment 1
75 .Xr nci-list-courses 1
77 .An S. Gilles Aq Mt sgilles@math.umd.edu