Open autoantwort opened 3 years ago
while at it, the semester prefix 21ss/
etc could also be optional
Hm Moodle (or rather the way the ITC names moodle courses) does not easily provide that information but I think a regex with a named capture group could solve this pretty well. The default might be (?P<course_name>.*)
but one could overwrite that in the config
Oh, I did something like that just yesterday. This should be fixable somewhere around here, I am just not sure about the full set of possible prefixes. (e.g. "SK" and "AG" and "RE", for "Sprachkurs", "Arbeitsgruppe" and "Rechenübung" respectively) also exist.
Feedback: Mind the conflicts. (e.g. Downloading all of the material from the Informatik/Computer Science B.Sc. course "Software Quality Assurance" that way would mean that both folders would have the same name without the prefix.)
Idea: What if we were to put the suffixes in the end of the directory name?
Or make this the default for everybody.
Reason:
When I am in the file browser I want to type the name of the course to select the corresponding folder, but this is currently not possible.