Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Drupal for Education and E-Learning - Second Edition - Second Edition
Drupal for Education and E-Learning - Second Edition - Second Edition

Drupal for Education and E-Learning - Second Edition: You don't need to be a techie to build a community-based website for your school. With this guide to Drupal you'll be able to create an online learning and sharing space for your students and colleagues, quickly and easily., Second Edition

$36.99 $24.99
Book Jun 2013 390 pages 2nd Edition
eBook
$36.99 $24.99
Print
$60.99
Subscription
$15.99 Monthly
eBook
$36.99 $24.99
Print
$60.99
Subscription
$15.99 Monthly

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Buy Now

Product Details


Publication date : Jun 11, 2013
Length 390 pages
Edition : 2nd Edition
Language : English
ISBN-13 : 9781782162766
Category :
Concepts :
Table of content icon View table of contents Preview book icon Preview Book

Drupal for Education and E-Learning - Second Edition - Second Edition

Chapter 1. Introducing Drupal

Welcome to the second edition of Drupal for Education and E-Learning!

In the last several years, we have seen an incredible upswing in the popularity and adoption of Drupal. The size of the Drupal community (as of June, 2013) is approaching 970,000 registered users, and Drupal is used to power everything from personal blogs to online stores to learning platforms to sites for record labels.

This book provides details of how to install Drupal and how to customize Drupal to support teaching and learning. This initial chapter provides a high-level overview of Drupal, along with details of how to get the most from this book.

What is Drupal?


A concise definition of Drupal is difficult to come by, as many people use Drupal for many different things. The following definitions provide an incomplete cross section of how different people use Drupal (our working definition is the final one in the list):

Our definition: Drupal is a tool that helps people build interactive websites. It is free to download, install, customize, and use.

Drupal – a short historical overview


Drupal was started in 2000 by Dries Buytaert when he was a student at the University of Antwerp. Dries, along with some friends at the university, wanted a way to communicate about the various details of their lives. To meet that need, Dries wrote a web-based application that allowed people to share notes. In January 2001, Dries decided to release the source code, and the Drupal project was born.

The Drupal handbook provides a more detailed overview at http://drupal.org/about/history.

Drupal has gone through many improvements over the years, and as of the writing of this book, Drupal 7 is the most recent major version. It is the version we will be using in this book.

What Drupal can do for you


Drupal is not a traditional Learning Management System (LMS). Drupal started as a community-building platform and these community-centered roots form the range of possibilities available within Drupal today.

Drupal provides a wide variety of useful tools for educators. For the instructor, Drupal can serve as a blogging platform, allowing teachers to communicate directly with students, parents, and the larger school and Internet community.

Drupal also offers a flexible range of privacy options that allow users to keep some, or all, of the content within a site private. However, a Drupal site can be used for far more than a secure blogging platform. Within a single Drupal site, you can set up social bookmarking, podcasting, video hosting, formal and informal groups, rich user profiles, and other features commonly associated with social web communities. Building your site in Drupal allows you to start with precisely the features you want and expand as needed. This book provides the information needed to build, maintain, and grow your site.

Drupal terminology


Drupal, like most software applications, has a specific lexicon. Mastering Drupal jargon is useful for many reasons, not the least of which is that using Drupal-specific terminology can help you search for information more effectively. The glossary in this chapter will give you an overview of commonly used Drupal terms and what they mean.

