Back to Freecodecamp

Task 37

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

latest1.3 KB
Original Source
<!-- (Audio) Sarah: Yes, I have. Setting up the environment can be a bit tricky initially. -->

--description--

Fill in the blanks in the dialogue below.

--fillInTheBlank--

--sentence--

Yes, I have. BLANK up the environment can be a bit BLANK initially.

--blanks--

Setting

--feedback--

This word refers to the process of preparing or arranging something for use.


tricky

--feedback--

This word describes something as challenging or complex to handle.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.2-2.mp3",
      "startTime": 1,
      "startTimestamp": 16.18,
      "finishTimestamp": 19.78
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.6,
      "dialogue": {
        "text": "Yes, I have. Setting up the environment can be a bit tricky initially.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 5.1
    }
  ]
}