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

learn more… | top users | synonyms

0
votes
0answers
3 views

how to do Scrom tracking offline?

As far i read about scrom and lms . In scrom there is a manifest file and JavaScript files . Js files communicate with the LMS. So i wanna develop a offline system which track the scrom off line . ...
0
votes
0answers
7 views

Administrator can't switch role to Course Creator Moodle

I created a hidden course and then assigned a course creator for it. I'm the administrator and to check whether the role works, I wanted to switch role but in the drop down I don't see the option of ...
0
votes
0answers
16 views

Unable to Login in Moodle Admin

I am using Joomla 2.5.8, Moodle 2.4, Joomdle 0.91 I have configured Joomdle in Joomla for Moodle In Joomdle - System Check i get last 2 options status as (x) Lastly made change in Joomdle ...
0
votes
0answers
9 views

How to access editform elements in moodle?

How to access block_edit_form elements and change them? For an example, I have a block. I want to make its visibility option in configuration visible only when a user is logged in. While,the ...
0
votes
0answers
14 views

unable to import questions using Gift Method in Moodle

I have set of question in a text file which I styled in Gift fashion. When I try to import these questions it shows following error. No answers found for numerical question Error writing to ...
-1
votes
0answers
8 views

Saving or caching a moodle SCORM course on device for offline use [closed]

looking at options to enable moodle users to be able to save their elearning courses on their computer/tablet for viewing later. Is there a way to achieve this? When users connect to internet their ...
0
votes
1answer
11 views

How to remove a particular breadcrumb element in moodle?

Suppose I have a breadcrumb like this: Home->Home->My Home. I want to delete the second Home item from the breadcrumb in moodle. How is that possible?
0
votes
0answers
9 views

Admin and student capabilities for moodle

I want to make an admin only folder in moodle. Here is the code, do you have any suggestions why it doesn't work and it allows everybody - students, teachers, managers ? in hotspot/db/access.php ...
0
votes
0answers
25 views

Pass parameter to Moodle iframe

I have a website where I am embedding a moodle iframe. <iframe width="100%" scrolling="no" height="100%" frameborder="0" src="http://192.168.xxx.xxx/moodle/?param=123"></iframe> This is ...
0
votes
0answers
45 views

Two same instances created with page refresh in moodle

I am calling an ajax function from a moodle block when a onchange event is detected. It sends courseid to server page and returns the necessary fields which updates a div inside a block. The dropdown ...
0
votes
1answer
23 views

moodle authenticate the user by username and password - web service

I was looking for a way to authenticate a user on my site against moodle web service. It seems that there is no web service that recives username and password and returns the user data. Is it ...
0
votes
0answers
29 views

Moodle Rest Console API For grades

I'm developing an app moodle public which will be a free app, and i have found few API's like token, login, user profile, participant list many more, but now for further API I searched on moodle core ...
4
votes
1answer
48 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 ...
0
votes
1answer
17 views

Moodle bulk user CSV import

I'm trying to use a CSV a to bulk import users username, firstname, lastname, email, idnumber, auth, country, city, institution, course1 a@b.ac.uk, a, z, a@b.ac.uk, a, LDAP, GB, London, B, B-A-STA ...
-1
votes
0answers
27 views

How to integrate moodle (PHP) with webRTC?

How to integrate moodle (PHP) with webRTC ? Create a Moodle Activity Plug-In, it will contain Date, Start Time, Estimated End Time. A professor can start the activity selecting what does he wants to ...
0
votes
0answers
23 views

Moodle exausting memory available to PHP

This is the error I'm getting using some features of moodle on a shared hosting provider: Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 76 bytes) in ...
0
votes
1answer
21 views

moodle new user webservice invalid parameter

This is a bit frustrating, I am trying to add new user using a web service , these are my parameters: $user1 = new stdClass(); $user1->username = ...
1
vote
1answer
32 views

deploying wabapps (e.g. moodle) on heroku

What is the proper way to deploy webapps on Heroku? I'm installing Moodle, but the same procedure should apply to e.g. Drupal or Wordpress. What I hace done is to unzip Moodle locally, then uploaded ...
0
votes
1answer
61 views

intl extension php_intl.dll with wamp

I want to use Moodle, but I get an error during the installation process: php_extension->intl->should be installed and enabled for best results. Intl extension is used to improve ...
0
votes
0answers
52 views

How to get Course modules details in moodle's default Web service

I am working with moodle , and want to use moodle's default web serivce which user can use with required parameters, all service working fine but while tray to get Course module details not able to ...
0
votes
1answer
27 views

phpMyAdmin designer for showing specific tables only - is this possible?

I want to see the relations to the table mdl_user in moodle's database but when I open the designer in phpMyAdmin it shows all the tables and makes it almost impossible to find it in all 200+ tables. ...
0
votes
1answer
16 views

Location of has_capability() method in Moodle

I am trying to understand the access control in the Moodle. I want to have a look at the definition of the method *has_capability()* in the project. Anyone has any idea in which file can I find the ...
0
votes
1answer
24 views

How to remove 'My Default Home Page' from side navigation Moodle2.2.9?

How can remove or change the menu item 'My Default Home Page' from moodle navigation (Site administration->Appearance). I changed it from language customisation but it is not reflecting in menu. I ...
0
votes
1answer
21 views

How to check for mcrypt existence at the start of moodle installation

I am new to moodle. Would really appericiate if you people can help me out here. I am creating a repository plugin in moodle for which I need that mcrypt has to be installed before moodle get ...
0
votes
1answer
38 views

Moodle The module MYMODULE does not define the standard capability

