Skip to main content

The Many People of Charlotte's Web

 Academic Subject – English Language Art

Unit Name – The Many People of Charlotte's Web

Summary of the Unit’s Content

Students will work together in groups to discuss the different character traits their character

displays. After developing many traits, students will collaborate to create a PowerPoint of at least

4 slides with sentences that describe the character displaying these traits throughout the book.

After completing the PowerPoint presentations, students will head back to their groups and

create a timeline of their character's events throughout the story.

Unit Objectives

Students will describe a character from the book, Charlotte's Web, by developing a character

traits list with a PowerPoint. While the students are presenting the character trait PowerPoint, the

students will also be dressed as the characters. Students will also create a timeline of events of

their character by creating a booklet with their group.

Description

1. Review with students the meaning of what a character is and describe what is a character trait.

2. Review parts of the book, Charlotte's Web, by calling on several people to review what has

happened in the last chapter.

3. Today, we are going to discuss some of the main characters of the story. Call on several

students to discuss the main characters. (Charlotte, Wilbur, Fern, Templeton, Henry, Uncle,

Some of the other Animals.)

4. List the main characters on the board. Students should be in their groups taking notes.

5. Call on students to describe one character trait for each character. "What is a character trait of

Wilbur?" Students may answer that he is fearful or lonely.

6. After describing one character trait for each character, assign a character to each group.

7. The group will then brainstorm character traits by using a graphic organizer.

8. Once students are finished brainstorming, they will proceed to the computers.

9. Students must complete a PowerPoint with at least 4 slides of character traits for each

character. Include in the slides a sentence from the book that describes the character trait of the

character.

10. After completing the PowerPoint, the group will present the PowerPoint to the class.

11. Once everyone has presented to the class, allow students to head back to their seats and

watch a short video on sequence of events: http://youtu.be/ZEWitdYB6_Y

12. Review with the class what is an event. Also, review with the class some different types of

things that have sequences.

13. Students will work with their group to create a timeline booklet of their characters sequence

of events throughout the story. Inside the booklet, students must include 6 main events. Each

page must include a 2-3 sentence of the main event plus a picture.

14. Display and discuss an example of a timeline on the board for students to see.

15. In closure, review with students what a is a character. Head back to the list on the board and

add more character traits to the character's names.

16. Review 2-3 characters timelines with the class. Discuss with the students, "Did this event

happen before this major event?" -yes, no?

Technology Resources Needed:

Interactive whiteboard, PowerPoint with character traits list displayed, computer, Powerpoint

Capability, http://youtu.be/ZEWitdYB6_Y

 

WE HAVE DONE THIS QUESTION BEFORE, WE CAN ALSO DO IT FOR YOU

GET SOLUTION FOR THIS ASSIGNMENT, Get Impressive Scores in Your Class

CLICK HERE TO MAKE YOUR ORDER

TO BE RE-WRITTEN FROM THE SCRATCH

GET SOLUTION FOR THIS ASSIGNMENT

CLICK HERE TO MAKE YOUR ORDER

TO BE RE-WRITTEN FROM THE SCRATCH

NO PLAGIARISM

  • Original and non-plagiarized custom papers- Our writers develop their writing from scratch unless you request them to rewrite, edit or proofread your paper.
  • Timely Deliveryprimewritersbay.com believes in beating the deadlines that our customers have imposed because we understand how important it is.
  • Customer satisfaction- Customer satisfaction. We have an outstanding customer care team that is always ready and willing to listen to you, collect your instructions and make sure that your custom writing needs are satisfied
  • Confidential- It’s secure to place an order at primewritersbay.com We won’t reveal your private information to anyone else.
  • Writing services provided by experts- Looking for expert essay writers, thesis and dissertation writers, personal statement writers, or writers to provide any other kind of custom writing service?
  • Enjoy Please Note-You have come to the most reliable academic writing site that will sort all assignments that that you could be having. We write essays, research papers, term papers, research proposals The Many People of Charlotte's Web

Get Professionally Written Papers From The Writing Experts 

Green Order Now Button PNG Image | Transparent PNG Free Download on SeekPNG

Comments

Popular posts from this blog

Why was this movie important to hollywood? What was the feeling of it, the colors, techniques, theme, director, style, music, anything! What was special about Alfred Hitchcock and this film?

  Directions For this assignment, you will need to choose a topic or person from any of the various eras, movements or decades that we've discussed this semester and do a presentation on them using any media format you choose. (IM CHOOSING THE MOVIE PSYCHO-    Why was this movie important to hollywood? What was the feeling of it, the colors, techniques, theme, director, style, music, anything!  What was special about Alfred Hitchcock and this film? The subject matter doesn't have to be limited to an actor, director or filmmaker, but  the topic of your presentation could be on the inventions of any of the equipment, editing or filming techniques that you've learned about.  Basically, you can pick an area to cover and do your presentation on that.  The point is that you take a deeper dive into the subject by exploring information about it that may not have been  covered in this course.  It does have to...

Account Cost Systems and Cost Behaviors

  ACC501 Account Cost Systems and Cost Behaviors You are applying for a managerial position at an innovative and rapidly growing company. This is a dynamic company that wants an individual who adds value to the organization. Managers at this company wear many hats, so the position requires managing products, people, and financial aspects of running the company. As part of the interview process, you are required to make a presentation covering four different topics, one per module for this course. You choose the company and the new product that you want to showcase in your presentation. It can be real or fictitious (based on an industry). This is for background purposes only. The presentation is to showcase your abilities and what you can contribute to the organization. IBIS World (access on the Trident Portal through the Online Library > Additional Library Resources > IBISWorld link) and BizStats have estimates of cost of goods sold ...

Starting with this provided code, add the following functionality

1.Starting with this provided code, add the following functionality: Replace hardcoded strings “Zero”, “One”, “Two”, “Three” in the ArrayList based on user typed input (use Scanner or JOptionPane classes). The user will be prompted for the String to be stored in the ArrayList and then hit enter. The user will be able to continue to add items to the ArrayList until they just hit enter without typing anything. Once the user does this (hits enter without typing anything), the program will display all of the elements of the ArrayList, both the index and String values, in a table. It will do this via a single loop making use of an iterator method. 2. Starting with this provided code, add the following functionality: Use a Try/Catch block so that the exception is caught and the program exits a bit more gracefully. Save this file as TryCatch.java. (Be sure to rename the Public Class accordingly.) Starting with the provided code again (without the Try/Catch block), fix the code so that ...