Back to Freecodecamp

Task 63

curriculum/challenges/english/blocks/learn-how-to-discuss-your-morning-or-evening-routine/655a5bfadf47e1199f9b65eb.md

latest2.4 KB
Original Source
<!-- (Audio) Jake: Hey, Sarah. Sophie said you have some good tips for a great morning. -->

--description--

Past tense verbs are used to talk about actions that already happened. Some verbs change their form in the past tense. For example, say becomes said:

  • Yesterday, she said she would join us. - Here, said is the past tense of say.

  • He said the meeting was at noon. - Here, said tells you about something in the past.

Another similar verb is tell, which becomes told in the past tense. For example:

  • He told me about the plan last week. - Here, told shows the action happened in the past.

  • Last night, they told stories about our last project. - Here, told is used to describe past storytelling.

The difference is that say focuses on the words someone spoke, while tell is usually followed by a person and shows who received the information.

Don't worry if irregular verbs feel difficult at first. Practice will help you remember them more easily.

--questions--

--text--

What does Jake mean in his sentence?

--answers--

Sophie will tell Jake about Sarah's morning routine tips.

--feedback--

Said is in the past tense, indicating that Sophie has already told Jake about the tips.


Sarah tells Sophie about her morning routine.

--feedback--

The sentence indicates Sophie telling Jake about Sarah's tips, not the other way around.


Sophie told Jake that Sarah has good tips for a morning routine.


Jake asks Sarah for tips directly.

--feedback--

Jake mentions Sophie said something about Sarah's tips, he doesn't ask directly.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Jake",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.2-3.mp3",
      "startTime": 1,
      "startTimestamp": 0.30,
      "finishTimestamp": 4.22
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 4.92,
      "dialogue": {
        "text": "Hey, Sarah. Sophie said you have some good tips for a great morning.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 5.42
    }
  ]
}