Back to Freecodecamp

Task 66

curriculum/challenges/english/blocks/learn-how-to-discuss-popular-trends-in-technology/661aeb62c0cf70c99147fbe9.md

latest1.6 KB
Original Source
<!-- (Audio) Tom: I keep hearing about facial recognition and fingerprint scanning. -->

--description--

The structure keep + a verb that ends in -ing means to do an action consistently or repeatedly over time. For example, in the dialogue, Tom means he regularly or repeatedly receives information or news about a particular topic by saying keep hearing about. In this case, the news he hears is about facial recognition and fingerprint scanning.

--fillInTheBlank--

--sentence--

I BLANK BLANK about facial recognition and fingerprint scanning.

--blanks--

keep

--feedback--

A verb similar to continue.


hearing

--feedback--

The verb you use when you receive information or news. Since it is preceded by keep, use the -ing form.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.2-4.mp3",
      "startTime": 1,
      "startTimestamp": 3.26,
      "finishTimestamp": 6.3
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.04,
      "dialogue": {
        "text": "I keep hearing about facial recognition and fingerprint scanning.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.54
    }
  ]
}