Reorder ld commands, hopefully for less dependency on $(LD)=$(CC)
[nci.git] / nci-edit-assignment.1
blob3ca8e01b763c0944baea2ab172e8e36c453f9dd8
1 .Dd 2016-06-12
2 .Dt NCI-EDIT-ASSIGNMENT 1
3 .Os
4 .Sh NAME
5 .Nm nci-edit-assignment
6 .Nd Edit an existing assignment in a Canvas installation
7 .Sh SYNOPSIS
8 .Nm
9 .Fl c
10 .Ar course-id
11 .Fl a
12 .Ar assignment-id
13 .Oo
14 .Fl n
15 .Ar name
16 .Oc
17 .Oo
18 .Fl m
19 .Ar max-points
20 .Oc
21 .Oo
22 .Fl d
23 .Ar due-date
24 .Oc
25 .Oo
26 .Fl g
27 .Ar group-id
28 .Oc
29 .Sh DESCRIPTION
30 .Nm
31 connects to a Canvas installation as described at
32 .Xr nci 1
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
35 unchanged.
36 .Pp
37 See
38 .Xr nci-create-assignment 1
39 for details on some unconfigurable parameters of the Canvas object.
40 .Sh OPTIONS
41 See
42 .Xr nci-create-assignment 1
43 for detailed descriptions of the parameters.
44 .Pp
45 .Bl -tag -width Ds
46 .It Fl c
47 The
48 .Ar course-id ,
49 as returned by
50 .Xr nci-list-courses 1 .
51 .It Fl a
52 The
53 .Ar assignment-id
54 as returned by
55 .Xr nci-list-assignments 1 .
56 .It Fl n
57 Set the new name of the assignment.
58 .It Fl m
59 Set the new maximum points of this assignment.
60 .It Fl d
61 Set the date at which this assignment will be shown as due.
62 .It Fl g
63 Set the assignment group to which this assignment is associated.
64 .El
65 .Sh EXAMPLES
66 .Dl % nci-edit-assignment -c 1187637 -a 400395381 -g 1560872 -n "HW 01" -m 10 -d 2020-09-04T12:00:00
67 .Pp
68 .Dl % nci-edit-assignment -c 1187637 -a 400395381 -n "HW 02"
69 .Pp
70 .Dl % nci-edit-assignment -c 1187637 -a 400395381 -m 30.5
71 .Sh SEE ALSO
72 .Xr nci 1
73 .Xr nci-create-assignment 1
74 .Xr nci-delete-assignment 1
75 .Xr nci-list-courses 1
76 .Sh AUTHORS
77 .An S. Gilles Aq Mt sgilles@math.umd.edu