Problem Overview:
The task is to identify and label the structural parts of a poem based on the definitions provided. The poem "The Swing" by Robert Louis Stevenson is used as an example, and we need to match each part of the poem with the correct term from the given definitions.
Definitions Recap:
1.
Line: A group of words that are all on the same line.
2.
Stanza: A group of lines that belong together. A stanza can consist of any number of lines but is most often four or six lines long.
3.
Rhyme: In a poem, when two lines rhyme, it means that the last words of each line rhyme.
4.
Meter: The rhythm created by stressed and unstressed syllables in a line of poetry.
5.
Foot: A group of stressed and unstressed syllables that define the meter of a poem.
Poem Analysis:
We will analyze the poem "The Swing" and match each part with the appropriate term.
#### The Swing by Robert Louis Stevenson
```
How do you like to go up in a swing,
Up in the air so blue?
Oh, I do think it the pleasantest thing
Ever a child can do!
Up in the air and over the wall,
Till I can see so wide,
Rivers and trees and cattle and all
Over the countryside—
Till I look down on the green below,
Down on the roof so brown—
Up in the air I go flying, again,
Up in the air and down!
```
---
Step-by-Step Solution:
#### 1.
First Group of Lines
```
How do you like to go up in a swing,
Up in the air so blue?
Oh, I do think it the pleasantest thing
Ever a child can do!
```
- This is a
group of lines that belong together. According to the definition, this is a
stanza.
-
Label: B. Stanza
#### 2.
Second Group of Lines
```
Up in the air and over the wall,
Till I can see so wide,
Rivers and trees and cattle and all
Over the countryside—
```
- This is another
group of lines that belong together. Again, this is a
stanza.
-
Label: B. Stanza
#### 3.
Single Line
```
one box
```
- This is a single line of text. According to the definition, this is a
line.
-
Label: A. Line
#### 4.
Highlighted Section
```
Up in the air and over the wall,
Till I can see so wide,
Rivers and trees and cattle and all
Over the countryside—
```
- This section highlights a specific part of the poem. It is a
group of lines considered together, which matches the definition of a
stanza.
-
Label: B. Stanza
#### 5.
Last Group of Lines
```
Till I look down on the green below,
Down on the roof so brown—
Up in the air I go flying, again,
Up in the air and down!
```
- This is the final
group of lines that belong together. This is also a
stanza.
-
Label: B. Stanza
---
Final Answer:
1.
B. Stanza
2.
B. Stanza
3.
A. Line
4.
B. Stanza
5.
B. Stanza
Boxed Answer:
\[
\boxed{B, B, A, B, B}
\]
Parent Tip: Review the logic above to help your child master the concept of poetry elements worksheet.