Questions tagged as 'moodle'

0
answers

Installation Moodle connection error with the database [closed]

I'm trying to install the local moodle, I never moved with it, I'm following a few step by step but giving this error: Where can I check if the user of my DB is really root and no password? Thank you. ERROR    Error: Database...
asked by 11.01.2016 / 15:24
1
answer

How to optimize this query in MySQL that is very slow?

I'm doing a simple query in LMS Moodle to get the amount of access from all users. SELECT count(userid) as total, action, userid FROM mdl_logstore_standard_log log WHERE action = 'loggedin' GROUP BY userid The table...
asked by 11.09.2017 / 16:39
1
answer

How do I sign up for Moodle, and where is the data recorded?

I am developing a Moodle registration plugin which generates a bank account, but I have some doubts regarding the confirmation of the user's enrollment: What is the table responsible for enrolling a student in a course in Moodle? What woul...
asked by 17.09.2014 / 04:40
1
answer

How to get a list of all moodle questions and alternatives?

Hello, I am developing an android application with java for the moodle platform, and I would like to know if there is any function that returns a list with the quiz question and the alternatives. Something like this: { "question": "1 + 1 vale:"...
asked by 05.11.2017 / 01:01
1
answer

Moodle integration with third-party system

Hello, I have a cruel question today. I need to make the moodle portal work with users of an external system. Has anyone ever managed to do this with few changes to the moodle source code?     
asked by 21.08.2017 / 19:20
1
answer

Plug in video control in Moodle

Does anyone know if there is any module or tool that controls access to videos in Moodle ? I was thinking about creating something of the type, for example: The student started watching the video number 1 and stopped watching 23:12...
asked by 23.02.2016 / 14:47
1
answer

Retrieve ajax response value

I have a service that registers on a system (from the code below) var userstocreate = [ { username: '' + usuario + '', password: 'E@d123456', firstname: '' + primeiro +'', lastname: '' + lastname + '', emai...
asked by 19.01.2016 / 11:23
1
answer

Integration between Magento and Moodle

I want to sell courses from Moodle 2.6+ via Magento 1.7. The process flow is as follows: User creates an account in Magento (shopping cart). User purchases a course. After acquiring the course, the user can enter Moodle with the s...
asked by 06.02.2014 / 14:38
0
answers

Ionic Connection Problem

Good morning, I have a project in ionic, which for 2 days I can not get past the initial screen due to a connection error. However, I did not change the config files, and I have another version of it, in the play store, which it usually conca...
asked by 29.09.2017 / 13:20