Book Image

Corporate Learning with Moodle Workplace

By : Alex Büchner
Book Image

Corporate Learning with Moodle Workplace

By: Alex Büchner

Overview of this book

Moodle Workplace is a comprehensive extension to Standard Moodle, the world's most used learning management system (LMS) platform, empowering millions of learners worldwide. Moodle Workplace is suitable for businesses and organizations, from small enterprises to global corporations. Corporate Learning with Moodle Workplace is a comprehensive introduction to this latest product from Moodle, which facilitates collaborative learning in enterprises and larger teams. Complete with detailed descriptions, a variety of diagrams, and real working examples, this easy-to-follow guide will teach you everything you need to know to manage a Moodle Workplace system. You’ll learn how to manage your users along reporting lines and organize them in to tenants, organizations, positions, job assignments, and teams, before setting up typical HR processes such as induction, compliance, and reporting. Filled with real-world examples, the book covers blended and offline scenarios, including appointments and the Moodle Workplace mobile app. By the end of this Moodle book, you’ll have learned how to fully manage a Moodle Workplace instance.
Table of Contents (15 chapters)

Conventions used

There are a number of text conventions used throughout this book.

Code in text: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "If no tenant is specified in the URL, the settings for a default tenant (tenantid=1) will be applied."

A block of code is set as follows:

/* Change color of drawer button & give it a bit of a curve */
#page-wrapper >.fixed-top >div>.drawer-toggle-button {
  background: #E54F11;
  border-top-right-radius: 1em;
}

Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "To expedite this refreshing process, clear your caches at Site administration | Development | Purge caches."

Tips or important notes

Appear like this.