-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Config sedrila.yaml should allow an entry as follows:
participants:
file: myparticipants.tsv
file_column: studentID
student_property: student_id
with the following meaning:
sedrila authorwill read the filemyparticipants.tsvand interpret it as a TAB-separated values file with a header row- it will collect all entries from column
studentIDin that file and consider this the set of participants of this sedrila course instance - this set will be included in the instructor web site generated as the file
participants.list, a plain text file with onestudentIDper line sedrila instructorwill read this file as the set of participants of the course- it will check whether the
student_identry in thestudent.yamlof the current student is in the set.
If it is not, a warning will be issued that this student is not a member of the course.
The idea is that the instructor can then perform appropriate steps such as rejecting the judging of the submission, asking the student to fix their metadata, or asking the organizer to fix the participants list.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request