521 solutions found in moodle-core
Page 9 of 27votes
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...
votes
I am using `exams2moodle()` to create exam quizzes. I would like to use some math symbols which require the LaTeX package `amssymb`. How should I proceed?
votes
I use Moodle on centos7 with Php, Mariadb, Nginx. There are huge number of users that use this Moodle. If the number of users grows more than 300user per sec, t...
votes
I want to generate a matrix with random entries such that the determinant of that matrix is not zero using Maxima and further down the line implement this in ST...
votes
I am trying to customize my Moodle mobile app. I done all the process in github and phonegap. my phone shows a white screen while starting itself. I added r...
votes
I have problem transferring the Moodle e-learning to another server [![enter image description here][1]][1] the error is not helpful, I have tried changing th...
votes
We are using Moodle 3.1.1 and trying to find a way to "Mark activity Complete" (via a link or button) from within each activity instead of going back...
votes
I am using Moodle 3.1+. I have used filepicker to upload a file. It is working fine. But filepicker only shows the uploaded file name. I want to show the uplo...
votes
I have created 2 user profile fields Employee ID (shortname:employeeid) Organisation (shortname:Organisation) Here is my code: SELECT...