Back to Freecodecamp

Task 1

curriculum/challenges/english/blocks/learn-how-to-talk-about-hobbies-and-interests/657d50434d1a007661712182.md

latest1.4 KB
Original Source
<!-- (Audio) Maria: Hey, I noticed that you have a camera on your desk. -->

--description--

To notice is used to express that something got your attention. For example:

I noticed an error in the code. - The error got your attention when you looked at the code.

In this dialogue, Maria sees a camera on Bob's desk and asks him about his interest in photography. To express that she saw the camera, she uses the verb notice in the past.

--fillInTheBlank--

--sentence--

Hey, I BLANK that you have a camera on your desk.

--blanks--

noticed

--feedback--

This word has to do with seeing or hearing something that gets your attention. It ends in -ed.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Maria",
        "position": {"x":50,"y":0,"z":1.5},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.2-1.mp3",
      "startTime": 1,
      "startTimestamp": 0.00,
      "finishTimestamp": 2.25
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.25,
      "dialogue": {
        "text": "Hey, I noticed that you have a camera on your desk.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 3.75
    }
  ]
}