Giter VIP home page Giter VIP logo

moodle-3.x-developer-s-guide's Introduction

Moodle 3.x Developer's Guide

This is the code repository for Moodle 3.x Developer's Guide, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

The new and revamped Moodle is the top choice for developers to create cutting edge e-learning environments that cater to different market sectors, with learning that is engaging and is visually appealing as well.

This book explains how the Moodle 3.x platform provides a framework that allows developers to create a fully customized and tailored e-learning solution. It begins with an exploration of the different types of plugin that are available for Moodle, and you will learn which plugin is the best solution for which particular problem.

We then continue with an investigation of how new courses can be created and managed by custom plugins. You will see how custom resource and activity modules can be developed to provide novel e-learning interactions. Then, once courses have been made available on the platform, you’ll learn how users can be assigned to courses and granted the necessary permissions—all through the development of new authentication and enrollment plugins.

Furthermore, you will develop a custom user home page using the ‘Dashboard’ feature together with the creation of custom blocks. At the end of the book, we’ll discuss the Web Services API to provide custom external APIs that you can use to fully automate Moodle 3.x in real time.

Instructions and Navigation

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter04.

The code will look like the following:

  public function __construct($x1, $y1, $x2, $y2) { 
 
        $this->radius = 6378100; // Meters. 
        $this->distance = $this->get_distance($x1, $y1, $x2, $y2); 
    } 

Related Products

Suggestions and Feedback

Click here if you have any feedback or suggestions.

moodle-3.x-developer-s-guide's People

Contributors

akanshabathija avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.