This list of terminology will cover our common tasks and features. For a glossary that delves into some of the technical aspects of Drupal, the Glossary page in the Drupal handbook is a useful resource, which can be found at http://drupal.org/glossary:

  • Entity: An entity is a new concept in Drupal 7 and it describes one instance of an entity type.

  • Entity type: An entity type groups together fields and is used to store and display data. Examples of entity types are nodes, users, comments, and taxonomy terms.

  • Field: A field is a reusable way to enter, store, and display information on the site, such as text, dates, and numbers.

  • Bundle: A bundle is a certain kind of an entity type.

  • Node: A node is a piece of content that has been created on your site. For example, if you create a page, you have created a node. A node is an entity type and each individual node you create is an entity.

  • Content type or node type: On your Drupal site, you will have different types of nodes or content. The default installation comes with the two content types: the Article and Basic page. As we progress through this book, we will create a variety of other node types, such as bookmarks, student blogs, audio nodes, and so on. While all types of nodes are content, different node types can have different functions on your site. A content type is a bundle for the node entity type.

  • Post: A post is a piece of content of any content type. For example, if a user creates a page node, they have created a post.

  • Core: Core refers to the base installation of Drupal. The core installation consists of the essential modules and some basic themes for Drupal. Although any person who has an account on drupal.org can suggest a change to the core codebase, most changes to core are thoroughly reviewed by developers within the community and only a small number of people have the rights to actually make changes to core. As a result, the core codebase is stable and secure. The core codebase can be downloaded from http://drupal.org/project/drupal.

  • Contributed modules: These have been written and shared by members of the Drupal community. Unlike core, which represents the work of several hundred contributors, most contributed modules have been written by individuals or small teams working together. The contributed modules extend the functionality of Drupal, and this book describes how to use various contributed modules effectively. However, you should be cautious when installing a new contributed module. The contributed modules have not been reviewed as thoroughly as core. An overview of all the contributed modules is available at http://drupal.org/project/Modules.

  • Theme: The themes control the look and feel of your site. The core installation comes with several base themes and you can download a range of contributed themes from http://drupal.org/project/themes.

  • Menu: The menus provide a lists of links and can be used to create an organizational and navigational structure for your site. All menus can be seen and edited at admin/structure/menu; additionally, all menus create blocks.

  • Block: A block displays content within a specific place on the page. All menus create blocks but you can also embed HTML within a block. The blocks can be administered at admin/structure/block.

  • Region: Every theme defines specific regions; blocks can be placed into these different regions using the administrative menu at admin/structure/block.

    Note

    Menus, blocks, and regions are covered in Chapter 14, Theming and User Interface Design.

  • Taxonomy: Taxonomies can be used to organize content within a Drupal site. Drupal permits site administrators to create different taxonomy categories to organize posts. For example, when posting an assignment, an instructor might want to create two taxonomies: one for the type of assignment and another for the subject of the assignment.

  • Term: Terms or tags are specific items within a taxonomy. For example: a physics instructor creates two taxonomies to organize assignments. The first is the type of assignment and the second is a subject. If the instructor assigns his or her students to read an explanation of the theory of relativity, this assignment could be tagged with Reading (for the type of assignment) and Relativity (for the subject).

  • User: This is the technical term for people using your site.

  • Role: All site users belong to one or more roles. The site administrators can assign different permissions to different roles.

  • Anonymous user: Any person who visits your site and is not a member of your site is considered an anonymous user. The anonymous user role allows you to specify how people who are not site members can interact with content and members of your site.

    Note

    It is possible to remove all rights from the anonymous users, making the content of your site fully private or a walled garden.

  • Authenticated user: All site members are authenticated users and belong to the default authenticated user role. This default role can be used to assign a base level of rights to all the site members. Then, other roles can be used to assign more advanced privileges to users.

    Note

    Roles and access control are covered in more detail in Chapter 5, Enrolling Students.

  • UID1 (User ID 1): This is the first user on a Drupal site. UID1, by design, has full rights over your entire site. As a matter of best practice and security, UID1 should only be used as a back-up administrator account. Often, problems with your configuration will not be visible when logged in as UID1, because UID1 has more rights than other users.

Taking notes


A final piece of advice before we launch into building your Drupal site: buy a notebook and keep it next to your computer. Use this notebook in the same way a ship's captain uses his/her log by taking brief notes on what you do and why.

In the process of building your site, you will make decisions about module configurations, user roles, design tweaks, and so on. As you are making these decisions, you will be fully convinced that you will remember each decision you made and why.

Unless you are the exception that proves the rule, however, you won't remember. And this is where your notebook comes in. Use the notebook to record the changes you make. A useful entry will include the URL where you made the change and a brief description of why you made the change.

