Tagged Questions

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

learn more… | top users | synonyms

10
votes
1answer
225 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 add a course to that user. How one does that? :)
4
votes
2answers
2k 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 ...
3
votes
2answers
430 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
301 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
4answers
674 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 ...
3
votes
3answers
908 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
570 views

dotNetNuke/Moodle integration

anyone out there have a moodle module for dotnetnuke, or some kind of integration setup that at least allows SSO?
2
votes
2answers
44 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
3answers
156 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 ...
2
votes
1answer
85 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 ...
2
votes
1answer
210 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
2answers
150 views

how to load external JS file into moodle?

how to load external JS file into moodle ? using moodle api ,i.e moodle libraries ..
2
votes
1answer
68 views

Moodle - terms of agreement activity

I'm creating a moodle site for school students with couple courses. When they start the course, i want to have a page like terms of agreement with a check box. the students should be able to proceed ...
2
votes
1answer
65 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
3answers
175 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
5answers
507 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
2answers
929 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
2answers
944 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
4answers
775 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
3answers
880 views

School Management Software (NOT Content Management System)

I'm looking for management software for schools, that provides management for courses, students, registrations, classes, etc. Can any one name some free ones? I prefer Java/(j)Ruby but any good stuff ...
1
vote
0answers
10 views

Moodle IIS Crash

I have a fresh install of Moodle 2.1, PHP v5.3, Windows Server 2008 R2, IIS, MySQL, 3GB Ram, 4 CPUs. I use Moodle as a VLE for a School, but have recently been having problems with it not responding ...
1
vote
0answers
14 views

Moodle Installation Error

I have my moodle setup using this guide ( Ubuntu 11.04 ) http://docs.moodle.org/dev/Install_Moodle_On_Ubuntu_with_Nginx/PHP-fpm I am having an issue installing moodle at this step: moodledata dir ...
1
vote
1answer
20 views

Issue installing my own block in moodle 2

I'm using moodle 2. I want to add my own block, so I visited the oficial moodle page in order to learn how to add new blocks. I've created the same code in the page, but when I click upgrade, the ...
1
vote
1answer
52 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 ...
1
vote
1answer
57 views

moodle: SQL where clause from stdclass object

Im using moodle and function get_course_students to get a list of students $students = get_course_students($course->id, 'lastname'); echo print_r($students); This outputs: Array ( [4382] ...
1
vote
2answers
34 views

mod_rewrite fails to redirect into the lib folder

I've got a rewriterule that works for everything except the lib folder. The rule is RewriteRule ^/uk(.*) $1 It's one of a much more complex set of rules but I've disabled all but this one. The rule ...
1
vote
1answer
112 views

Help pertaining to cURL on Moodle

Good day everyone. I'm currently programming in Moodle. Since I haven't got any answers yet in their forums I will have to ask it here because I really need help badly. How can my cURL bypass Moodle ...
1
vote
2answers
217 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 ...
1
vote
1answer
165 views

using flash media server with moodle whiteboard

I am trying to use flash media server with moodle [Course Management System] to use it the steps tells me to add this line of code : $CFG->fms = 'YourFmsLink'; as following this link : ...
1
vote
1answer
177 views

Path to profile picture in Moodle?

I was programming something in moodle web-application and was looking into retrieving the path of the user profile images. I assumed I could find the path somewhere in the database but I only got to ...
1
vote
1answer
100 views

Moodle, PHP and using external APIs

I am new to Moodle and PHP, so I may be asking for the impossible or just the impractical. I am wondering how I might go about allowing client applications (written, perhaps, in C++, Java, AS3/Flash) ...
1
vote
1answer
140 views

Authentication without password on Moodle

Actually I am trying to integrate my system with moodle. I need a functionality that supposed to work like that: Login into my system (same username as in moodle db) User decide to switch to moodle, ...
1
vote
2answers
87 views

Integrating my Java app with moodle

I have a java based application that manipulates a mysql database. I would like to integrate this particular application with an installation of moodle. Kindly let me know the procedure. I am kind ah ...
1
vote
2answers
268 views

Moodle export to excel headers already sent warning

I hope somebody here can help me I am getting the following warning in PHP when I export a report to excel. The moodle version is 1.9.9. Warning: Cannot modify header information - headers already ...
1
vote
0answers
156 views

Why aren't my php moodle OK Tech webservice methods shown on my windows phone 7 project?

I'm a student and I'm building a Moodle client for Windows Phone 7 to learn about the interoperability between WP7 and PHP. First of all, of course I have to make a call to the Moodle webservice. I ...
1
vote
2answers
141 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 ...
1
vote
3answers
1k views

How to Install PHP 5.2.8 on Ubuntu 10.10 [closed]

I don't have a lot of experience with Ubuntu or install PHP. I've successfully installed Ubuntu 10.10 on a test box, along with Apache and MySql. I tried installing Moodle a few times but a lot of ...
1
vote
2answers
371 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 ...
1
vote
1answer
498 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 ...
1
vote
1answer
63 views

MySQL ordering by a nextid column

I'm trying to pull some info out of a Moodle database. There is one part that has a list of questions that you can order in whatever way you want through the Moodle interface. However, the way it ...
1
vote
0answers
58 views

Add a test to each question in moodle

Hi I want to automatically create a test for each question that is created in order to make the questions gradeable. I already created a filter that displays a preview of the questions that they have ...
1
vote
1answer
283 views

best Social Network for Moodle integration?

I´m going to set-up an adapted social network for my company and I need to be logged through moodle so I´m looking for the best option... any suggestion? i´m gattering information about elgg, mahara, ...
1
vote
2answers
135 views

How to enable Objects inclusion inside the HTMLEditor of Moodle?

How can I add a Flash/Object button in the HTMLEditor of Moodle ? I am looking for the same kind of button as the link button, with a browse proposition that allows me to link a swf file in the ...
1
vote
3answers
243 views

Xslt produce some <name> tags with CDATA and some <name> tags without?

Summary: I'm using xslt to convert data, and need to produce some tags with CDATA inside and some tags without. Is escaping the CDATA sections my only option? I'm attempting to convert data I ...
1
vote
1answer
335 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 ...
1
vote
2answers
2k views

How can i embed a video player in moodle.?

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 ...
1
vote
1answer
215 views

PHP Function Help

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 ...
1
vote
1answer
125 views

Import course information from one Moodle to another

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 ...
1
vote
3answers
2k 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?
1
vote
1answer
563 views

Need help debugging a custom authentication plugin for Moodle

I'm trying to authenticate against the user db of my website (CMS based) and it uses a slightly different approach at storing hashed passwords. It uses a randomly generated salt for each user. The ...

1 2 3