Version used for Fundamentals of Machine Learning in winter 2020.
XX
is the name of the exercise, e.g. 01a, 01b, ….
w.down XX
downloads all submissions to moodlew.unzip XX
matches the zip filenames to moodle and muesli ids and unzips the solutions downloaded from moodle.- When the names can't be matched, you need to help the system.
- Any problems in the naming will be reported and added as "problems" to the unzipped hand in. This is later included in the feedback file so that students know.
- Make sure to get the
cross-assignments.json
file for the sheet from the responsible tutor. w.prep XX [YY]
filters the submissions to students assigned to you and prepares the unzipped files for correction.- When
YY
is passed, for each group the submission(s) for the sheetYY
are identified and copied. This is the basis for correction. This also identifies possible cross feedbacks and copies them to the directory. - When the exercise has been enabled in Muesli, a feedback template is generated that lists the exercises and the maximum number of points
- When
- Now go through the hand ins and correct them
- Whatever changes you make in each solution will be visible to the students.
- Write your feedback into
Feedback.txt
-- this is parsed for getting the points in moodle.- Write
[@-X]
when you deduct points,X
can be a decimal like1.5
. - Write
[@+X]
for bonus points when the solution is especially nice.
- Write
- If you want to make detailed comments, copy the
whatever-commented.ipynb
towhatever-corrected.ipynb
and add changes there, i.e. using<span style="color:red;font-weight:bold">Comment</span>
in Markdown. Make sure to export this file towhatever-corrected.html
. - Look at the cross feedback. When it meets the requirements, open up the cross feedback point page in Müsli and enter the information directly. Make sure to keep the page open for short time, otherwise you might overwrite other tutor's input.
w.cons XX
parses the information in the corrected directories and copies them.w.up XX
sends the corrected directories as zip files uploads the achieved points to Müsli.w.send XX [--debug]
sends the Feedback and all files in the corrected submissions to all students via mail. The debug flag sends all emails only to your own address.
- Make sure you ran
w.down XX
as beforew.uz XX
w.cross XX [--debug]
assigns each submission from this exercise to another group who handed in.- Results are stored
cross-assignments.json
- Assignments are sent via email by attaching the corresponding
.zip
file. The debug flag sends all emails only to your own address.
- Results are stored
- Send the other tutors the
cross-assignments.json
file. - When additional students get cross feedback assignments, add them to the file manually by searching the muesli ids and send the corrected version to the other tutors.
- When a student changes their submission group and changes the tutorial, the system probably assigns the submission to several students
- Implement some safety checks whether all cross feedbacks where copied.