LMSouq

Knowledge Base

Browse Moodle Solutions

2108 solutions found

Page 104 of 106
0 votes
0 ans
3 views
Git is not showing all branches on local

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...

moodle-core
CO
asked 1 month ago by Community Contributor
0 votes
0 ans
3 views
Detecting folders/directories in javascript FileList objects

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...

moodle-core
CO
asked 1 month ago by Community Contributor
0 votes
0 ans
3 views
cURL works from Terminal, but not from PHP

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...

moodle-core
CO
asked 1 month ago by Community Contributor
0 votes
0 ans
3 views
Best way for three people to visit some graph nodes in a given order

**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...

moodle-core
CO
asked 1 month ago by Community Contributor
0 votes
0 ans
3 views
Git workflow: forking a project and maintaing a local modified copy, but keep up to date

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...

moodle-core
CO
asked 1 month ago by Community Contributor
0 votes
0 ans
3 views
Use PHP Gettext without having to install locales

I've been looking at options for internationalizing an open source project: * Gettext, which everyone seems to recommend, apparently needs locales to be...

php-dev
CO
asked 1 month ago by Community Contributor
0 votes
0 ans
3 views
Git won't let me rebase (untracked files would be overwritten). What should I do?

I just want to edit/amend the text of an older Git commit. I ran the following: $ git rebase -i a41a407d6f53328d49267e6a8429b9492f023629 error: T...

moodle-core
CO
asked 1 month ago by Community Contributor
0 votes
0 ans
3 views
What is the reason for having edges and nodes in a connection in your graphql schema?

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...

moodle-core
CO
asked 1 month ago by Community Contributor
0 votes
0 ans
3 views
Bad real-world database schemas

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...

moodle-core
CO
asked 1 month ago by Community Contributor
0 votes
0 ans
3 views
looking for c# equivalent of php's password-verify()

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...

moodle-core
CO
asked 1 month ago by Community Contributor
0 votes
0 ans
3 views
SQL query for Courses Enrolment on Moodle

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...

moodle-core
CO
asked 1 month ago by Community Contributor
0 votes
0 ans
3 views
how to load external JS file into moodle?

how to load external JS file into moodle ? using moodle api ,i.e moodle libraries ..

moodle-core
CO
asked 1 month ago by Community Contributor
0 votes
0 ans
3 views
Check if user is enrolled in specific Moodle course

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...

moodle-core
CO
asked 1 month ago by Community Contributor
0 votes
0 ans
3 views
How can I tell if moodle cron is working?

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...

moodle-core
CO
asked 1 month ago by Community Contributor
0 votes
0 ans
3 views
How to specify repeated elements in XSD

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...

moodle-core
CO
asked 1 month ago by Community Contributor
0 votes
0 ans
3 views
LMS in Python/Django/Ruby/Rails/PHP

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...

moodle-core
CO
asked 1 month ago by Community Contributor
0 votes
0 ans
3 views
How can I replace a string in a MySQL database for all tables in all fields in all rows?

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...

moodle-core
CO
asked 1 month ago by Community Contributor
0 votes
0 ans
3 views
Getting JSON Object by calling a URL with parameters in PHP

I'm trying to get json data by calling moodle url: https://<moodledomain>/login/token.php?username=test1&password=Test1&service=moodle_...

moodle-core
CO
asked 1 month ago by Community Contributor
0 votes
0 ans
3 views
How to create moodle local plugin

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...

moodle-core
CO
asked 1 month ago by Community Contributor
0 votes
0 ans
3 views
Manually change the moodle admin password with acces to phpMyAdmin or create another admin account?

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...

moodle-core
CO
asked 1 month ago by Community Contributor