For example, if I am adjusting user privileges for the authenticated user role, I would enter the following in my notes: At admin/people/permissions/2—adjust user privileges so that the authenticated user role needs to have comments approved.

This way, when you are trying to remember why you made a specific change, you will have a record of your decision-making process.

Summary


This chapter provided an overview of Drupal and the functionality that you will be able to include on your site. Now that we have covered the general details, it's time to begin working directly with the software. In the next two chapters, we will install Drupal and start exploring the core functionality that you will use to build your learning community.

So, keep your notebook handy, and let's start building your site!

Left arrow icon Right arrow icon

Key benefits

  • Create a powerful tool for communication among teachers, students, and the community with minimal programming knowledge
  • Produce blogs, online discussions, groups and a media hosting platform using Drupal
  • Step-by-step instructions in a teacher-friendly approach; creating your classroom website will be an enjoyable task

Description

As social networks become more popular, their role in the classroom has come under scrutiny. Drupal offers a wide variety of useful tools for educators. Within a single Drupal site, you can set up social bookmarking, podcasting, video hosting, formal and informal groups, rich user profiles, and other features commonly associated with social web communities. "Drupal for Education and E-Learning - Second Edition" teaches you how to create your own social networking site to advance teaching and learning goals in the classroom, while giving you complete control over features and access. Communicate with students, share learning resources, and track assignments through simple tasks with this hands-on guide.In this book you will learn to install and configure the default Drupal distribution and then extend it to include blogs, bookmarks, a media sharing platform, and discussion forums. The book also covers how to organize your site to easily track student work on the site, and how to control who has access to that information. Additionally, it teaches you how to make the site easy to use, how to maintain the site, and how to ask for and receive help in the Drupal community.

What you will learn

Build an intuitive structure to allow students and teachers to find relevant content by creating blogs for both teachers and students Create roles and permissions for controlling access to different parts of the site Share and manage bookmarks, podcasts, images, and video to support teaching and learning Foster discussion and communication among teachers, students, and also the larger school community to collaborate on projects Support multiple classes within the same site Publish assignments for students in your courses, and track student responses to those assignments Learn to exchange help with the Drupal community Discover how to backup and maintain your site once it is built

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Buy Now

Product Details


Publication date : Jun 11, 2013
Length 390 pages
Edition : 2nd Edition
Language : English
ISBN-13 : 9781782162766
Category :
Concepts :

Table of Contents

23 Chapters
Drupal for Education and E-Learning - Second Edition Chevron down icon Chevron up icon
Credits Chevron down icon Chevron up icon
About the Author Chevron down icon Chevron up icon
About the Reviewers Chevron down icon Chevron up icon
www.PacktPub.com Chevron down icon Chevron up icon
Preface Chevron down icon Chevron up icon
Introducing Drupal Chevron down icon Chevron up icon
Installing Drupal Chevron down icon Chevron up icon
Getting Started Chevron down icon Chevron up icon
Creating a Teacher Blog Chevron down icon Chevron up icon
Enrolling Students Chevron down icon Chevron up icon
Creating the Student Blog Chevron down icon Chevron up icon
Bookmarks Chevron down icon Chevron up icon
Podcasting and Images Chevron down icon Chevron up icon
Video Chevron down icon Chevron up icon
Forums and Blogs Chevron down icon Chevron up icon
Social Networks and Extending the User Profile Chevron down icon Chevron up icon
Supporting Multiple Classes Chevron down icon Chevron up icon
Tracking Student Progress Chevron down icon Chevron up icon
Theming and User Interface Design Chevron down icon Chevron up icon
Backup, Maintenance, and Upgrades Chevron down icon Chevron up icon
Working Effectively in the Drupal Community Chevron down icon Chevron up icon
Index Chevron down icon Chevron up icon

Customer reviews

Filter icon Filter
Top Reviews
Rating distribution
Empty star icon Empty star icon Empty star icon Empty star icon Empty star icon 0
(0 Ratings)
5 star 0%
4 star 0%
3 star 0%
2 star 0%
1 star 0%

Filter reviews by


No reviews found
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.