Back to Freecodecamp

Task 45

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

latest1.5 KB
Original Source
<!-- (Audio) Tom: I looked at it, but it seemed a bit overwhelming. Do you have any tips on how to approach it? -->

--description--

Fill in the blanks in the dialogue below.

--fillInTheBlank--

--sentence--

I looked at it, but it seemed a bit BLANK. Do you have any tips on how to BLANK it?

--blanks--

overwhelming

--feedback--

This word describes feeling that something is too much or too challenging to manage.


approach

--feedback--

This word refers to the way a task or problem is dealt with.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.2-2.mp3",
      "startTime": 1,
      "startTimestamp": 37.98,
      "finishTimestamp": 42.62
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.12,
      "dialogue": {
        "text": "I looked at it but it seemed a bit overwhelming.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "startTime": 3.78,
      "finishTime": 5.64,
      "dialogue": {
        "text": "Do you have any tips for how to approach it?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 6.14
    }
  ]
}