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

learn more… | top users | synonyms

0
votes
2answers
92 views

Moodle module no database

I want to develop a module for Moodle 2.0 that doesn't need database. How should I fill the install.xml file when I will not have tables in the database? Thanks for the help. Greetings!
0
votes
0answers
125 views

Moodle Validate User Profile Fields Required for administrator(Addnewuser,SignUp) [closed]

Ive got a small issue while using custom user profile fields. I would like to have 4 additional fields shown in the user profile(Sign Up, Create New User Pages). I have been able to do this through ...
1
vote
1answer
81 views

Moodle merge user accounts [closed]

I have a moodle instance and currently have a user who has completed courses with an old moodle account and a new account. The user currently has two separate IDs. For the client's operational ...
1
vote
1answer
48 views

Accessing moodle's ques(tion) bank

I am creating an online learning platform where we are using Moodle for entering and storing the Questions. I need to create a wrapper using which I can access Moodle's question bank from my ...
2
votes
1answer
312 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 ...
1
vote
1answer
138 views

ERROR: Problems trying to get index of users! using moodle authentication module of drupal services

Currently I am working in Drupal 7 & Moodle2.3 Integration, but I got error "ERROR: Problems trying to get index of users! " ...
0
votes
2answers
173 views

Downloading a file in csv php

I've written a function to download a file in csv format in php which goes as follows:- function report_download_csv($fields, $data, $filename) { global $CFG; ...
0
votes
1answer
137 views

Create forum in Moodle via external PHP

