Home > Articles

This chapter is from the book

This chapter is from the book

Working with Content in Plone

A member can add content only in an area to which that member has been given permission to do so, such as a shared folder or his own Member folder. All of the examples in this section use the Member folder as the content repository. To get to your Member folder, log in to your Plone site and click on the My Folder link in the upper-right toolbar. This presents you with the content view of your folder, which you have seen before. Unless you've added things on your own already, the only item in the document list for this folder is a line item representing your home page.

As discussed earlier in this chapter, in this view you have two drop-down lists available for adding a new bit of content. In the next sections, you'll use this interface to add one of each of the different content types. Of course, feel free to add as many as you want during this introductory process.

Following are the most common content types, but as you'll learn in Chapter 7, "Advanced Content-Related Techniques," you can create your own types. When you use the Add New Item drop-down list, the entries will be ordered as in this list:

  • Document—Although anything with text in it is usually generically referred to as a document, within Plone, a document is a web page. For example, the entry in your Member folder that holds the content for your home page is a document.

  • Event—Anything that is added to a calendar is considered an event. When you publish an event, it also is displayed in the calendar view.

  • File—Any content that isn't a web page document and that is in file format is a file. Microsoft Word documents and Adobe PDF documents are examples of files.

  • Folder—Although it is not content in the strictest sense of the word, a folder is a container for content. You can create as many folders and subfolders as you want in your member area.

  • Image—An image file—JPEG, GIF, PNG, and so on—is added as the image content type.

  • Link—This content type holds local URLs or URLs to external websites.

  • News item—When you want to call attention to something, add a news item. This item then is added to the news slot and under the News tab.

When you add any of these content types, there are some consistent themes. Each item has a name, a title, and an optional description, followed by attributes particular to the content type, such as the uploaded file and the URL. In the next few sections, you'll learn more about adding and modifying each of these basic content types.

Creating and Modifying Documents

In Plone, a document is what you would usually refer to as a web page, or any chunk of text that is not part of another file format. For example, if you wanted to write a blurb about something and make it available to other members of the Plone site, you would probably create a document containing just that text instead of opening a word-processing program, creating a new file, typing your text, and uploading the file to your member directory.

When a new user is registered within a Plone community, one document is automatically created and placed in the member's directory: the user's home page. Documents such as the home page (and any other document that you create on your own) can be composed in one of three different types of text:

  • Plain text, with no visible or structural styles through any type of markup.

  • HTML, which uses HTML markup for visible and structural styles.

  • Structured text, which is the default setting for creating or editing a document. When you type in structured text, special formatting is used for visible and structural elements, which is rendered as HTML when viewed by the browser.

Next, you'll get an overview of the process of creating or modifying documents, followed by a brief primer on using structured text.

The processes of creating a new document and modifying an existing one start differently but end in the same place: working within a form that contains the same fields, representing the properties of the document. These fields are as follows:

  • Short Name—This becomes part of the URL to the document. This short name should be relatively descriptive but should contain no underscores; it also should not be mixed case. For example, myvacation is an appropriate short name, but My Vacation_to_Alaska is not acceptable. If you do not input your own short name, Plone creates one for you. But beware: They end up like Document.2004-04-07.4992387560 when they're automatically generated, and that's not an easy-to-remember name!

  • Title—Also required, this field is used to identify the content in a number of areas. The title is displayed at the top of the page and in the browser's title bar, as part of the navigational breadcrumb trail, as a link in search results and folder content displays, and so forth. Not surprisingly, then, this field is required.

  • Description—Used to introduce the document, this is usually displayed underneath the title of a document when viewing a listing. The description is not required, but it should be used when the content is not discernable from the title of the document.

  • Body Text—This is the actual content of the document. Although it is technically not required, what would be the point of having an empty document? In this text area, you can type plain text, HTML, or structured text—just be sure to select the matching format from the set of radio buttons that appears next in the form, or your content might look strange.

  • NOTE

    If you're wondering about this "structured text" thing, have no fear. You'll learn the basics of structured text later in this chapter—and even then, you can still use HTML or plain text to create documents in Plone.

  • Format—The default selection is Structured Text. You can also select HTML or plain text; the selected radio button should match the typed text in the Body Text field or, as you'll see, in the file uploaded via the Upload Content field.

  • Upload Content—If you already have a text file full of formatted content, you can simply upload this file via the Upload Content field instead of pasting or retyping your content into the Body Text field. Uploading content into a document is not the same as uploading a file to your member directory, as you'll learn later in this chapter. In fact, if you attempt to upload a binary file, such as a Microsoft Word document or another proprietary file format, you will receive an error message to the effect that you are placing a square peg in a round hole, and to please try again.