I am developing a module for Moodle. I've achieve to install and instantiate it in a course. The problem is that, in "edit mode" enabled, moodle me out the following message: The module mymodule does ...
0
votes
0answers
41 views

moodle: how to save floating point score results instead of integer resaults in SCORM module?

After giving a multiple choices in moodle (scorm module) floating point results are saved as rounded integer in database. For example 48.66666666% is saved as 49%. I checked DB column, It's a long ...
0
votes
0answers
45 views

Webservice without token in moodle

I am beginner for webservice. I am writing a webservice in Moodle. I would like to write one service for user sign up. In this case that user will not have any token or username+password. How we ...
0
votes
1answer
30 views

Moodle: Sending ERROR: SMTP Error:

I received this message when try to send email over forum, I'm sure that SMTP it correct "Sending ERROR: SMTP Error: The following recipients failed:"
-4
votes
0answers
26 views

Moodle website to ipad conversion [closed]

I am trying to make an iPad application from a Moodle website , but i have no idea regarding this .Can any one help me.How to get started with this?
0
votes
1answer
15 views

Moodle 2: users are not getting ticks and scores in the navigation tree.

Moodle 2: We are investigating a problem where some users are not getting ticks and scores in the navigation tree when they have finished activities. Since we have not been able to replicate the issue ...
1
vote
1answer
36 views

Moodle update mysql from code

I am unfamiliar with Moodles methods of updating a database with code. I have this statement: $expiredCourseArchiveIntegritaxSql = "UPDATE mdl_course SET category = 29 ...
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 ...
-2
votes
1answer
29 views

How to load another YUI3 version in Moodle 2.2?

I'm running Linux version and works fine but we really want to use the lastest YUI3 version thanks
0
votes
0answers
32 views

“Make Comment or Override Mark” in Moodle - How to avoid popup and single save?

In the quiz grading section, when I click in the label "Make comment or override mark", it opens a popup that is possible to edit and save a comment for one question for the student. This is a time ...
0
votes
0answers
9 views

Moodle plugin installation steps

I wanted to know all the steps in creating and installing a plugin for moodle! Some of the questions are: 1. Which is the programming language to be used to code the working of plugin which gets ...
0
votes
0answers
26 views

Code for sending emails from Moodle Forum

Can someone know where is code for sending emails from forum? When someone replay on the some post in forum the user received emails, I need to change this email and will be very grateful if some one ...
1
vote
1answer
50 views

Moodle Accept Login from external site

We are adding Moodle to our site (different server, different sub-domain, but same main domain, and the servers are set up to be able to communicate with each other) and what we want to have it do is: ...
1
vote
0answers
41 views

how to enroll a user in all courses on Moodle

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 Moodle. However, I am unable to get the ...
0
votes
0answers
35 views

How to have access to my USER ids of my Moodle website for my personal project access? Moodle 2.4

So this is the scenario... I have my Project created in C# Visual studio which is connected with a Database like my Portal... I created a DLL library that connects with my Database that interacts with ...
0
votes
1answer
41 views

Selecting all the files along with their paths of a course in moodle

i am trying to write a query to get the name and path of files of a course in Moodle but it seems like i am never be able to do it. Here is what i have done uptill now , any help with this is highly ...
0
votes
1answer
71 views

How to Integrate moodle with asp.net

I want to integrate moodle with my asp.net site. Is there any way to follow so that We can access moodle feature on my dot net site? Also can moodle work with sql server database?
0
votes
2answers
41 views

“ERROR: Problems trying to get index of users!” on moodle-drupal services syncing error on Drupal 7.x + Moodle 2.x

I am using the instructions from https://github.com/cannod/moodle-drupalservices/wiki/Installation-Drupal-Side to integrate my Drupal sign-in with a Moodle installation. I have successfully completed ...
0
votes
1answer
36 views

all the theme of moodle not working

I have a big problem with theme in moodle site(version 2.2). I wanted to change some menus and colors and another things in the site theme, so I turned on the server maintenance mode and Theme ...
1
vote
1answer
19 views

Moodle local plugins and save_file

I've created a working form within a local plugin and it is inserting data fine into my custom table. What I want tyo add now is a filepicker element that upon saving the form puts the file into a ...
0
votes
0answers
24 views

How to customize Bigbluebutton in Moodle LMS system

I am developing Moodle based website and I want to change color and background on Bigbluebutton so how can I change it. Please help me for above issues.
0
votes
0answers
57 views

objectGUID from Active Directory returns only one part of the array

We are using Moodle (eLearning Software) which maps certain fields from our AD. Everything works fine, except objectGUID. I'm trying to retrieve objectGUID from AD. I know it will come back as octet ...
1
vote
1answer
66 views

Git is not showing all branches on local

I forked a repo from Github. On doing git remote -v it displays: origin https://github.com/myusername/moodle.git (fetch) origin https://github.com/myusername/moodle.git (push) upstream ...
0
votes
1answer
38 views

Adding Users to Groups in Moodle

I am new to moodle. I am not knowing how to assign users into groups. I am not getting the users list when I want to assign the users into groups in my test site. I started a course and put the mode ...
0
votes
1answer
35 views

ERROR: Problems trying to get index of users! Integrate Drupal 7 and Moodle 2.4

HI all I am the following error ERROR: Problems trying to get index of users!, when I try to run the script to synchronize users between Drupal and Moodle in cygwin it runs without problems and shows ...
0
votes
2answers
73 views

Clone a Github repo

I forked a repo from an original-official repo moodle. It has over 15 branches having master as the branch. I then cloned it on my local machine. Lets say I cloned it in a folder project and it ...

1 2 3 4 5 9