Back to Freecodecamp

Task 33

curriculum/challenges/english/blocks/learn-how-to-use-basic-programming-vocabulary-in-conversations/662b871f32087113511f262a.md

latest1.8 KB
Original Source
<!-- (Audio) Sarah: Hey, Tom. I'm having some trouble with my code. I can't figure out what's wrong. -->

--description--

The pattern be followed by the -ing form of a verb is used to talk about actions happening at the moment.

The phrase have trouble with is used to express difficulty in dealing with a specific issue or object. For example, She is having trouble with her computer means she is experiencing difficulties using her computer.

--fillInTheBlank--

--sentence--

Hey, Tom. I'm BLANK some BLANK BLANK my code. I can't figure out what's wrong.

--blanks--

having

--feedback--

It shows an ongoing action or state, indicating Sarah is currently experiencing difficulties.


trouble

--feedback--

This noun describes difficulties or problems with something specific.


with

--feedback--

This preposition is used to connect the difficulty someone is having to the object of their difficulty, in this case, my code.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "5.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 4.26
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 5.26,
      "dialogue": {
        "text": "Hey, Tom. I'm having some trouble with my code. I can't figure out what's wrong.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 5.76
    }
  ]
}