Problem Overview:
The task involves completing a story using time order words (sequencing words) from the provided box. The goal is to fill in the blanks in the story with the appropriate sequencing words, ensuring each word is used only once and capitalizing where necessary.
Provided Words:
- first
- later
- last
- soon
- suddenly
- then
- finally
- next
Story to Complete:
```
Two friends built a fort. ________, they gathered some wood. ________ they put the walls together. Next, they added a roof and a door. They put on a doorknob last. ________, it was finished. ________, they made up a password. ________, they will have a meeting here.
```
---
Solution:
#### Step 1: Analyze the Story Structure
The story describes the process of building a fort step by step. We need to use the sequencing words to logically order the events.
#### Step 2: Fill in the Blanks
1.
First blank: This is the initial action in the sequence. The most logical choice is "First."
- Sentence: "Two friends built a fort.
First, they gathered some wood."
2.
Second blank: This follows the gathering of wood. The next logical step is "Then."
- Sentence: "
Then they put the walls together."
3.
Third blank: This comes after adding the roof and door. The most fitting word is "Finally," as it indicates the completion of the fort.
- Sentence: "They put on a doorknob last.
Finally, it was finished."
4.
Fourth blank: This happens after the fort is completed. A good choice here is "Soon," indicating that something will happen shortly after.
- Sentence: "
Soon, they made up a password."
5.
Fifth blank: This is the final action described in the story. The remaining word is "Suddenly," which fits well as an unexpected or immediate event.
- Sentence: "
Suddenly, they will have a meeting here."
#### Final Completed Story:
```
Two friends built a fort.
First, they gathered some wood.
Then they put the walls together. Next, they added a roof and a door. They put on a doorknob last.
Finally, it was finished.
Soon, they made up a password.
Suddenly, they will have a meeting here.
```
---
Explanation of Choices:
1.
First: Used for the initial action.
2.
Then: Follows the first action logically.
3.
Finally: Indicates the completion of the fort.
4.
Soon: Suggests an action happening shortly after the fort is finished.
5.
Suddenly: Fits as an unexpected or immediate event at the end.
All words are used exactly once, and the story flows logically with proper sequencing.
---
Final Answer:
\boxed{First, Then, Finally, Soon, Suddenly}
Parent Tip: Review the logic above to help your child master the concept of sequencing paragraphs worksheet.