2108 solutions found
Page 104 of 106votes
I forked a repo from Github. On doing `git remote -v` it displays: origin https://github.com/myusername/moodle.git (fetch) origin https://github.c...
votes
I have recently contributed some code to Moodle which uses some of the capabilities of HTML5 to allow files to be uploaded in forms via drag and drop from the d...
votes
I'm running into a rather strange issue. I'm trying to log into a remote moodle install using curl from PHP. I have a curl command, which works pe...
votes
**UPD**. I solved the problem. Let `DP[i][vertex_a][vertex_b]` is the state with `i` cities visited and two players standing at vertices `vertex_a, vertex_b...
votes
I'm trying to figure out the best workflow for maintaining a local copy of a github-hosted project (moodle) with customizations, while maintaining the abili...
votes
I've been looking at options for internationalizing an open source project: * Gettext, which everyone seems to recommend, apparently needs locales to be...
votes
I just want to edit/amend the text of an older Git commit. I ran the following: $ git rebase -i a41a407d6f53328d49267e6a8429b9492f023629 error: T...
votes
I am trying to understand more complex graphql apis that implement the [Relay Cursor Connections Specification][1] If you look at the query below that I run...
votes
Our masters thesis project is creating a database schema analyzer. As a foundation to this, we are working on quantifying bad database design. Our supervisor...
votes
I need to import a bunch of user accounts Moodle into a system written in c#. Moodle uses password_hash() function to create hashes of passwords. I need to...
votes
I was looking for the proper SQL queries for retrieving all students enrolled in a certain course, or all courses a certain student has enrolled in, on **Moodle...
votes
how to load external JS file into moodle ? using moodle api ,i.e moodle libraries ..
votes
On a Moodle-enabled site, I want to give users some coupons. I made it to check if the user is logged in, but I also want to check if the current logged in...
votes
I've just sended a messege to the server admin asking if he can set the cronjobs on the server and he asked me to tell him if everything is working right. H...
votes
I have a an XSD which validates my XML file. The problem is that it works for one element, but when I have more than one it doesn't work and I can't fin...
votes
I am looking for an alternative to `Moodle`. I searched and found `pinax-lms-demo`, which was Django-based; and `Astra` which was Rails-based, but both we...
votes
I have a Moodle installation that I migrated to another server and I need to change several references to the old domain. How can I replace a string for anot...
votes
I'm trying to get json data by calling moodle url: https://<moodledomain>/login/token.php?username=test1&password=Test1&service=moodle_...
votes
I'm creating a custom moodle local plugin, but I'm not finding any help regarding this. Can someone help and give me general layout of the local plugin...
votes
The password for an admin login in a moodle platform is lost. I have access to the phpMyAdmin. I went to the mdl_user table and there I can see or edit th...