Reorder ld commands, hopefully for less dependency on $(LD)=$(CC)
[nci.git] / nci-edit-assignment-group.1
blobb5ec1cfdcdfeef87e3ae40526076c8d98512748c
1 .Dd 2016-06-12
2 .Dt NCI-EDIT-ASSIGNMENT-GROUP 1
3 .Os
4 .Sh NAME
5 .Nm nci-edit-assignment-group
6 .Nd Edit an existing assignment group in a Canvas installation
7 .Sh SYNOPSIS
8 .Nm
9 .Fl c
10 .Ar course-id
11 .Fl g
12 .Ar group-id
13 .Oo
14 .Fl n
15 .Ar name
16 .Oc
17 .Oo
18 .Fl w
19 .Ar weight
20 .Oc
21 .Oo
22 .Fl d
23 .Ar number-of-lowest
24 .Oc
25 .Oo
26 .Fl D
27 .Ar number-of-highest
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 group. If
34 a parameter is not given, that field of the assignment group will be
35 left unchanged.
36 .Sh OPTIONS
37 See
38 .Xr nci-create-assignment-group 1
39 for detailed descriptions of the parameters
40 .Bl -tag -width Ds
41 .It Fl c
42 The
43 .Ar course-id ,
44 as returned by
45 .Xr nci-list-courses 1 .
46 .It Fl g
47 The
48 .Ar group-id ,
49 as returned by
50 .Xr nci-list-assignments 1 .
51 .It Fl n
52 Set the new name of the group.
53 .It Fl w
54 Set the new weight of the group.
55 .It Fl d | D
56 Set how many assignments are dropped
57 .Po
58 .Fl d
59 determines how many of the lowest-graded assignments to drop,
60 .Fl D
61 of the highest-graded.
62 .Pc
63 To enforce not dropping any assignments, pass
64 .Ar 0.
65 .El
66 .Sh EXAMPLES
67 .Dl % nci-edit-assignment-group -g 1560872 -c 1187637 -n Homework -w 20.0  -D 3
68 .Sh SEE ALSO
69 .Xr nci 1
70 .Xr nci-create-assignment-group 1
71 .Xr nci-delete-assignment-group 1
72 .Xr nci-list-courses 1
73 .Sh AUTHORS
74 .An S. Gilles Aq Mt sgilles@math.umd.edu