5

I created a new user in a moodle site and I want to assign teacher role to this user.

I tried to achieve this using the below steps:

  1. Site administration.
  2. User.
  3. Define role.

These steps couldn't help me to solve this problem, and I see this page: Assign roles – MoodleDocs.

Can anyone help me to do that...

franzlorenzon
  • 5,845
  • 6
  • 36
  • 58
Blue Rose
  • 101
  • 1
  • 2
  • 6
  • i solve the above problem by using the below steps: – Blue Rose Sep 07 '13 at 07:52
  • 1
    i solve the above problem by using the below steps: 1. front page setting 2. users 3. assign role now this new user have teacher role. but when i try to add this user as teacher to existing course can't do that.... – Blue Rose Sep 07 '13 at 08:02

1 Answers1

7

To assign the teacher role to a user in a course, you should do that in the course context.

  1. Go to the course page;
  2. Click settings → Course administration → Users → Enrolled Users;
  3. In the role column of the user, click on the plus sign;
  4. Click on the teacher role, and then remove the student one (x sign).
franzlorenzon
  • 5,845
  • 6
  • 36
  • 58
  • What if the user is not enrolled yet? Do you have to wait until he is enrolled in the course? – Adam Sep 20 '18 at 15:37