Uploading content is simply a shortcut for getting pre-existing, text-only content into a Plone document. When using this shortcut, remember to select the correct Format option. For instance, if you are uploading a file containing HTML markup, select the HTML radio button in the Format field. Similarly, structured text and plain text should be indicated appropriately. Although Plone will display HTML properly even if it is tagged as structured text, you will see only the raw code if you tag it as plain text.

When you are in the contents view of your member area and decide to add a new document, you will see a form such as the one in Figure 3.9, with all of the fields described previously. As you learned earlier, you can add a new document by using either of the two content-related drop-down lists available in that view; both get you to this same form.

You will notice immediately that Plone has already created a document and provided a short name in the Short Name field. Plone does not wait until you press a button to create a document; it creates a document when you initiate the creation process.

TIP

If you decide that you don't really want to add the new document after all and you either navigate away from the page or press the Cancel button, you must delete the document shell from your member area. You can also use the Undo feature to roll back the previous action.

Unless you are particularly attached to the Plone-generated short name, the first thing you should do is replace the contents of the Short Name field with your own text. Next, enter a title, followed by a description, if you want, and the body text of the document (leave this blank if you want to upload a file containing the text). Select the appropriate content format and press the Save button to retain your changes.

After you save the document, you will see a confirmation message and the contents of the document as they appear when viewed. In Figure 3.10, you can see this confirmation, plus the title, description, and contents of a poorly formatted document.

Figure 3.9Figure 3.9 Adding a new document.

My bad formatting leads us directly into the next topic: modifying an existing document. Because the title of the document was already "Sports in the Springtime," there was no need for me to repeat it. Similarly, my structured text formatting was a bit off, so some text appears bold when it was intended to be a single paragraph of normal font weight.

Figure 3.10Figure 3.10 A new document has been added.

You can initiate the editing process by selecting the Edit tab when viewing the content in question. However, you will see the Edit tab only if you are the owner or otherwise have permission to edit the document. For example, a document created by user johnsmith will not be editable for user janedoe, unless johnsmith gave janedoe such permission. Assuming that he has not, janedoe will never see the Edit tab for that document.

Taking the role of johnsmith and initiating the editing of this document, the Edit form looks exactly like the Addition form, with the content already living in the appropriate boxes. You can see this in Figure 3.11. Also note the use of the document title in the navigational breadcrumb trail at the top of the page.

After you make the appropriate changes in content and formatting, press the Save button to see a confirmation and return to view mode. As you can see in Figure 3.12, the formatting has been fixed and the document appears as it should. If things still don't look right in your document, you can continue to go to the Edit tab, make changes, save the changes, view the changes, and so forth until you get the look you're trying to achieve. Or, you can go to your Undo area and selectively choose which editing action to roll back and choose which position you want to continue from.

When you have finished making changes to your document, you can place it in the publishing queue by selecting the Publish Item from the State drop-down list when viewing the item. Your item will be in the queue until the administrator decides to publish or reject it. Later in this chapter, you'll see how documents are published for public consumption.

Figure 3.11Figure 3.11 Editing an existing document.

In the next section, you'll learn the basics of structured text before you move on to working with other content types.

Structured Text Basics

Structured text is the default text-formatting type when creating new documents in Plone. Structured text is a system of notation used when typing text that does not revolve around a set of tags or any proprietary software. Instead, following a simple set of rules helps you quickly produce a document that then is rendered in a specific structure (headings, paragraphs, lists) and displayed (bold text, italicized text, and so forth). This section provides you with the basics for working with structured text.

Figure 3.12Figure 3.12 The document was successfully edited.

