Back to Freecodecamp

Task 59

curriculum/challenges/english/blocks/learn-how-to-request-and-receive-guidance/6625dee8ccb83a93da674fca.md

latest2.0 KB
Original Source
<!-- (Audio) Tom: Oh, thanks, Maria. I'm having a hard time understanding how to merge branches. Have you ever had to deal with this? -->

--description--

Having a hard time means experiencing difficulty with something. For example, I'm having a hard time lifting this box means the box is difficult to lift.

Having a good time means enjoying yourself or having fun. For instance, I'm having a good time at the party means you are enjoying the party.

--fillInTheBlank--

--sentence--

Oh, thanks, Maria. I'm having a BLANK time BLANK how to merge branches. Have you ever BLANK to deal with this?

--blanks--

hard

--feedback--

It means experiencing difficulty or challenges.


understanding

--feedback--

This word refers to the process of comprehending or grasping something.


had

--feedback--

This word is used to indicate past experience or occurrence.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.2-3.mp3",
      "startTime": 1,
      "startTimestamp": 4.58,
      "finishTimestamp": 10.18
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.3,
      "dialogue": {
        "text": "Oh, thanks Maria. I'm having a hard time",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "startTime": 3.3,
      "finishTime": 4.74,
      "dialogue": {
        "text": "understanding how to merge branches.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "startTime": 5.24,
      "finishTime": 6.6,
      "dialogue": {
        "text": "Have you ever had to deal with this?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 7.1
    }
  ]
}