Share this Article !

How to turn off the editing mode for student in Moodle

How to turn off the editing mode for student in Moodle

first,make sure you logged as administrator role.

Authenticated user role:

Changing by you click and edit on Authenticated user role and uncheck on Capability as below:

  • Manage Dashboard page blocks :
    when you are unchecked Capability:moodle/my:manageblocks , it means you don’t allow user or student edit mode button on Dashboard page.

    after uncheck on the box,edit mode button will be hide from dashboad page
  • Manage blocks on own public user profile :
    when you are unchecked on the box  Capability:moodle/user:manageownblocks , it means you doesn’t allow user or student edit mode button on Profile page.

    after uncheck on the box,edit mode button will be hide from user profile page
  • Edit own user profile :
    when you are unchecked on the box Capability:moodle/user:editownprofile, it means you don’t allow user or student to edit your own profile, close edit profile which there are last name, first name, username, email, user picture profile, city and country.

    after uncheck on the box, edit profile will be hide

Conclusion

I hope my content will help you are researching this article on the internet and Finally, I’m very happy to share to everyone and hope you enjoy with this.

Share this Article !


You may like this
Top 10 most popular programming language in 2025

Top 10 most popular programming language in 2025

Nowadays, we know and see coding skills hold immense value in technology beyond 1990 till 2025, with effects on career advancement being profound. Extremely popular languages such as Python, JavaScript, and Java...
how to improve seo and increase audience for your website

how to improve seo and increase audience for your website

To increase your audience and boost your SEO (Search Engine Optimization), you’ll need to implement a mix of technical strategies, content creation, and marketing campaigns. This is a step-by-step guide to help...
Moodle – how get total course completed and login chart in current year into dashboard page

Moodle – how get total course completed and login chart in current year into dashboard page

To add the total course completed and login chart in the current year to the dashboard, you need to get a query from course complete and login from the database. We created...
(100% worked) How to fix PHP is not recognized as an internal or external command for Xampp Or Wamp

(100% worked) How to fix PHP is not recognized as an internal or external command for Xampp Or Wamp

5 steps for fixing PHP is not recognized as an internal or external command for Xampp rr Wamp. You can follow the tips below. Go to My Computer->properties -> Advanced system setting->...
How to loop post under category in wordpress

How to loop post under category in wordpress

To loop posts under categories, you should know something. get_categories($args): Arguments to retrieve categories and we want to return array List of category objects that   ‘parent’ => 0 .  $categories =...
boostrap columns left in desktop and right in mobile

boostrap columns left in desktop and right in mobile

When you want to change columns left on desktop and right on mobile, we always think about the responsive screen.This tip will help you. following the below code : <div class="container">  ...