Moodle is an open source learning management system (LMS) written in PHP.

learn more… | top users | synonyms

10
votes
1answer
639 views

How to add a course to an existing user in moodle remotely?

I'm using LDAP to create users in Moodle. However, after creating an user (adding to LDAP and running the sync script) i want to enroll that user to a course. How one does that? :)
6
votes
2answers
4k views

Performance tuning Moodle

Our Moodle site is starting to see heavy use and as a result, the site is starting to slow down. I know it is specific to this site as others on it have no problems with large workloads. What are ...
5
votes
1answer
532 views

Convert VBScript to Javascript

Busy debugging a strange issue relating to the way some Flash content communicates a user's progress from a SCORM module back to Moodle. On IE 6, 7, 8, 9, Chrome and Firefox, everything works fine. ...
4
votes
5answers
900 views

video plug-in for moodle

currently the moodle that we are using doesn't have a video plug-in.i have developed a video plug-in for moodle.I would like to add the plug-in to the Moodle software that is being used in our ...
4
votes
1answer
47 views

How to manipulate URL inside ajax call?

I am trying to trigger an ajax call on change of a dropdown menu(at client_script.php). The ajax call will send some values to server_script.php and it will change a div section of the ...
4
votes
3answers
1k views

Magento and Moodle Integration

I have a project which requires me to setup an subscription-based online learning site using Moodle. I checked Moodle and it seems that it can handle this by itself. The problem is, the client won't ...
4
votes
1answer
239 views

base64_encode and serialize php function params

While browsing Moodle's source code I stumbled across this: repository/recent/lib.php public function get_listing($encodedpath = '', $page = '') { global $OUTPUT; $ret = array(); ...
4
votes
2answers
113 views

How can I fix the blocks in center post for all courses in Moodle 2.3

I have added 4 blocks in course page at center post (Bottom portion of the page) region per particular subject. These 4 blocks are positioned at center post using Pagelayout.css. When I manually add ...
3
votes
4answers
4k views

is there any API exists for Moodle?

I want to create a customized front end for Moodle. Does anyone know that from where I can get API for this? or any other help?
3
votes
2answers
1k views

Moodle 2.0 with Nginx backend

Hello I am looking for a tutorial on how to configure a server for Moodle 2.0 with nginx as the server and PHP-FPM or FastCGI with mySQL as the backend. Sorry if I am confusing these terms bit of a ...
3
votes
1answer
1k views

how to load external JS file into moodle?

how to load external JS file into moodle ? using moodle api ,i.e moodle libraries ..
3
votes
3answers
1k views

Passing credentials between sites

I am running two different sites on two different servers with two different domains. One site is running Joomla, the other Moodle. I have configured the Moodle server to base its authentication on ...
3
votes
1answer
57 views

how to get course id on moodle 2.4

I am working on a LMS project based on moodle . I need to get course id of currently open course. I tried following code: $coursecontext = context_course::instance($course->id); but this code ...
3
votes
2answers
597 views

Rewriting a Subdomain with mod-rewrite

