Back to Freecodecamp

Task 35

curriculum/challenges/english/blocks/learn-how-to-ask-and-share-about-educational-and-professional-background/657b1da0b27fef8117827ce5.md

latest1.8 KB
Original Source
<!-- (Audio) Brian: Hey, how's it going? I noticed you're relatively new here. -->

--description--

You've already learned about the Past Simple tense. Now, you can explore it further.

The Past Simple tense is often formed by adding -ed to a verb. But, when a verb ends with an -e, you just add a -d. For example, notice becomes noticed.

To notice means to become aware of something, often because you see or realize it. For example:

She noticed a mistake in the report. - This means she saw the mistake.

--questions--

--text--

What does noticed in Brian's sentence indicate?

--answers--

Brian observed something in the past.


Brian is planning to observe something.

--feedback--

Noticed indicates a completed action in the past, not a future plan.


Brian continuously observes something.

--feedback--

Noticed is used for actions that were completed, not ongoing actions.


Brian never observes anything.

--feedback--

Noticed implies that Brian did observe something, not never observing.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 0.00,
      "finishTimestamp": 3.58
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 4.58,
      "dialogue": {
        "text": "Hey, how's it going? I noticed you're relatively new here.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 5.08
    }
  ]
}