The simplest element in a document containing structured text is the paragraph. This text is rendered as a single paragraph:

This is my first sentence. This is my second sentence.

In HTML, this would be:

<P>This is my first sentence. This is my second sentence.</P>

However, if you separated your input with line breaks, Plone would interpret it as two separate paragraphs:

This is my first sentence. 
This is my second sentence.

In HTML, these would be:

<P>This is my first sentence.</P>
<P>This is my second sentence.</P>

Headings and levels of text are achieved through indentation. A single line of text is rendered simply as a paragraph, as shown earlier. If you indent the next line, however, the first line becomes a Level 1 heading and the second line becomes the paragraph. If you continue the indentation by typing another line and then another paragraph indented further, the previous line becomes a Level 2 heading. This can continue for at least four levels of headings, as shown in Figure 3.13.

Figure 3.13Figure 3.13 Showing multiple headings in structured text.

This display was achieved through the following structured text:

First Level Heading

   First Level's paragraph. Blah blah blah.

   Second Level Heading

     Second Level's paragraph. Blah blah blah.

     Third Level Heading

        Third Level's paragraph. Blah blah blah.

        Fourth Level Heading

          Fourth Level's paragraph. Blah blah blah.

Several other block-level formatting options are available in structured text, including lists. As in HTML, you can use three different types of lists in structured text: bulleted, numbered, and definition.

Bulleted-list items are simply preceded by an asterisk (*) and followed by a new line:

* first item

* second item

* third item

You can even make nested bulleted lists by using indentation:

* first item

   * first item in nested list

   * second item in nested list

* second item

* third item

Numbered lists are structured similarly to bulleted lists, except that the asterisk is replaced by a number. Nesting is possible with these lists as well:

1 first item

   1 first item in nested list

   2 second item in nested list

2 second item

3 third item 

The third type of list is also quite simple; the definition is simply separated with two dashes (--) from the item that it is defining:

Item One -- definition of item one.
Item Two -- definition of item two.

You can see the output of these structured text list type examples in Figure 3.14.

Figure 3.14Figure 3.14 Examples of list types in structured text.

NOTE

You cannot nest various types of lists within each other. For example, it is not possible to nest a numbered list inside a bulleted list, or a bulleted list inside a numbered list.

You've seen examples of structurally formatted text—paragraphs, lists, and the like. Now you need the display formatting information to round out your knowledge. The very basic display markup elements are bold, italics, and underline. To render bold content, surround the text with double asterisks:

I am **bolded**.

Italicized text is surrounded by single asterisks:

I am *italicized*.

Text to be underlined is surrounded by underscores:

I am _underlined_.

Preformatted text, which is often used for code examples or other types of text that needs to preserve its line breaks and spacing, is preceded by double colons (::) and must be indented. When you break out of the indentation, normal formatting resumes. In the following example, only the two lines of code will be in preformatted text:

The following is a code listing::
   print "Hello World!\n"
   print "How are you?\n"
I am no longer a code listing.

You can also use inline preformatted text, such as when you want to show filenames or names of variables, or other code snippets. Inline preformatted text is achieved by surrounding the text with single quotations:

The names of the important variables are '$a', '$b' and '$c'.

The next set of display-formatting examples are of the functional sort; you'll see how to present links to URLs, email addresses, and images, and how to add footnotelike references in your text.

Links to URLs are created by presenting the text to be linked in quotes, followed by a colon, followed by the URL. For example, a link to Plone.org would be this:

"A link to Plone.org":http://www.plone.org/

Similarly, a mailto link would be this:

"Send me mail":mailto:joe@fakeplace.com

Linking to an image follows the same structure:

"thickbook.com logo":img:http://www.thickbook.com/images/tb_main_boringlogo.gif

NOTE

When displayed in Plone documents, linked items are accompanied by an icon representing the link type. URLs have a little globe icon, mailto links have a little envelope, and so forth. You can see this in Figure 3.15.

Footnotelike references are very useful elements in long documents such as whitepapers and technical essays. References are also quite simple to produce in structured text. To create a reference, simply place the number inside square brackets:

I am writing something very important, but I have a good tangent in mind. [1]

