521 solutions found in moodle-core
Page 19 of 27votes
I have in my Moodle `db` `table` for every `session` `sessid` and `timestart`. The table looks like this: +----+--------+------------+ | id | sessid...
votes
I can't seem to get the SQL IN operator to work with the correct moodle way of inputting variables into the sql string. When I do this: $activitie...
votes
I am trying to use jQuery in a module I am building for Moodle but I am facing a lot of problems. Based on the quide here [Moodle Docs][1] I created the fold...
votes
I have an native Android **Moodle** based application wherein I have to display the courses which are in **SCORM** format in the application. Can someone ple...
votes
I created a **new user** in a **moodle** site and I want to assign **teacher role** to this user. I tried to achieve this using the below steps: 1. Site...
votes
Hey I just started using moodle and the first problem is: how to I add pages e.g. About us , Contact us. Do I have too add it manually? Where do I have too c...
votes
I'm developing a moodle site where I have to use an external service for authenticating users. This SSO service should be the only form of authentication....
votes
I need to locate where the logging data is stored in Moodle. In the Moodle database there is a table called 'log' where log data is stored. However, I c...
votes
I usually use wordpress, and i can at any time, download a demo data, to test a full functional website wordpress with demo data ( i import xml file with wordpr...
votes
I have been asked to create an engine that transform our data on SQL to Moodle data (user, courses, enrollments). i got stuck at a point where i need to enro...
votes
I have been asked to create an engine that will take a course(name, short-name, category) from our local database and add it to moodle. I am thinking of usi...
votes
We have `Moodle` `plugin`, where we add the `travel time` of each employee. Until now, we calculated the duration of the travel time in `days`, as we added th...
votes
I have a very large Moodle `.mbz` backup file of a single course - Slightly over 1GB. I need to upload this backup to the server, but of course the file manager...
votes
I am very new to Moodle. When i am trying to install this i got this issue(Please ref screenshot). [![enter image description here][1]][1] [1]: https:/...
votes
I'm having troubles setting up a moodle instance behind an apache proxy. Here's my apache front-end that proxies to the running server. <Vi...
votes
I'm trying to access the web services of a Moodle installation I have using Python's requests library. I have the API's documentation and an exampl...
votes
so i want to build mobile app with flutter like moodleApp, so that app just fetch api from the existing moodle web, then, does moodle provid API to be used fre...
votes
currently the moodle that we are using doesn't have a video plug-in.i have developed a video plug-in for moodle.I would like to add the plug-in to the Mood...
votes
I am programming a SCORM 2004 product. I can update the session_time, it works. I can set the status (passed, failed, etc...) I also can get the cmi.location...
votes
Currently I'm using moodle to create a site. I want to create a function if user not login they will redirect to the login page. How can I do that in mood...