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
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
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 ...
-1
votes
4answers
217 views

Moodle Mobile Framework or plugin

I would like to know if there is a plugin for Moodle. to port it onto Mobile Browsers. Main Feature am looking for is Attendance module.
0
votes
0answers
18 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
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
46 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
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 ...
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 ...
2
votes
2answers
467 views

Add a custom field to course Moodle

I'm new to moodle. I need your suggestions to create plugin which will add a custom field on Add/edit courses page and will also store the input value in mdl_course table.
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 ...
-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
24 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
63 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
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 ...
1
vote
3answers
132 views

Can I use a Moodle 'API' or do I have to scrape it

I hate Moodle so much. I have to use it though so I figured I would create a new "front-end" to it. I'm wondering if Moodle has an API I can just hook. I'm hoping to get this to work with most ...
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
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
46 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
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 ...
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:"
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
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: ...
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 ...
1
vote
2answers
426 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, ...
0
votes
1answer
28 views

Moodle: The user is not allowed for this service?

When I call a moodle webservice to get a token, I receive this message: The user is not allowed for this service. First you need to allow this user on the my_moodle_mobile_app's allowed users ...
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 ...
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 ...
2
votes
2answers
94 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 ...
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

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
0answers
25 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
2answers
71 views

Web Application into Moodle [closed]

I developed a web application (in PHP) for students to use it so we can evaluate them. This application generates a final note. I wonder if Moodle has some activity / module that allows me to embed ...

1 2 3 4 5 9