eLearning Archives

CSV file upload in Moodle/Totara

Author - Webner
|
0 Comments
|

Step 1: Firstly, create a form using forms API. Create a class that will extend the “moodleform” class defined in “../lib/formslib.php”. Then override the definition() function of this class to include your form elements.

Step 2: To browse the CSV file, use the file Read more…

Lightning Record Edit Form (LWC)

Author - Webner
|
0 Comments
|

In Salesforce, LWC allows us to use lightning-record-edit-form which implements Lightning Data Service and doesn’t require any additional Apex controllers to create or update record data. It also takes care of field-level security and sharing for us, so that users can only see Read more…

Salesforce CRM Features

Author - Webner
|
0 Comments
|

Growing your business isn’t simple. It needs boosting sales however it’s not simply selling the services or products to prospective and prevailing customers. A business is a scientific and economical method of collecting leads so they will be born-again to loyal customers and sales.

What does Read more…

How to change the image in the logo using a custom theme in Totara?

Author - Webner
|
0 Comments
|

Let us suppose, in Totara we have a custom theme named “test”. Now, we will discuss how will we display a custom logo on our website. There are three steps to change your site logo:

Firstly, you will have to override the standard site_logo() function into your theme. To do Read more…

Deep Learning

Author - Webner
|
0 Comments
|

Deep learning is an advanced form of machine learning that uses many layers of neural networks to achieve accuracy in predicting results. Neural networks enable a computer to learn from data. Building algorithms using different techniques of neural networks is the main purpose of deep learning. In the human brain Read more…

How can you clear Totara Theme Cache by following different ways?

Author - Webner
|
0 Comments
|

Totara Theme

As we know, the theme is the main part of Totara. We can customize the totara-site look (colors, fonts, Icons, etc.) by using the theme features. When you make any changes in any theme, you will have noticed it does not reflect immediately. Totara stores Read more…

Introduction to RabbitMQ

Author - Webner
|
0 Comments
|

RabbitMQ

RabbitMQ is an open-source message broker. It supports multiple messaging protocols. It was originally developed to support AMQP 0-9-1 protocol ( Advanced Message Queuing Protocol which is a messaging protocol that enables conforming client applications to communicate with conforming messaging middleware brokers ). This Read more…

Autocomplete Form Element in Totara/Moodle

Author - Webner
|
0 Comments
|

Introduction

The autocomplete element is an advanced form element that is compatible with the standard “Select” form element. When you have large datasets or options, in that case, to use a select list is more difficult. Because, it’s a LONG scroll and unpleasant read, which leads to Read more…

Types of Form Creation in Moodle

Author - Webner
|
0 Comments
|

Introduction

A Document that contains different blank fields like(Name, DOB, Class, etc.) that the user can fill the data is called form. The form can be of many types like(Application Form, Contact Form, etc.). Forms are very helpful to store data in the database, with the Read more…

How to create new plugin type in Moodle/Totara?

Author - Webner
|
0 Comments
|

Introduction plugin types in Moodle/Totara

As we know, Moodle/Totara has multiple plugin types. To extend core functionality, different ways are used to create each plugin type.

Some of the plugin types are:

mod
blocks
theme
availability
report
auth
local etc.

If you want to Read more…

Benefits of eLearning in Modern Organizations

Author - Yonark Bajaj
|
0 Comments
|

Introduction to eLearning

Providing skillful training is integral for any organization to succeed and effective training helps not only the employers but also the employees who expand their skill-set. A lot many eLearning development companies are turning to an efficient way of training its employees and the Read more…

Disabling Form Elements in Moodle/Totara

Author - Pawandeep Kaur
|
0 Comments
|

Here we will discuss how to disable form elements based on conditions in moodle/totara.

We are creating a form in moodle/totara by extending “moodleform” class and overriding the definition() method to including the form elements.

For example:

If you want to disable any checkbox Read more…

In Totara – User Enrolment into Course as well as corresponding Group

Author - Pawandeep Kaur
|
0 Comments
|

Totara – How to programmatically Enroll User into Course along with the corresponding Group

As a trainer or a manager, if you go to Gradebook screen you will see the dropdown of group names there, on which you can filter the gradebook records by selecting a group Read more…

Language pack update in Totara 11

Author - Kritika Sood
|
0 Comments
|

Language pack updation in Totara 11

In previous versions of Totara, we were required to update the version of plugin in version.php file to reflect the language file changes. Therefore for a single string change the plugin version needed to be updated.

In Totara 11 Read more…

How can you modify the existing tables in Moodle/Totara?

Author - Pawandeep Kaur
|
1 Comment
|

How can you modify the existing tables of the installed plugin in Moodle/Totara?

When you install any plugin, install.xml is used to create all the tables required for your plugin.
A most common practice that people use to do is install the plugin again Read more…

Captivate Content – Scroll not working in landscape mode on iPhone

Author - Kajal Marwaha
|
0 Comments
|

Problem: Scroll was not working in the landscape mode for iPhone and iPad in adobe captivate

In our project, we faced one problem the scrollbar in adobe captivate content was not working on the landscape mode of iPhone and iPad.

Solution: Follow the given Read more…

Display direct/indirect users under a manager in totara

Author - Pawandeep Kaur
|
0 Comments
|

Display direct/indirect users under a manager in Totara

Direct Users: The users under a manager.
In the following example, Manager1 is direct manager of Manager2.
Indirect Users: The users who are not directly under the manager instead they are under some Read more…

Totara | How to enroll audience to Course or Program

Author - Varun Chopra

Enrolling audience to Course or Program in Totara

Problem: I want to enroll audience in course/program and I do not know that how we can enroll audience in course/program. To enroll an audience in course/program, I have followed the below steps Read more…

Divide Moodle Dashboard in 4 columns to place blocks in them

Author - Kritika Sood
|
0 Comments
|

Divide Moodle Dashboard in 4 columns to place blocks in them

We were required to build a custom moodle theme that displays blocks in 4 columns one after the other in moodle 3.4.2+. To achieve this we created a new theme by modifying an Read more…

Check if a Section or Activity is accessible to user in Moodle

Author - Kritika Sood
|
0 Comments
|

In Moodle a course can have multiple sections and each section can have multiple activities in it. Moodle provides access restrictions feature in course in which we can impose some restrictions to section or activity based on date, completion, group ,score etc. If a user does not satisfy the required Read more…