Back to Freecodecamp

Task 40

curriculum/challenges/english/blocks/learn-how-to-discuss-tech-trends-and-updates/663855865f5d53510f9cd9a5.md

latest1.9 KB
Original Source
<!-- (Audio) Bob: Sarah, I'm hearing a lot about AI in programming these days, but I don't know how to use it. Any ideas? -->

--description--

The phrase to be hearing is used to describe the action of receiving information, news, or opinions, usually from other people. It's often used to indicate that someone is currently becoming aware of or being informed about something, especially through indirect means like rumors or general discussion.

For example, He is hearing different opinions on the topic. It shows he is currently learning about various viewpoints.

--fillInTheBlank--

--sentence--

Sarah, I'm BLANK a lot BLANK AI in programming these days, but I don't know how to use it. Any ideas?

--blanks--

hearing

--feedback--

This word in this context means receiving information or opinions.


about

--feedback--

This preposition is used to specify the subject that is being heard or discussed.

--scene--

json
{
  "setup": {
    "background": "company2-parking.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "5.3-3.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 5.66
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.56,
      "dialogue": {
        "text": "Sarah, I'm hearing a lot about AI in programming these days,",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 4.6,
      "finishTime": 6.66,
      "dialogue": {
        "text": "but I don't know how to use it. Any ideas?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 7.16
    }
  ]
}