Back to Freecodecamp

Task 63

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

latest1.8 KB
Original Source
<!-- (Audio) Maria: All the time. Merging can be tricky. Let's sit down after the meeting, and I'll walk you through it step by step. -->

--description--

Listen to the audio and fill in the blanks.

--fillInTheBlank--

--sentence--

All the time. BLANK can be BLANK. Let's sit down after the meeting, and I'll walk you BLANK it step by step.

--blanks--

Merging

--feedback--

This word refers to the process of combining changes from different branches.


tricky

--feedback--

This word describes something as difficult or complex to handle.


through

--feedback--

This word is used to indicate guiding someone from the beginning to the end of a process.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.2-3.mp3",
      "startTime": 1,
      "startTimestamp": 10.7,
      "finishTimestamp": 16.2
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3,
      "dialogue": {
        "text": "All the time. Merging can be tricky.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 3.5,
      "finishTime": 4.76,
      "dialogue": {
        "text": "Let's sit down after the meeting",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 4.76,
      "finishTime": 6.5,
      "dialogue": {
        "text": "and I'll walk you through it step by step.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 7
    }
  ]
}