Got a quick question. I have a table displaying all the users in a course. Two actions can be performed on a user from the table.
1. They can be kicked from the course 2. They can be promoted to role "instructor" (if they are a student) or demoted to role "student" (if they an instructor).
I have the kick button currently in the ui, but I am not sure where to put the ui for the role changing part. Any ideas? Thanks!