PHP

how to contribute your code into the moodle Plugins directory

  ► Plugin contribution Plugin contribution PLUGINS DEVELOPMENT Plugin contribution Plugin types Plugin files Contribution checklists Plugin code prechecks Providing documentation Plugins translation Plugins directory Guardians Adoption This page describes how to contribute your code into the Plugins directory to share it with the Moodle community. CONTENTS  [hide]  1 Why 2 Before you start 3 Sharing code in the Plugins directory

how to contribute your code into the moodle Plugins directory Leer más »

Web services , API rest , Moodle

//METHODS THE CALL AND THE RESPONSE /// method 1 REST CALL header(‘Content-Type: text/plain’); $serverurl = $domainname . ‘/webservice/rest/server.php’. ‘?wstoken=’ . $token . ‘&wsfunction=’.$functionname; require_once(‘./curl.php’); $curl = new curl; //if rest format == ‘xml’, then we do not add the param for backward compatibility with Moodle < 2.2 $restformat = ($restformat == ‘json’)?’&moodlewsrestformat=’ . $restformat:»; $resp

Web services , API rest , Moodle Leer más »

Moodle – Blocks

https://moodle.org/plugins/browse.php?list=category&id=2   Blocks Blocks provide information and useful tools.  They usually appear around the edges of the page, or tucked away in Moodle’s popup dock. Join the discussions about blocks in the Blocks forum. Página: 1 2 3 (Siguiente) Progress Bar block_progress A time management tool for you and your students Blocks 9k 5k 96

Moodle – Blocks Leer más »