I have a project that uses the moodle library. I had to change the URL from moodle.example.com to learn.example.com, due to a client request. I thought this would be an easy change, but alas moodle ...
3
votes
1answer
1k 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 user is enroled in specific course (an ...
3
votes
1answer
1k views

How to implement SSO with moodle and wordpress blog?

I have moodle installation and wordpress blog. When user logged on to moodle want to access wordpress blog. i want to implement sso with moodle(1.9.7) and wordpress(3.0.1) blog. I am using External ...
3
votes
2answers
691 views

the cmi.total_time parameter does not return anything

I am programming a SCORM 2004 product. I can update the session_time, it works. I can set the status (passed, failed, etc...) I also can get the cmi.location time. No problems ! But I don't succeed ...
3
votes
2answers
433 views

How to play back the recorded video after online class end in BigBlueButton

I have install plugin BigBlueButtonBN for Moodle to create an online class follow this link. This online class is recorded (Webcam, slide show, chat message). After online class end, when click to the ...
3
votes
3answers
2k 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 desktop (the core part of the code is ...
3
votes
1answer
779 views

dotNetNuke/Moodle integration

anyone out there have a moodle module for dotnetnuke, or some kind of integration setup that at least allows SSO?
3
votes
1answer
206 views

Moodle module type

I am tasked with writing a relatively small and simple PHP web app which will use a small database. Authentication for this will be through randomly generated hex keys in the query string which are ...
3
votes
4answers
977 views

Integrating iCalendar in Moodle

I am working on a Moodle project and I have downloaded and installed the latest build(1.9) on my system. I'm using this framework for the very first time so presently trying to get familiar with the ...
2
votes
5answers
845 views

PHP Get list of files from Directory (in Moodle)

I want to open a directory and read all the files inside and put them into an array, so far I have: $imagesdir = $CFG->dataroot.'/1/themeimages/'; Which gives me the path to the directory, whats ...
2
votes
1answer
7k views

Sending data through post method to an iframe

I have an iframe which is pointing to a moodle site. I need to pass to it my username and password, so that when the iframe is loaded, I am automatically logged in on moodle. So I have something like ...
2
votes
2answers
131 views

Web service in CMS such as DSpace, Moodle, EPrints, WordPress, Joomla, Open Journal System?

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 my institute to integrate data from them. ...
2
votes
2answers
793 views

how to make moodle offline

hi i'm pretty new to the moodle and i would like to get some idea on making the moodle offline and the synchronization techniques that could be used between the server and the clients. (for both db ...
2
votes
1answer
41 views

Exclusive test result viewing privileges in Moodle

There is a Moodle system with the following: There are 20 courses a year, every course has 2 teachers. In the end of each course there is a final exam. Right now - every teacher can see the results of ...
2
votes
2answers
376 views

How to manually create an user in Moodle?

I am trying to create an authentication plugin, but I am having problems when the user does not exist in moodle database. Therefore I am trying to find a way to manually create an user. I tried: ...
2
votes
2answers
1k views

Integrating Drupal + Moodle + MediaWiki with OpenID

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 different sites. I don't want my users having to log-in in 3 ...
2
votes
2answers
2k views

Moodle how to find out the role of the logged in user

recently I am working with moodle in order to implement a context-aware block on it which could suggest the right quizes to its users based on their moods. What I need to know now is I need to know ...
2
votes
1answer
454 views

Add Java applet to my new question type in Moodle?

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 it is on the same folder with display.html and ...
2
votes
3answers
256 views

What is optimal isolation level for MySql using InnoDB running Moodle 1.9.X

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?
2
votes
2answers
4k views

PHP xmlrpc extension and MAMP

I am trying to get the xmlrpc extension to work for php5 in MAMP (1.8.4). I checked what version of PHP 5 was installed: $ /Applications/MAMP/bin/php5/bin/php -v PHP 5.2.11 (cli) (built: Dec 12 2009 ...
2
votes
2answers
90 views

adding a table to moodle database

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's version to date (2012103000). finall I ...
2
votes
1answer
315 views

js_init_call gives Cannot call method 'init' of undefined in Moodle block plugin

I have a moodle block plugin where I'm trying to include javascript in the page. No matter how I try, the javascript called by the js_init_call always throws an error instead of running I've tried ...
2
votes
4answers
136 views

Make common login between joomla and moodle?

I am new in joomla and moodle customization. please help me in how to make common login between joomla and moodle both plate form?
2
votes
1answer
223 views

Add new tables to moodle database

I just want to know is it ok to add new tables to the moodle database or should I create a new database for that? I need a table to save a unique id and a token in one table and client's ip address, ...
2
votes
3answers
144 views

Multiple results in my query?

Hi i'm new to stack so please bare with me. Basically i am using the Moodle database to query the latest forum posts made by students and teachers for the relevant course they are enrolled in. Here ...
2
votes
2answers
113 views

Extend to select based on data range

I've got the following MySQL query: SELECT concat('<a target="_new" href="%%WWWROOT%%/course/user.php?id=1&user=', u.id, '&mode=alllogs">', ...
2
votes
2answers
1k views

Calling Moodle functions from PHP over SOAP

I am having difficulty getting started with interfacing my PHP script to Moodle 2.0 over the SOAP Web Service provided. Not knowing much about SOAP, I figured I would simply connect and go from ...
2
votes
1answer
129 views

Integrate Moodle and .net 1.1 application to single log on

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 course and he will be provided the URL link ...
2
votes
1answer
524 views

J-Meter - Moodle test scripts

I just learned how to use J-Meter and i am loving work with it. I have to do load testing for a moodle install . I wonder if there are any set of jmeter scripts to test moodle that i can re-use or ...
2
votes
2answers
4k views

How can i embed a video player in moodle.?

I have some video files that will be played with the help of a video player. I want to embed a video player in my script which will play these video files in moodle 1.9. I cannot upload those video ...
2
votes
2answers
2k views

Adding custom CSS into a new Moodle assignment

I'm working on a new Moodle Assignment plugin. How can I include a custom CSS to my plugin? I'm using Moodle 1.9.7. Thanks in advance.
2
votes
0answers
119 views

How can I use the External Database connection In Magneto ?

This is my core PHP code which is used in Magento... $model_moodle = mysql_connect("localhost","root","123456") or die("Unable to connect to MySQL"); //select a ...
2
votes
0answers
126 views

Moodle Database API error : Get quiz marks for all sections of one course for one user

I am trying to get total marks obtained by a particular user, for a particular course for all the sections of that course. The following query works and gives correct results with mysql, but not with ...
2
votes
1answer
275 views

Moodle, upload and store files using moodle forms

I'm having some dificulties implementing a moodle upload mechanism using moodle forms. My goal is to let the user/administrator upload images, store them and access later in a block. Currently, I ...
2
votes
1answer
402 views

quickforms and moodle

Please help me, does anybody know where I am going wrong, this is starting to annoy me. I am using moodle 2.2 and quick forms, it saves to the database on submit but then returns to the form with ...
2
votes
3answers
514 views

How to use streaming video in moodle 2.2

I used Moodle 2.2. I have a video streaming server is used to Red5. I want to use this server to play the video on moodle. In moodle 1.9, i found WebClass plugin for streaming video on Moodle from ...
2
votes
1answer
259 views

RESTEasy mapping a “legacy” Moodle REST service

I'm trying to map a "legacy" REST server using RESTEasy client. The urls of this ws are mapped like this: ...

1 2 3 4 5 9