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 13:19:08)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies
with Zend Extension Man...
I am upgrading the Moodle installation and changing look and feel, roles, etc. To do this i am imposing a content freeze on the existing version, copying the site to a new location, updating it, (we are making a lot of changes), then when ready moving the 'new' site to the old site location.
The problem is we have a number of people par...
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 some of the configuration options I should check for right off the bat when performance tuning Moodle?
...
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.
...
The particular comparison points are:
Ease of deployment/config.
Actual price of the software and infrastructure.
Customizability.
With the biggest traction out there on the market.
Moodle stood out as the most likely best option overall but does anyone have a suggestion of a better system? And why?
...
I've written this piece of code, which outputs the profile_display_fields for the $USER:
$appearance = profile_display_fields($USER->id);
if (empty($appearance)) {
//Do nothing
} else {
foreach ($appearance as $c) {
$custom .= '<a href=\''.$CFG->wwwroot.'/course/view.php?id='.$c->id.'\...
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 the next step?
...
There is a plataform like moodle made in django or some kind of interface django/moodle?
...
In Moodle 1.9.7, I need to allow the teacher to upload a file in the admin panel of a brand new assignment plugin.
When overriding the *setup_elements* function in my assignment.class.php, I'm doing something like:
$mform->addElement('file', 'foo', 'Label');
$mform->setHelpButton('foo', array('foo', 'Label', 'assignment/type/my_assignm...
I installed Moodle Kaltura module. When i try to access video resource type, it gives a registration page.
After i fill the registration page, I get the following error.
Your Kaltura registration failed.couldn't connect to host
Pls help.
-Vivek
...
i would like the student to view the lessons in an order. for example
topic 3 should not accessible until the student completes topic 2.
-Vivek
...
how moodle1.9 save user attempt quiz result in database and which tables are updated when any quiz has been attempted by user?
Please guide me.
If possible please updated me, which functions are used to insert user quiz attempted data in moodle1.9 database?
...
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?
...
In Moodle 1.9.7, is it possible to somehow specify a white-list of the allowed extensions for the user uploaded files?
...
1). i have some video files that will be played with the help of a video player.
2). i want to embed a video player in my script which will play these video files in moodle 1.9.
3). i can not upload those video files on some video hosting sites because those are copy protected.
How can i achieve such functionality
Please help
Thanks...
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 inserts all links and images in with the complete url instead of the relative url.
Is it possible using mod-rewrite to point all requests t...
Hello ,
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 like some kind of benchmark scripts that are somehow advanced and that can help me test the moodle performance.
Thanks in advan...
Hi,
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 to get the total time ! (cmi.total_time).
I have tested on 2 LMS :
On Ganesha the API.GetValue('cmi.total_time') is an empty string.
...
Hello,
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 to moodle. But moodle requires the user to log on again. How can I implement a single log on?
Thanks!
...
Hi All,
My requirement is to access moodle as a backend engine and front end will be mint in Java[jsf]
now I want to know that is there any interface available to access Moodle from Java , using WebServices or any APIs or anything.
Initially I tried using Sakai which is in Java, but the problem is there is no clear API written for it....