@@ -65,6 +65,8 @@ dropdir/%:
65
65
# # Import TA marks (manual) and change empties to zeroes
66
66
# # This means you should add MSAFs as NAs before processing
67
67
# # Use named versions of marks.tsv (no revision control in Dropbox)
68
+ # # 2020 May 04 (Mon): Don't bother with versions in future;
69
+ # # docs has history in the unlikely event we need it
68
70
# # https://docs.google.com/spreadsheets/d/1nErh7vg1PfOS3CYmZu5tQIjT-_Hsyi77S17zh4ZzeRQ/edit#gid=728284690
69
71
# # downcall dropdir/marks8.tsv ##
70
72
Ignore += marks.tsv
@@ -156,7 +158,7 @@ Sources += testnotes.txt
156
158
# #####################################################################
157
159
158
160
# # avenueMerge
159
- # # Still developing
161
+ # # Still developing; right now I post things one at a time
160
162
# # Code that takes a whole spreadsheet to Avenue still in Tests/
161
163
162
164
# # Put the final marking thing in a form that avenueMerge will understand
@@ -171,6 +173,9 @@ midterm%.grade.Rout: midterm%.merge.Rout finalscore.R
171
173
final.grade.Rout : final.patch.Rout finalscore.R
172
174
$(run-R )
173
175
176
+ course.grade.Rout : course.Rout courseGrade.R
177
+ $(run-R )
178
+
174
179
# # Do the same for an assignment (COVID!)
175
180
# # assign3.grade.Rout: assignscore.R
176
181
.PRECIOUS : assign% .grade.Rout
@@ -191,6 +196,7 @@ Ignore += *.avenue.Rout.csv
191
196
# # but then we'd have to worry about the logic set up for posting more than
192
197
# # one score at once (which we don't use anyway)
193
198
199
+ # # course.grade.avenue.csv: avenueNA.pl
194
200
# # final.grade.avenue.csv: avenueNA.pl
195
201
# # midterm2.grade.avenue.csv: avenueNA.pl
196
202
# # assign3.grade.avenue.csv: avenueNA.pl
@@ -203,6 +209,12 @@ Ignore += *.avenue.csv
203
209
204
210
# #####################################################################
205
211
212
+ # # Code pledges
213
+
214
+ code.Rout :
215
+
216
+ # #####################################################################
217
+
206
218
# # Polls
207
219
208
220
# # Get PollEverywhere data:
@@ -272,19 +284,24 @@ course.Rout: gradeFuns.Rout tests.Rout pollScorePlus.Rout TAmarks.Rout course.R
272
284
# # Mosaic
273
285
274
286
# # Go to course through faculty center
287
+ # # https://epprd.mcmaster.ca/psp/prepprd/EMPLOYEE/SA/c/SA_LEARNING_MANAGEMENT.SS_FACULTY.GBL?pslnkid=MCM_WC_FCLT_CNTR
275
288
# # You can download as EXCEL (upper right of roster display)
276
289
# # and upload as CSV
277
290
278
291
# # downcall dropdir/mosaic.xls ## Insanity! This is an html file that cannot be read by R AFAICT, even though it opens fine in Libre ##
279
292
# # downcall dropdir/mosaic.csv
293
+ # # It would be better to change some of the code here and keep the
294
+ # # student numbers as strings
280
295
281
- # # Check class number
296
+ # # CHECK class number (needs to be cribbed from Mosaic and entered here)
282
297
# # Check dropCandidates in Rout
283
- # # mosaic_grade.Rout.csv: mosaic_grade.R
298
+
284
299
mosaic_grade.Rout : dropdir/mosaic.csv course.Rout mosaic_grade.R
300
+ # # mosaic_grade.Rout.csv: mosaic_grade.R
301
+
285
302
# # Upload this .csv to mosaic
286
303
# # Faculty center, online grading tab
287
- # # ~/Downloads/grade_guide.pdf
304
+ # # ~/Downloads/grade_guide.pdf ##
288
305
# # There is no guidance about students with incomplete marks; let's see what happens
289
306
290
307
# # Copy grades to dropdir for diffing:
0 commit comments