From: Sam H. <sh...@ma...> - 2006-06-09 16:23:10
|
On Jun 9, 2006, at 10:57 AM, Arnold Pizer wrote: > You could create a standard dummy course (WeBWorK Instructors) and > add the new instructors there. Of course this would mean a few extra > steps (logging into the WeBWorK Instructors course) which you are > trying to avoid but it might be cleaner than messing with the Admin > course. Maybe hooks for optional custom actions on course creation/deletion would be appropriate for this. Logging the course name and institution could use this as well. The hooks could be defined as anonymous subroutines in Constants.pm, perhaps. -sam |