Back to Freecodecamp

Task 49

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

latest2.0 KB
Original Source
<!-- (Audio) Sarah: I was actually thinking of using AI in tasks like code analysis and bug detection. -->

--description--

The word actually is often used to express a fact or to correct a previous statement or assumption. It adds emphasis to what is being said and can introduce new, often surprising information.

For example, She isn't just my colleague; she's actually my sister.

The phrase think of is used to express the idea of considering or planning to do something. When using think of, it is common to follow it with a verb in its -ing form (gerund). This structure is used to talk about possible actions or intentions.

For instance, I'm thinking of starting a new project. It means considering starting something new.

--fillInTheBlank--

--sentence--

I was BLANK BLANK BLANK using AI in tasks like code analysis and bug detection.

--blanks--

actually

--feedback--

This word is used to emphasize a fact or a point that might be surprising.


thinking

--feedback--

This is part of the phrase which means to consider doing something.


of

--feedback--

This word completes the phrase used here to indicate Sarah's consideration of an idea.

--scene--

json
{
  "setup": {
    "background": "company2-parking.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "5.3-3.mp3",
      "startTime": 1,
      "startTimestamp": 16.72,
      "finishTimestamp": 20.92
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 5.2,
      "dialogue": {
        "text": "I was actually thinking of using AI in tasks like code analysis and bug detection.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 5.7
    }
  ]
}