I would like to create a forum into a Moodle course (specified by the user) using PHP. I've tried to search it for the net but I haven't found nothing, even in Moodle webservices (in which I cannot ...
0
votes
0answers
168 views

Moodle SSO Integration via REST

Im looking to integration a database of people I have to allow for SSO into Moodle. I've done integrations before with other platforms but I cannot seem to get this one to work! I am using the REST ...
0
votes
0answers
71 views

Moodle web service to DotNetNuke

Got a job to integrate the course list of users on Moodle with a student portal running DotNetNuke. What's the best way of achieving this? I have seen Moodle has web services that can be enabled, ...
0
votes
1answer
162 views

Access Moodle webservices

I am trying to communicate with a moodle2 instance via json web service protocol. I can't get it working, no matter how long I tried. I generated an API key which I use for calling the following url ...
1
vote
0answers
166 views

initializing scorm using APIWrapper.js always return false

i am new for scorm, i found library on http://pipwerks.com/downloads/ i try by using the sample in scorm cloud and it worked. //Using pipwerks namespace, SCORM 1.2 var success = ...
1
vote
1answer
54 views

Moodle errors with Debian Warning: mkdir()

Right now I have Debian running Moodle 2.3 and when I imported the database over I get these errors when connecting to the Moodle homepage. http://pastebin.com/NKEWXZdp What am I doing wrong? I set ...
4
votes
1answer
238 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(); ...
-1
votes
1answer
57 views

moodle theme compatibility issue [closed]

I have an issue with theme in moodle, when i am trying to apply a theme copied from moodle 2.0 to moodle 2.3, its not working well with how we have configured our Ubuntu server. No Blocks are showing ...
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?
0
votes
1answer
707 views

how to configure Joomdle Web Services in joomla? [closed]

I have use joomdle for joomla and moodle, both for platform integration. But in in joomla joomdle web services are not enables. Please help me with this problem.
1
vote
1answer
62 views

Permanently show block in Moodle?

Is there a way to permanently show a block within Moodle? I am working on configuring a theme, and I wanted to know if there's a way to ensure that a block is visible no matter which page you're on.
1
vote
0answers
46 views

Certain SQL Calls Failing From Server but Work in phpmyadmin [closed]

We have a script that we use for system administration which creates a Moodle course from a template using a chain of dynamically generated SQL queries. Quite recently (overnight, inexplicably) some ...
0
votes
1answer
158 views

Uni code error while installing moodle

This is my first time that I am installing moodle. on server checks page, it is saying me to install uni code with this message It is required that you store all your data in Unicode format (UTF-8). ...
0
votes
0answers
88 views

Setting moodle online

Good day everyone, I have been trying to put my moodle online so pcs from internet can access it, but until now, no luck at all. (Im using moodle 2.3.2 on Windows Server 2008 and IIS 7). I tried to ...
0
votes
1answer
135 views

How to add search form in moodle?

I'm making one custom theme in moodle framework. i want to add search form in header. how can i? something like <?php get_search_form(); ?> in wordpress. thanks
0
votes
1answer
50 views

When install new module/blocks get error Non-standard(about to be installed) in Moodle? [closed]

I got error "Non-standard(about to be installed)" When installed new modules/blocks, have any idea what's the issue?
0
votes
1answer
182 views

moodle: metro like theme

I'm looking for a theme metro-like (windows 8) for moodle. If anyone knows some open source project to join or start with. Otherwise I will implement by myself.
0
votes
0answers
174 views

Intl extension in IIS moodle

I am trying to install intl extension in moodle which is a php application. I've added the lines extension = php_intl.dll and [intl] intl.default_locale = en_utf8 intl.error_level = E_WARNING in ...
0
votes
1answer
970 views

In which editor or software to open .mbz file format of moodle backup? [closed]

In which editor or software I can open .mbz file format of moodle backup file?
0
votes
2answers
45 views

How do I edit files in place that were uploaded to Moodle?

I would like a better workflow for debugging uploaded SCOs. As things are, I must edit a file in the activity, repackage, upload, and test. Often, I just need to change a single line of code. It ...
0
votes
0answers
27 views

How to make custom backup format in Moodle?

How to make custom backup format in moodle? Is it possible to develop custom backup format in Moodle? Then please suggest me how to do this?
0
votes
0answers
547 views

Modx -> Moodle single sign on using curl

I'm trying to write a SSO plugin for Modx so that users logging into modx also get a Moodle session, I think the easiest way to do that would be to use curl, retrieve the session cookies from moodle ...
0
votes
1answer
760 views

How to increase the maximum allowed upload filesize for Moodle

I've tried all of the suggestions that I've found and haven't succeeded in eliminating the error message: The page at [ip address] says: [filename] is too large to upload I'm running Ubuntu 12.04.1 ...
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 ...
1
vote
2answers
320 views

Moodle and SCORM .zip packages

I have a scorm package that works in Moodle. However, if unzip it to a folder and then rezip it and try to use it I get the following in Moodle: "Incorrect file package - missing imsmanifest.xml or ...
1
vote
1answer
43 views

How to modify section 0 in Moodle 1.9?

I want to have resources at section 0, just like the http://moodlecommons.org site does. I found the code for section 0 at \course\format\topics\format.php but I don“t know where to modify the ...
0
votes
2answers
142 views

Moodle 2.2.3 TinyMCE loads slowly

In Moodle 2.2.3, after 10-12 seconds TinyMCE (TinyMCE HTML editor; editor_tinymce; Standard; 2012030300) buttons will show up (loads very slowly). Where problem lies? Can't figure out how to speed ...
0
votes
0answers
123 views

AICC wrapper for Flash

I have searched and searched and searched. I have had no luck trying to figure out exactly what I need to do. Basically my company is going backwards because of a vendor. We have a html wrapper for a ...
0
votes
0answers
117 views

Variables disappearing from moodle form

I would really appreciate any help with this. I have two classes, one which extends moodleform and one which is responsible for creating it and displaying it etc. The one which creates it, first ...
2
votes
1answer
221 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, ...
0
votes
1answer
54 views

Create link in top navigation to course history

I'm trying to add a static link to the top navigation bar for the logged in users "Grade" page. Is there anyway to make this possible? Creating the link without the "user" parameter results in error.
1
vote
0answers
184 views

Upgrade Moodledata from 1.9 to 2.2

I have a custom module in Moodle 1.9 I have to update it to 2.2. The problem is the Moodledata I have some file to be stored in moodledata and that has to be converted to 2.2 and I dont know how ...
0
votes
1answer
534 views

optional_param in form

I have a question about the optional_param function in a form in PHP (version 5.3.14) After looking over why certain fields were not being saved in a form I have, I realised that this data... ...
2
votes
1answer
399 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 ...
3
votes
2answers
431 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 ...
0
votes
1answer
91 views

Moodle two Columns in a topic

I want to have similar layout in Moodle like the one here http://moodlecommons.org Basically I want to have an Image at the left and the activities at the right of one topic. I tried to use Labels ...
0
votes
0answers
27 views

Can i manage more than one server from my own server?

I've created three websites, and using Moodle LMS, created three branches on different locations. Each branch is allocated with a manager, and the requirement is that a manager should be able to ...
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 ...
0
votes
0answers
55 views

How do I get the Youtube embed code to stop erroring out in Moodle?

I embedded a video using the embed code that Youtube provides and it gives me random, literally random "Cannot load plugin" message with a grey box. I noticed it only happens in Google Chrome. I would ...
0
votes
1answer
192 views

Moodle: Automating user/course creation and enrolments

I had a look at the documentation on enrolments, but all the enrolment methods seem to involve some interaction with the GUI. Is there a way to script enrolments? Something like: ...
0
votes
2answers
378 views

Getting moodle version info, no admin access

Is there a way to obtain version info for a moodle site using only "teacher" level access? It seems as though this ability was removed in versions 1.9.7 and above. I'm trying to automate the process ...
0
votes
2answers
65 views

Moodle php-extension error

I have a problem with moodle. How come the errors are still there even if I have installed all the php_extensions. Attached below is the error that I have. And this is the link of my phpinfo() : ...
0
votes
1answer
106 views

Moodle 2.x task automation for create / copy course

is there a good clean way in moodle to programmatically create new courses and copy old courses? At the moment I try to figure out whats possible with moodles webservices, since the cli scripts are ...

1 2 3 4 5 9