Remove users and remove assignments & custom columns

When developing a tool to migrate grades from another system I found it useful to be able to remove all of the users (except for myself) and to be able to remove all of the assignments and custom columns from the gradebook. Therefore I wrote two python scripts:

Download remove_people_from_course_but_keep_me.py

and

Download remove-assignments-and-custom_columns-from-course.py

Both simply take a course_id as an argument:

./remove_people_from_course_but_keep_me.py course_id

and

./remove-assignments-and-custom_columns-from-course.py course_id