At the end of your document, in an area for all footnote text, place two periods, then repeat the number in the square brackets, and begin typing your text:

.. [1] This is my tangent. I am sure it is fascinating.

You can see the outcome of the display-formatting examples used here in Figure 3.15.

Figure 3.15Figure 3.15 Examples of display formatting in structured text.

These examples have only scratched the surface of the possibilities when using structured text, but they certainly cover the basics. For more information and plenty of examples, visit http://zwiki.org/StructuredText.

In the next section, you'll see how to work with news and events elements, two content types similar to documents, which are also displayed in other areas of a Plone site besides your own Member folder.

Adding and Modifying Events and News

News and events are both text-based content types in Plone, which, when added, appear in your member area as well as in other areas of a Plone site. When adding or modifying a news item, the fields are as follows:

  • Short Name—This becomes part of the URL to the news item. This short name should be relatively descriptive, but it cannot contain underscores or have mixed case.

  • Headline—This is a required field and is used as the linked text in your member area, under the News tab, and anywhere else the link appears.

  • Lead-In—Much like the Description field when adding a document, this is displayed under the headline.

  • Body Text—This is the content of the news item. It can be structured text, HTML, or plain text; the default type is HTML.

As with adding a document, the news item is created when the new item is initiated. If you decide that you do not want to continue adding the item, you must manually remove the news item shell that already exists.

After you have added the news item, you can modify it by selecting the Edit tab, just as you did when editing a document. The same set of fields applies, as do the field requirements. When you have finished making changes to your news item, you can place it in the publishing queue by selecting Publish from the State drop-down list when viewing the item. Your item will be in the queue until the administrator decides to publish or reject it. Later in this chapter, you'll see how news items are published for public consumption. When published, news are available to all members, not just you.

An event is added and maintained similarly, but the form for adding or editing is much different. Because an event is essentially a news item or simple document that ties directly into a calendar, several calendar-related fields are used. The field list in the event addition/modification form is detailed here:

  • Short Name—This becomes part of the URL to the event. This short name should be relatively descriptive, but it cannot contain underscores or have mixed case.

  • Title—This is a required field. The title is used as the text for the link when the event appears in your member area, on the calendar, and so on.

  • Event Location—This optional field describes where the event will take place. This can be a meeting room, an address to a hotel, or anything else you want to use.

  • Event Type—This is an optional selection from a drop-down list of available types, such as an appointment, a meeting, and so on.

  • NOTE

    You can modify the list of event types through the Zope Management Interface. This is discussed in Chapter 8.

  • Description—Optional. This is a description of the event.

  • Event URL—Optional. This is a URL for the event, such as registration information or just additional information.

  • Event Starts—Required. Use the drop-down lists to select the day, month, year, hour, and minute of the start date of the event.

  • Event Ends—Required. Use the drop-down lists to select the day, month, year, hour, and minute of the end date of the event.

  • Contact Name—Optional. This is the name of the contact person for the event. Enter the full name of the person (or however you want the name to be displayed). This person does not have to be a member of the site, and no automatic linking from name to user home page occurs.

  • Contact Email—Optional. This is the email address of the contact person for the event.

  • Contact Phone—Optional. This is the phone number of the contact person for the event.

As with adding a news item, an event entry is created when the new item is initiated. If you decide that you do not want to continue adding the item, you must manually remove the event shell that already exists.

After you have added the event, you can modify it by selecting the Edit tab, just as you did when editing a document, news item, or anything else in Plone. The same set of fields applies, as do the field requirements.

The event item display is different from that of other content types you've seen so far because the form fields play an important role in placing items in appropriate areas of an event template. Instead of having one large body text field for typing, events contain specific types of information that are then placed in particular areas when displayed. You can see an example of an event that has been fully edited in Figure 3.16.

Figure 3.16Figure 3.16 A completed event.

When you have finished making changes to your event, you can place it in the publishing queue by selecting Publish from the State drop-down list when viewing the item. Your item will be in the queue until the administrator decides to publish or reject it. When published, events are available to all members.

In the next section, you'll learn the process for adding another content type: files.

Adding and Editing Files

