Questions tagged [moodle]

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

Moodle is an Open Source Course Management System (CMS), also known as a Learning Management System (LMS) or a Virtual Learning Environment (VLE). It has become very popular among educators around the world as a tool for creating online dynamic web sites for their students. To work, it needs to be installed on a web server somewhere, either on one of your own computers or one at a web hosting company.

Originally developed by Martin Dougiamas in Australia, it is used world-wide by many places of learning.

According to Moodle.org's stats, as of February 2013, there are over 77,000 registered sites using Moodle in over 225 countries, serving over 7 million courses with over 66 million users.

Useful links

Useful Developer Links

Distributions

3019 questions
3
votes
1 answer

Moodle API - get all completions per course

I have an external app that needs to know which users have completed a course in Moodle via the API. That is to say, it will want to know who completed course 123, and be given back a list. So far, the only way I've found to do this is…
Chief B
  • 31
  • 2
3
votes
1 answer

mutation observer production infinite loop

I'm writing a function using the mutation observer with jQuery to register changes to the DOM, specifically when a new node is added so i can change its content: $("SELeCTOR GOOD" ).click(function(){ var targetNode =…
Brandon
  • 135
  • 2
  • 12
3
votes
1 answer

Does the Maxima language have a map/dictionary data structure and if it does, how is one initiated and how are its values and keys accessed?

SourceForge is currently down, so I can't access Maxima's documentation and came here with this question. I'm building a question in Moodle that would benefit from this container type. I've tried optionmap : {"key1" : value1, "key2" :…
sesodesa
  • 1,473
  • 2
  • 15
  • 24
3
votes
1 answer

Moodle plugin creation

I am a beginner in Moodle and I wrote an algorithm in python to learn users profiles. The aim is to create a plugin that provides adaptive functionalities in the Moodle platform based on users' profiles. However Moodle documentation is too large,…
echtouka
  • 72
  • 4
3
votes
0 answers

Building a Custom Khan Academy

I am a math teacher in a junior high classroom. I am interested in creating a customized Khan Academy-style website for my students to use next year. I have been doing a lot of research at this point and before I really sink my teeth into the…
NRobs
  • 39
  • 2
3
votes
2 answers

Access remote pdf file with login (authentication)

I am facing problem with loading URL in web-view. Web-view shows blank because it is not logged in. How to access course file without login into moodle2.6 by using url. Using this url…
Fazal Hussain
  • 1,129
  • 12
  • 28
3
votes
1 answer

How to use Amazon S3 as Moodle Data Root

I am trying to move my moodledata folder content into Amazon S3. i didnt found any document (or guide) to configure this setup. I am using MOODLE 3.3 STABLE build version. Can anyone help me to setup this?
3
votes
1 answer

Moodle contacts and convsersation 3.2+

So, I have the next problem: I try to create the new div @type@ in /message/templates/message_area_contact.mustache So the code looks like this: ...
{{fullname}}
3
votes
0 answers

Moodle Accept Login from external site (Moodle 3.3.2)

This is referring to original post with same topic (Moodle Accept Login from external site) by other user back in 2013, also a similar one (Logging into Moodle via external site) in 2014. However, I cannot add comment nor reply to these posts, and…
GaryC
  • 31
  • 3
3
votes
2 answers

get user role by user id in moodle

I want to get user role from user id. I am using loop in my code where i want to show all user except admin. i used below code but its not working. $context = get_context_instance (CONTEXT_SYSTEM); $roles = get_user_roles($context, $USER->id,…
Pritesh Mahajan
  • 4,974
  • 8
  • 39
  • 64
3
votes
1 answer

dotNetNuke/Moodle integration

anyone out there have a moodle module for dotnetnuke, or some kind of integration setup that at least allows SSO?
Kevin
  • 61
  • 1
  • 6
3
votes
1 answer

Import SCORM package in php/mysql

Failing to import SCORM package PHP/MySQL. I am creating my own SCORM package in the laravel framework but I didn't get any kind of independent package with which I am able to create my own package without using Moodle. I have looked at the link…
3
votes
1 answer

How to configure memcache properly in moodle?

Test performance defines the plugin as Invalid.
Rupinder Kaur
  • 319
  • 6
  • 21
3
votes
1 answer

Moodle: using mysql joins in $table = set_sql(); method

I want to know how joins are applied for $table= set_sql(); method. I'm trying to render a table without using the conventional html_table(); method. A basic application for a single database table "mdl_user": $table->set_sql('*', "{user}",…
kcay King
  • 77
  • 7
3
votes
2 answers

Suspend a Moodle user by using Web service API functions

I am trying to suspend a user in Moodle by using Moodle's Web service API functions in PHP. I can change user fields like firstname, but I am not capable to suspend the user. It always returns "null". Here is my code:
Pestana
  • 132
  • 1
  • 10