Totara LMS is an open source distribution of Moodle developed for the corporate and government market.
Questions tagged [totara]
12 questions
1
vote
1 answer
Instance php7.2 php-xml, php-soap on aws ec2 instance running under centos
I really really need help getting moodle up and running on one of my aws ec2 instance, I am facing difficulty installing and enabling php-xml extension on centos. I tried all the solutions available online, but none worked for me.
Here is what i…

Gaurav Mehra
- 471
- 7
- 20
0
votes
1 answer
New enrolment method is not working properly in Totara (Moodle)
I am trying to add a new custom enrolment method to a base Totara (Moodle) installation. I decided to copy the existing "Self enrolment" enrolment method, because it is relatively simple and therefore seemed to be a good starting point for my custom…

Ward Vandevoort
- 1
- 1
0
votes
1 answer
Moodle role permission 'mod/certificate:manage' what ability does it give?
I would like to know what are the abilities provided when this moodle role permission 'mod/certificate:manage' if allowed for a role. Please, help. And how can i find out?
I don't have anything here…

priya
- 21
- 5
0
votes
1 answer
How to customize $mform->createElement in moodle
$attr = "onChange = alert('hi');";
$objs = array();
$objs[] =& $mform->createElement('select', $this->name.'_op', null, '',$this->get_operators(), $attr);
The above is my code, here javascript not added in my select box.
Actually the…

jayavel
- 23
- 5
0
votes
0 answers
What happens in mysql if the database is updated during a lengthy select?
So I have a fairly lengthy Select Statement (~5200 seconds), used for generating a report.
It accesses a dozen or so tables etc. ...
What happens when anything is written to the server on any of these tables, during my select statement?

Julian Kurz
- 93
- 1
- 9
0
votes
0 answers
What, if anything, does it tell me when my application freezes, but my database is operational
So i am currently tasked with tuning the performance of a rather large report, generated by my application.
I wager I will have to solve this with using a materialized view, but that is not entirely the point. I observed something curious, I…

Julian Kurz
- 93
- 1
- 9
0
votes
1 answer
Moodle: Files uploaded via File API get corrupted when viewed
So I am developing a new course-format, in which a picture is associated with each activity in a course, and presented visually. I created the course format, overrode the renderer etc. That worked all fine. However, the images are supposed to be…

Julian Kurz
- 93
- 1
- 9
0
votes
1 answer
Remove Turn Editing on for courses in Moodle/Totara
I have a bunch of custom user groups. I need to change the permissions for one of the user groups so they don't see "Turn editing on" button or link. I figured out a way to do this in a reports section. I can't figure out a way to do this for…

Chris
- 486
- 3
- 8
- 22
0
votes
1 answer
Enable completion tracking via csv for Totara bulk course upload
I need to upload a little over 2000 courses to Totara V2.6.
Doing this with a .csv file isn't normally a problem but I need to set "Enable completion tracking" and "Mark as In Progress on first view" to yes/checked for the courses.
Here is an…

Daniel_ZA
- 574
- 11
- 26
0
votes
0 answers
Combine the reports from two activity modules in Moodle
I have two different activity modules, the first is a standard Moodle module and the second is developed by me.
In each of them we…

freudsfreund
- 143
- 2
- 20
-1
votes
1 answer
Create a local plugin in moodle/totara that enrolls users in every course on user creation and enroll all users on course creation
how to create a local plugin in Moodle or Totara that enrolls users in every course on user creation and enroll all users on course creation.

Shanoo
- 1
-1
votes
1 answer
Create a custom block in totara
I want to create a block in Totara that would contain my custom content.
I did not find on interface where this can be done.
I want this in short time so if anyone could answer will be a great help
Thanks.

Neha
- 143
- 4
- 19