2109 solutions found in plugin-api
Page 82 of 106votes
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...
votes
I am working on an advanced grading plugin and have added a button to the grading screen, that changes the content of the (atto) editor via .setHTML in js. How...
votes
I am running a moodle docker container and one other container to call moodle web service function in a same network. I'm pretty sure I have set up the mood...
votes
I extracted records from the database and assigned them to the variable `$results` and I'm trying to loop through this array of objects but can't access...
votes
when i try get the feedback items, i receipt only the first column, why? ``` SELECT u.firstname as "Usuario", CASE WHEN i.name = 'task 1...
votes
So, I'm new to Moodle and I'm creating a custom theme (child theme of Boost). I'm a attempting to insert an image from the pix directory into the...
votes
I tried to adapt the `Rlogo.Rmd` exercise from R/exams but the inclusion of the statitic image does not work. It does not appear in Moodle or HTML and I don'...
votes
When I export the xml file of a multiple choice question, it contains the following lines: <idnumber>arbitrary_id_set_by_user</idnumber>...
votes
I created quizzes in r/exams that contain "num" and "string" Answer fields which I am using in Moodle. I would like to give negative points...
votes
Because of an excellent answer here in the forum, I was able to find out via sql which Moodle courses a certain Moodle user is enrolled in. I have now used t...
votes
I have created a XML file using R-exams out of just a single exercise to be imported to Moodle. I would like to view it before uploading it in the Moodle questi...
votes
Is it possible to intercalate questions with the response options in a cloze item (Moodle)? Example: From this: [![enter image description here][1]][1]...
votes
I set up a Moodle platform, which should have the same content as an old Moodle platform which is running in another server. The old platform is version 1.9, th...