As you learned earlier in this chapter, any file that already exists in a proprietary format, such as Microsoft Word or Adobe PDF, is a file. Files have one of the simplest addition/modification forms in Plone because they have only three fields (you've seen all of them already):

  • Title—Optional. The title is used as the text for a link to your file. If it is left blank, the name of the file becomes the default title.

  • Description—Optional. This text appears below the title.

  • Upload File—Required. Use this field to upload the target file from your hard drive to the Plone site.

After you have added the document, you can modify it by selecting the Edit tab, just as you did when editing a document, news item, or anything else in Plone. The same set of fields applies, as do the field requirements.

When a file is added and visible to a user, another tab is added: the Download tab. When you select the Download tab after viewing the description and link to the item from the View tab, a download is initiated. In other words, the Download tab functions as if you click on the Click Here to Get the File link under the View tab. Also available under the View tab is the file size and the MIME type of the file being viewed. For example, if the file is a 62K PDF, the following appears under the link to the document:

Size 62798 - File type application/pdf

When you have finished adding or modifying your uploaded file, you can place it in the publishing queue by selecting Publish from the State drop-down list when viewing the item. Your item will be in the queue until the administrator decides to publish or reject it. When published, the file is available to all members.

In the next section, you'll learn the process for working with the remaining standard content types in Plone: images, links, and folders.

Adding and Editing Other Content Types

This section introduces you to the remaining standard content types used in Plone: images, links, and folders. Given the earlier description of a file—any nondocument that is in a proprietary format—you would think that images would fall under this category. But images have their own content type in Plone because they are displayed differently than simple files. When an image is added to Plone, it can be viewed inline—if the type is supported by the user's web browser—and does not have to be downloaded to be viewed, as a file does.

These fields are used to add an image:

  • Short Name—This becomes part of the URL to the image. This short name should be relatively descriptive, but should not contain underscores or have mixed case.

  • Title—This is optional. The title is used as the text for a link to your file. If it is left blank, the name of the file becomes the default title.

  • Description—Text that appears below the title, used to introduce and describe the image. The description is not required.

  • Image—Use this required field to upload the target file from your hard drive to the Plone site.

After you have added the image, you can modify it by selecting the Edit tab, just as you did when editing a document, news item, or anything else in Plone. The same set of fields applies, as do the field requirements.

When a file is added and visible to a user, the image is viewed inline if the image type is supported. The file size also appears. Figure 3.17 shows an example of an uploaded image—in this case, a JPEG— appearing inline when viewed.

Figure 3.17Figure 3.17 Viewing an image inline.

The next standard content type is a link. Just as it sounds, a link is a reference to a URL, on either the Internet or an intranet. These fields are used for adding a link:

  • Short Name—Optional. This should be relatively descriptive but should not contain underscores or have mixed case.

  • Title—Required. The title is used on the display page but not as text for the link.

  • Description—Optional. This is a description of the URL to which you are linking.

  • URL—Required. This is the URL itself. If you do not use a protocol prefix, such as http:// or https://, Plone assumes that the URL is relative.

After you have added the link, you can modify it by selecting the Edit tab, just as you did when editing a document or anything else in Plone. The same set of fields applies, as do the field requirements.

The final standard content type in Plone is the folder. You have already worked with folders because your member area is, by default, a folder. But you can create additional folders within your member area, and you can provide others with access to add or modify the documents within it, as well as view the content. To add a folder, simply select it from the Add New Item drop-down menu. These fields are used for adding or modifying a folder:

  • Short Name—Optional. This becomes part of the URL to the folder. This short name should be relatively descriptive but should not contain underscores or have mixed case.

  • Title—Required. No default value is provided if you fail to create your own title. The title of the folder is used in directory listings and is clickable; selecting a folder link displays the contents of the folder to the user.

  • Description—Optional. This is a description of the folder that you are creating (or modifying).

After you have created a new folder, it is ready and waiting for new items to be added to it.

When you have finished adding or modifying your images, links or folders, you can place these in the publishing queue by selecting Publish from the State drop-down menu when viewing the item. Your item will be in the queue until the administrator decides to publish or reject it. When published, the item is available to all members.

In the next section, you'll learn how the documents are published and made visible to other users.

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020