521 solutions found in moodle-core
Page 8 of 27votes
Can I install multiple `Moodle` versions on my local machine for development purpose? Currently, I've installed the latest Moodle `dev` version and it works...
votes
Hi I am a college student and a newbie in web service. I did some research about web services however, and I am going to add a web service to some websites in m...
votes
I am running xampp on an external facing server (i know people recommend against this, we've configured it pretty tightly [I think!]). We are using control...
votes
My Moodle user reports (generated by bulk user actions) are broken. When I download an Excel file of a list of users, the file I get is riddled with wrongly enc...
votes
I have some tables in moodle. how can I add a table in it? I built my table in xmldbeditor first. Then, paste the php code in db/upgrade.php and change it'...
votes
i am using Moodle and joomla , and i use joomdle , but i face this message >E_DEPRECATED errors are enabled in your PHP configuration this message descr...
votes
I have 3 different Moodle databases, each one represents a school, I want to built an external question bank that can be accessed by these 3 schools as follows...
votes
I'm trying to add a Java applet to my display.html for my new question type. But unfortunately an error appears, that *myapplet.class not found*. In fact...
votes
I am having difficulty getting started with interfacing my PHP script to [Moodle][1] 2.0 over the SOAP Web Service provided. Not knowing much about SOAP, I fig...
votes
Summary: I'm using xslt to convert data, and need to produce some <text> tags with CDATA inside and some <text> tags without. Is escaping the CD...
votes
My situation is, I have a .net 1.1 application to provide enrollment of courses, and some courses are provided by a moodle site. So when the user enrolls a cour...
votes
1. I have some video files that will be played with the help of a video player.<br> 2. I want to embed a video player in my script which will play these...
votes
Which InnoDB isolation level should be used with Moodle 1.9.X. The default is REPEATABLE READ, is it save, however, to use READ COMMITTED for better performace?
votes
I am in a process of integrating several websites/content management tools to try out some of my ideas. Over the past couple of months, I have discovered tons o...
votes
I'd like to be able to use these "best of breed" opensource solutions, with the only requirement of some sort of single-sign-on between the differ...
votes
I am trying to create a moodle block plugin, [here][1] is the source code, it is a very simple plugin with bar minimum code, [1]: https://github.com/Brav...
votes
I'm writing questions for an online test (held through Moodle) using R's `exams` package. Some of these questions include CSV files that students need t...
votes
I am writing an exercise in RMarkdown (usign knitr in RStudio) which includes one numeric question and one single-choice question. How can I produce the correct...
votes
I use Moodle 4.1 Need to run script with php cli which fills csv file with nearly million rows of data. ``` <?php define('CLI_SCRIPT', true);...
votes
Im trying to dockerize the moodle i've installed locally so it is easier for me to manage it when i elevate the moodle to "another level". In the...