Moodle 3.x developer's guide :: customize your Moodle apps by creating custom plugins, extensions, and modules /
Effortlessly ensure your application's code quality from day 1 About This Book Customize your Moodle 3.x app. Leverage the new features of Moodle 3.x by diving deep into the Moodle development eco-system. Cater to heavy user traffic, customize learning requirements and create custom third party...
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham, UK :
Packt Publishing,
2017.
|
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | Effortlessly ensure your application's code quality from day 1 About This Book Customize your Moodle 3.x app. Leverage the new features of Moodle 3.x by diving deep into the Moodle development eco-system. Cater to heavy user traffic, customize learning requirements and create custom third party plugins. Who This Book Is For This book is for Moodle developers who are familiar with the basic Moodle functionality and have an understanding of the types of scenarios in which the Moodle platform can be usefully employed. You must have medium-level PHP programming knowledge. You should be familiar with HTML and XML protocols. You do not need to have prior knowledge of Moodle-specific terminology What You Will Learn Work with the different types of custom modules that can be written for Moodle 3.x Understand how to author custom modules so they conform to the agreed Moodle 3.x development guidelines Get familiar with the Moodle 3.x architecture - its internal and external APIs Customize Moodle 3.x so it can integrate seamlessly with third-party applications of any kind Build a new course format to specify the layout of a course Implement third-party graphics libraries in your plugins Build plugins that can be themed easily Provide custom APIs that will provide the means to automate Moodle 3 in real time In Detail The new and revamped Moodle is the top choice for developers to create cutting edge e-learning apps that cater to different user's segments and are visually appealing as well. This book explains how the Moodle 3.x platform provides a framework that allows developers to create a customized e-learning solution. It begins with an exploration of the different types of plugin.. We then continue with an investigation of creating new courses. You will create a custom plugin that pulls in resources from a third-party repository. Then you'll learn how users can be assigned to courses and granted the necessary permissions. Furthermore, you will develop a custom user home. At the end of the book, we'll discuss the Web Services API to fully automate Moodle 3.x in real time. Style and approach This book takes a step-by-step practical approach with every step explained in great detail using practical examples. You will create custom plugins from scratch with the examples shown and create new modules as well as extensions with the examples presented. |
Beschreibung: | 1 online resource (1 volume) : illustrations |
ISBN: | 9781786469540 1786469545 |
Internformat
MARC
LEADER | 00000cam a2200000 i 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-ocn994222986 | ||
003 | OCoLC | ||
005 | 20241004212047.0 | ||
006 | m o d | ||
007 | cr unu|||||||| | ||
008 | 170721s2017 enka o 000 0 eng d | ||
040 | |a UMI |b eng |e rda |e pn |c UMI |d OCLCF |d STF |d IDEBK |d TOH |d COO |d N$T |d UOK |d CEF |d KSU |d WYU |d UAB |d QGK |d ESU |d OCLCO |d OCLCQ |d OCLCO |d OCLCQ |d OCLCL |d OCLCQ | ||
020 | |a 9781786469540 |q (electronic bk.) | ||
020 | |a 1786469545 |q (electronic bk.) | ||
020 | |z 9781786467119 | ||
035 | |a (OCoLC)994222986 | ||
037 | |a CL0500000877 |b Safari Books Online | ||
050 | 4 | |a LB1028.38 | |
072 | 7 | |a COM |x 023000 |2 bisacsh | |
082 | 7 | |a 005.2 |2 23 | |
049 | |a MAIN | ||
100 | 1 | |a Wild, Ian, |e author. | |
245 | 1 | 0 | |a Moodle 3.x developer's guide : |b customize your Moodle apps by creating custom plugins, extensions, and modules / |c Ian Wild. |
246 | 3 | |a Moodle three x developer's guide | |
264 | 1 | |a Birmingham, UK : |b Packt Publishing, |c 2017. | |
300 | |a 1 online resource (1 volume) : |b illustrations | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
588 | |a Description based on online resource; title from title page (Safari, viewed July 19, 2017). | ||
520 | |a Effortlessly ensure your application's code quality from day 1 About This Book Customize your Moodle 3.x app. Leverage the new features of Moodle 3.x by diving deep into the Moodle development eco-system. Cater to heavy user traffic, customize learning requirements and create custom third party plugins. Who This Book Is For This book is for Moodle developers who are familiar with the basic Moodle functionality and have an understanding of the types of scenarios in which the Moodle platform can be usefully employed. You must have medium-level PHP programming knowledge. You should be familiar with HTML and XML protocols. You do not need to have prior knowledge of Moodle-specific terminology What You Will Learn Work with the different types of custom modules that can be written for Moodle 3.x Understand how to author custom modules so they conform to the agreed Moodle 3.x development guidelines Get familiar with the Moodle 3.x architecture - its internal and external APIs Customize Moodle 3.x so it can integrate seamlessly with third-party applications of any kind Build a new course format to specify the layout of a course Implement third-party graphics libraries in your plugins Build plugins that can be themed easily Provide custom APIs that will provide the means to automate Moodle 3 in real time In Detail The new and revamped Moodle is the top choice for developers to create cutting edge e-learning apps that cater to different user's segments and are visually appealing as well. This book explains how the Moodle 3.x platform provides a framework that allows developers to create a customized e-learning solution. It begins with an exploration of the different types of plugin.. We then continue with an investigation of creating new courses. You will create a custom plugin that pulls in resources from a third-party repository. Then you'll learn how users can be assigned to courses and granted the necessary permissions. Furthermore, you will develop a custom user home. At the end of the book, we'll discuss the Web Services API to fully automate Moodle 3.x in real time. Style and approach This book takes a step-by-step practical approach with every step explained in great detail using practical examples. You will create custom plugins from scratch with the examples shown and create new modules as well as extensions with the examples presented. | ||
505 | 0 | |a Moodle 3.x developer's guide : customize your Moodle apps by creating custom plugins, extensions, and modules -- About the Author -- Table of Contents -- Preface -- Chapter 1: Getting to Grips with the Moodle 3 Architecture -- Chapter 2: Moodle Plugins -- What Can I Plug In? -- Chapter 3: Internal Interfaces -- Chapter 4: Course Management -- Chapter 5: Creative Teaching -- Developing Custom Resources and Activities -- Chapter 6: Managing Users -- Letting in the Crowds -- Chapter 7: Creating a Dashboard -- Developing a Learner Homepage -- Chapter 8: Creating a New Skin -- Chapter 9: Moodle Analytics -- Appendix -- Index. | |
630 | 0 | 0 | |a Moodle. |0 http://id.loc.gov/authorities/names/no2008006148 |
630 | 0 | 7 | |a Moodle |2 fast |
650 | 0 | |a Application software |x Development. |0 http://id.loc.gov/authorities/subjects/sh95009362 | |
650 | 0 | |a Plug-ins (Computer programs) |0 http://id.loc.gov/authorities/subjects/sh98001621 | |
650 | 6 | |a Logiciels d'application |x Développement. | |
650 | 6 | |a Modules d'extension (Logiciels) | |
650 | 7 | |a COMPUTERS / Educational Software |2 bisacsh | |
650 | 7 | |a Application software |x Development |2 fast | |
650 | 7 | |a Plug-ins (Computer programs) |2 fast | |
758 | |i has work: |a Moodle 3.x Developer's Guide (Text) |1 https://id.oclc.org/worldcat/entity/E39PCXTVryX7DDwDxghJcYBtXb |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
856 | 4 | 0 | |l FWS01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1545393 |3 Volltext |
938 | |a ProQuest MyiLibrary Digital eBook Collection |b IDEB |n cis38429257 | ||
938 | |a EBSCOhost |b EBSC |n 1545393 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-ocn994222986 |
---|---|
_version_ | 1816882395524104192 |
adam_text | |
any_adam_object | |
author | Wild, Ian |
author_facet | Wild, Ian |
author_role | aut |
author_sort | Wild, Ian |
author_variant | i w iw |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | L - Education |
callnumber-label | LB1028 |
callnumber-raw | LB1028.38 |
callnumber-search | LB1028.38 |
callnumber-sort | LB 41028.38 |
callnumber-subject | LB - Theory and Practice of Education |
collection | ZDB-4-EBA |
contents | Moodle 3.x developer's guide : customize your Moodle apps by creating custom plugins, extensions, and modules -- About the Author -- Table of Contents -- Preface -- Chapter 1: Getting to Grips with the Moodle 3 Architecture -- Chapter 2: Moodle Plugins -- What Can I Plug In? -- Chapter 3: Internal Interfaces -- Chapter 4: Course Management -- Chapter 5: Creative Teaching -- Developing Custom Resources and Activities -- Chapter 6: Managing Users -- Letting in the Crowds -- Chapter 7: Creating a Dashboard -- Developing a Learner Homepage -- Chapter 8: Creating a New Skin -- Chapter 9: Moodle Analytics -- Appendix -- Index. |
ctrlnum | (OCoLC)994222986 |
dewey-full | 005.2 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.2 |
dewey-search | 005.2 |
dewey-sort | 15.2 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>05285cam a2200517 i 4500</leader><controlfield tag="001">ZDB-4-EBA-ocn994222986</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr unu||||||||</controlfield><controlfield tag="008">170721s2017 enka o 000 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">UMI</subfield><subfield code="b">eng</subfield><subfield code="e">rda</subfield><subfield code="e">pn</subfield><subfield code="c">UMI</subfield><subfield code="d">OCLCF</subfield><subfield code="d">STF</subfield><subfield code="d">IDEBK</subfield><subfield code="d">TOH</subfield><subfield code="d">COO</subfield><subfield code="d">N$T</subfield><subfield code="d">UOK</subfield><subfield code="d">CEF</subfield><subfield code="d">KSU</subfield><subfield code="d">WYU</subfield><subfield code="d">UAB</subfield><subfield code="d">QGK</subfield><subfield code="d">ESU</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCL</subfield><subfield code="d">OCLCQ</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781786469540</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1786469545</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781786467119</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)994222986</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">CL0500000877</subfield><subfield code="b">Safari Books Online</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">LB1028.38</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">023000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">005.2</subfield><subfield code="2">23</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Wild, Ian,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Moodle 3.x developer's guide :</subfield><subfield code="b">customize your Moodle apps by creating custom plugins, extensions, and modules /</subfield><subfield code="c">Ian Wild.</subfield></datafield><datafield tag="246" ind1="3" ind2=" "><subfield code="a">Moodle three x developer's guide</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Birmingham, UK :</subfield><subfield code="b">Packt Publishing,</subfield><subfield code="c">2017.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource (1 volume) :</subfield><subfield code="b">illustrations</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="588" ind1=" " ind2=" "><subfield code="a">Description based on online resource; title from title page (Safari, viewed July 19, 2017).</subfield></datafield><datafield tag="520" ind1=" " ind2=" "><subfield code="a">Effortlessly ensure your application's code quality from day 1 About This Book Customize your Moodle 3.x app. Leverage the new features of Moodle 3.x by diving deep into the Moodle development eco-system. Cater to heavy user traffic, customize learning requirements and create custom third party plugins. Who This Book Is For This book is for Moodle developers who are familiar with the basic Moodle functionality and have an understanding of the types of scenarios in which the Moodle platform can be usefully employed. You must have medium-level PHP programming knowledge. You should be familiar with HTML and XML protocols. You do not need to have prior knowledge of Moodle-specific terminology What You Will Learn Work with the different types of custom modules that can be written for Moodle 3.x Understand how to author custom modules so they conform to the agreed Moodle 3.x development guidelines Get familiar with the Moodle 3.x architecture - its internal and external APIs Customize Moodle 3.x so it can integrate seamlessly with third-party applications of any kind Build a new course format to specify the layout of a course Implement third-party graphics libraries in your plugins Build plugins that can be themed easily Provide custom APIs that will provide the means to automate Moodle 3 in real time In Detail The new and revamped Moodle is the top choice for developers to create cutting edge e-learning apps that cater to different user's segments and are visually appealing as well. This book explains how the Moodle 3.x platform provides a framework that allows developers to create a customized e-learning solution. It begins with an exploration of the different types of plugin.. We then continue with an investigation of creating new courses. You will create a custom plugin that pulls in resources from a third-party repository. Then you'll learn how users can be assigned to courses and granted the necessary permissions. Furthermore, you will develop a custom user home. At the end of the book, we'll discuss the Web Services API to fully automate Moodle 3.x in real time. Style and approach This book takes a step-by-step practical approach with every step explained in great detail using practical examples. You will create custom plugins from scratch with the examples shown and create new modules as well as extensions with the examples presented.</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="a">Moodle 3.x developer's guide : customize your Moodle apps by creating custom plugins, extensions, and modules -- About the Author -- Table of Contents -- Preface -- Chapter 1: Getting to Grips with the Moodle 3 Architecture -- Chapter 2: Moodle Plugins -- What Can I Plug In? -- Chapter 3: Internal Interfaces -- Chapter 4: Course Management -- Chapter 5: Creative Teaching -- Developing Custom Resources and Activities -- Chapter 6: Managing Users -- Letting in the Crowds -- Chapter 7: Creating a Dashboard -- Developing a Learner Homepage -- Chapter 8: Creating a New Skin -- Chapter 9: Moodle Analytics -- Appendix -- Index.</subfield></datafield><datafield tag="630" ind1="0" ind2="0"><subfield code="a">Moodle.</subfield><subfield code="0">http://id.loc.gov/authorities/names/no2008006148</subfield></datafield><datafield tag="630" ind1="0" ind2="7"><subfield code="a">Moodle</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Application software</subfield><subfield code="x">Development.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh95009362</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Plug-ins (Computer programs)</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh98001621</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Logiciels d'application</subfield><subfield code="x">Développement.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Modules d'extension (Logiciels)</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS / Educational Software</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Application software</subfield><subfield code="x">Development</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Plug-ins (Computer programs)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="758" ind1=" " ind2=" "><subfield code="i">has work:</subfield><subfield code="a">Moodle 3.x Developer's Guide (Text)</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PCXTVryX7DDwDxghJcYBtXb</subfield><subfield code="4">https://id.oclc.org/worldcat/ontology/hasWork</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="l">FWS01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1545393</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ProQuest MyiLibrary Digital eBook Collection</subfield><subfield code="b">IDEB</subfield><subfield code="n">cis38429257</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">1545393</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
id | ZDB-4-EBA-ocn994222986 |
illustrated | Illustrated |
indexdate | 2024-11-27T13:27:56Z |
institution | BVB |
isbn | 9781786469540 1786469545 |
language | English |
oclc_num | 994222986 |
open_access_boolean | |
owner | MAIN DE-863 DE-BY-FWS |
owner_facet | MAIN DE-863 DE-BY-FWS |
physical | 1 online resource (1 volume) : illustrations |
psigel | ZDB-4-EBA |
publishDate | 2017 |
publishDateSearch | 2017 |
publishDateSort | 2017 |
publisher | Packt Publishing, |
record_format | marc |
spelling | Wild, Ian, author. Moodle 3.x developer's guide : customize your Moodle apps by creating custom plugins, extensions, and modules / Ian Wild. Moodle three x developer's guide Birmingham, UK : Packt Publishing, 2017. 1 online resource (1 volume) : illustrations text txt rdacontent computer c rdamedia online resource cr rdacarrier Description based on online resource; title from title page (Safari, viewed July 19, 2017). Effortlessly ensure your application's code quality from day 1 About This Book Customize your Moodle 3.x app. Leverage the new features of Moodle 3.x by diving deep into the Moodle development eco-system. Cater to heavy user traffic, customize learning requirements and create custom third party plugins. Who This Book Is For This book is for Moodle developers who are familiar with the basic Moodle functionality and have an understanding of the types of scenarios in which the Moodle platform can be usefully employed. You must have medium-level PHP programming knowledge. You should be familiar with HTML and XML protocols. You do not need to have prior knowledge of Moodle-specific terminology What You Will Learn Work with the different types of custom modules that can be written for Moodle 3.x Understand how to author custom modules so they conform to the agreed Moodle 3.x development guidelines Get familiar with the Moodle 3.x architecture - its internal and external APIs Customize Moodle 3.x so it can integrate seamlessly with third-party applications of any kind Build a new course format to specify the layout of a course Implement third-party graphics libraries in your plugins Build plugins that can be themed easily Provide custom APIs that will provide the means to automate Moodle 3 in real time In Detail The new and revamped Moodle is the top choice for developers to create cutting edge e-learning apps that cater to different user's segments and are visually appealing as well. This book explains how the Moodle 3.x platform provides a framework that allows developers to create a customized e-learning solution. It begins with an exploration of the different types of plugin.. We then continue with an investigation of creating new courses. You will create a custom plugin that pulls in resources from a third-party repository. Then you'll learn how users can be assigned to courses and granted the necessary permissions. Furthermore, you will develop a custom user home. At the end of the book, we'll discuss the Web Services API to fully automate Moodle 3.x in real time. Style and approach This book takes a step-by-step practical approach with every step explained in great detail using practical examples. You will create custom plugins from scratch with the examples shown and create new modules as well as extensions with the examples presented. Moodle 3.x developer's guide : customize your Moodle apps by creating custom plugins, extensions, and modules -- About the Author -- Table of Contents -- Preface -- Chapter 1: Getting to Grips with the Moodle 3 Architecture -- Chapter 2: Moodle Plugins -- What Can I Plug In? -- Chapter 3: Internal Interfaces -- Chapter 4: Course Management -- Chapter 5: Creative Teaching -- Developing Custom Resources and Activities -- Chapter 6: Managing Users -- Letting in the Crowds -- Chapter 7: Creating a Dashboard -- Developing a Learner Homepage -- Chapter 8: Creating a New Skin -- Chapter 9: Moodle Analytics -- Appendix -- Index. Moodle. http://id.loc.gov/authorities/names/no2008006148 Moodle fast Application software Development. http://id.loc.gov/authorities/subjects/sh95009362 Plug-ins (Computer programs) http://id.loc.gov/authorities/subjects/sh98001621 Logiciels d'application Développement. Modules d'extension (Logiciels) COMPUTERS / Educational Software bisacsh Application software Development fast Plug-ins (Computer programs) fast has work: Moodle 3.x Developer's Guide (Text) https://id.oclc.org/worldcat/entity/E39PCXTVryX7DDwDxghJcYBtXb https://id.oclc.org/worldcat/ontology/hasWork FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1545393 Volltext |
spellingShingle | Wild, Ian Moodle 3.x developer's guide : customize your Moodle apps by creating custom plugins, extensions, and modules / Moodle 3.x developer's guide : customize your Moodle apps by creating custom plugins, extensions, and modules -- About the Author -- Table of Contents -- Preface -- Chapter 1: Getting to Grips with the Moodle 3 Architecture -- Chapter 2: Moodle Plugins -- What Can I Plug In? -- Chapter 3: Internal Interfaces -- Chapter 4: Course Management -- Chapter 5: Creative Teaching -- Developing Custom Resources and Activities -- Chapter 6: Managing Users -- Letting in the Crowds -- Chapter 7: Creating a Dashboard -- Developing a Learner Homepage -- Chapter 8: Creating a New Skin -- Chapter 9: Moodle Analytics -- Appendix -- Index. Moodle. http://id.loc.gov/authorities/names/no2008006148 Moodle fast Application software Development. http://id.loc.gov/authorities/subjects/sh95009362 Plug-ins (Computer programs) http://id.loc.gov/authorities/subjects/sh98001621 Logiciels d'application Développement. Modules d'extension (Logiciels) COMPUTERS / Educational Software bisacsh Application software Development fast Plug-ins (Computer programs) fast |
subject_GND | http://id.loc.gov/authorities/names/no2008006148 http://id.loc.gov/authorities/subjects/sh95009362 http://id.loc.gov/authorities/subjects/sh98001621 |
title | Moodle 3.x developer's guide : customize your Moodle apps by creating custom plugins, extensions, and modules / |
title_alt | Moodle three x developer's guide |
title_auth | Moodle 3.x developer's guide : customize your Moodle apps by creating custom plugins, extensions, and modules / |
title_exact_search | Moodle 3.x developer's guide : customize your Moodle apps by creating custom plugins, extensions, and modules / |
title_full | Moodle 3.x developer's guide : customize your Moodle apps by creating custom plugins, extensions, and modules / Ian Wild. |
title_fullStr | Moodle 3.x developer's guide : customize your Moodle apps by creating custom plugins, extensions, and modules / Ian Wild. |
title_full_unstemmed | Moodle 3.x developer's guide : customize your Moodle apps by creating custom plugins, extensions, and modules / Ian Wild. |
title_short | Moodle 3.x developer's guide : |
title_sort | moodle 3 x developer s guide customize your moodle apps by creating custom plugins extensions and modules |
title_sub | customize your Moodle apps by creating custom plugins, extensions, and modules / |
topic | Moodle. http://id.loc.gov/authorities/names/no2008006148 Moodle fast Application software Development. http://id.loc.gov/authorities/subjects/sh95009362 Plug-ins (Computer programs) http://id.loc.gov/authorities/subjects/sh98001621 Logiciels d'application Développement. Modules d'extension (Logiciels) COMPUTERS / Educational Software bisacsh Application software Development fast Plug-ins (Computer programs) fast |
topic_facet | Moodle. Moodle Application software Development. Plug-ins (Computer programs) Logiciels d'application Développement. Modules d'extension (Logiciels) COMPUTERS / Educational Software Application software Development |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1545393 |
work_keys_str_mv | AT wildian moodle3xdevelopersguidecustomizeyourmoodleappsbycreatingcustompluginsextensionsandmodules AT wildian moodlethreexdevelopersguide |