Task Overview:
The task involves completing a poem by choosing words from the given list that rhyme with specific words in the poem. The goal is to create a coherent and rhythmic poem using the provided words:
shout, night, moon, inside, play.
Given Words:
- shout
- night
- moon
- inside
- play
Poem Template:
```
The sun shines oh so bright.
Where does it go every _______?
The sun comes up every day.
It stays in the sky while we _______.
I love it when the sun comes out.
We get to go outside to scream and _______.
Behind the clouds the sun goes to hide.
This is when we go back _______.
To bed we will go soon.
That is when we see the _______.
```
Solution Approach:
1. Identify the word at the end of each line that needs a rhyming word.
2. Choose a word from the given list that rhymes with the target word.
3. Ensure the chosen word fits logically in the context of the poem.
Step-by-Step Solution:
#### Line 1: "Where does it go every _______?"
- Target word:
bright
- Rhyming word:
night
- Sentence: "Where does it go every night?"
#### Line 2: "It stays in the sky while we _______."
- Target word:
day
- Rhyming word:
play
- Sentence: "It stays in the sky while we play."
#### Line 3: "We get to go outside to scream and _______."
- Target word:
out
- Rhyming word:
shout
- Sentence: "We get to go outside to scream and shout."
#### Line 4: "This is when we go back _______."
- Target word:
hide
- Rhyming word:
inside
- Sentence: "This is when we go back inside."
#### Line 5: "That is when we see the _______."
- Target word:
soon
- Rhyming word:
moon
- Sentence: "That is when we see the moon."
Completed Poem:
```
The sun shines oh so bright.
Where does it go every night?
The sun comes up every day.
It stays in the sky while we play.
I love it when the sun comes out.
We get to go outside to scream and shout.
Behind the clouds the sun goes to hide.
This is when we go back inside.
To bed we will go soon.
That is when we see the moon.
```
Final Answer:
\boxed{
\begin{aligned}
&\text{night, play, shout, inside, moon}
\end{aligned}
}
Parent Tip: Review the logic above to help your child master the concept of poem worksheet.