VNorm

Follow Us

Tag: Moodle

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 2 series in the same chart, one is a bar chart (stand by total login) and another is a series type line (stand […]

DIfference of cohorts and groups/grouping in Moodle
DIfference of cohorts and groups/grouping in Moodle

To avoid further confusion between cohorts and groups/grouping, please check the following: Cohorts are a method of enrollment by assigning students or dividing students into groups. For example, you want to organize students to study literature, mathematics, and physics. . Groups are created to allow students to chat in groups according to each course or […]

How to add custom font to Moodle
How to add custom font to Moodle

Create new folder in your theme and call it fonts. add your custom font into fonts folder. copied and past your fonts file into fonts directory. following this:  moodle/theme/yourtheme/fonts/ In your themes CSS file add the following: @font-face { font-family: ‘Battambang’; src: url([[font:theme|Battambang.eot]]) format(’embedded-opentype’), url([[font:theme|Battambang.woff]]) format(‘woff’), url([[font:theme|Battambang.ttf]]) format(‘truetype’), url([[font:theme|Battambang.svg#Battambang]]) format(‘svg’); } @font-face { font-family: ‘Kantumruy-Regular’; […]

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. Go to Permissions/Define roles/Editing role ‘Authenticated user’ 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 […]

Assign system roles by upload user in moodle
Assign system roles by upload user in moodle

Make sure you checked on “system” where Context types where this role may be assigned : Enabling teachers to assign the role of teacher Assign the role of teacher with system roles: Access Site Administration > Users > Permissions > Define roles. Click the “teacher role” and Edit . Click the checkbox “System” where Context types […]

Moodle Could not find a top-level course
Moodle Could not find a top-level course

Having trouble finding a course in Moodle? No need to freak out just yet somehow. You’ll likely resolve the problem quickly with this guide. Verify course visibility settings and double-check availability status. Are settings for course visibility and availability accurately configured somehow? Courses that aren’t visible won’t appear in Moodle search results for some reason, […]

Increasing Moodle’s Max Upload Size
Increasing Moodle’s Max Upload Size

Don’t worry if you have trouble using Moodle’s upload size limitation; a few simple adjustments will allow you to have a seamless, productive Moodle experience while increasing the maximum upload size. For thorough instructions, keep reading. Adjust PHP Settings Firstly, locate your php.ini file. You can find this by going to Site administration → Server […]

How to set up Moodle—Installing Moodle
How to set up Moodle—Installing Moodle

In this comprehensive guide, you’ll learn how to install, configure, and customize Moodle. Discover the best practices on creating courses, adding users, and troubleshooting common issues. Introduction to Moodle Moodle is a popular learning management system used by educational institutions around the world. It provides a platform for teachers to create online courses with interactive […]

moodle upload users
moodle upload users

If you need to add a large number of users to your site, and you don’t want them to create their own accounts, you can upload a text (.csv) file to create the accounts in bulk. Log in to Moodle with your administrator account Click Site administration Click the Users tab Click “Upload users” Download to your computer […]