2108 solutions found
Page 81 of 106votes
When setting quizzes in moodle i want to add sub questions with the main question. I tried more and more with the existing question types and plugins and could...
votes
I'm writing custom.php file to my moodle and i have question. 1. How to check if user is logged in and how to check his login ? 2.How to make my pa...
votes
I'd like to know which is the cleanest way to insert an url in an email sent by Moodle module. So far I'm using this formula, what IMHO I don't t...
votes
I need help to install moodle in mac with xampp. I don't know how to install it. Please help how to install these tools in my mac via command line or anythi...
votes
My scenario; A user in Moodle completes a course. I'd like to update an external database once this happens. My understanding is that the course_complete...
votes
I am a newbie to Moodle. I am trying to create a local plug which would do tasks (sending email) automatically when user is enrolled / unenrolled. While deve...
votes
I have a Moodle with a SSO. Users sign onto a site and click on a link to come to my Moodle. When they arrive, I want to enroll them on every course on my...
votes
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?