Back to Freecodecamp

Task 43

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

latest1.7 KB
Original Source
<!-- (Audio) Sarah: By the way, have you ever tried looking at the official documentation for this library? -->

--description--

Fill in the blanks in the dialogue below.

--fillInTheBlank--

--sentence--

BLANK the way, have you ever tried looking BLANK the official documentation BLANK this library?

--blanks--

By

--feedback--

It starts a phrase which is used to smoothly introduce a new topic or point in the conversation.


at

--feedback--

This preposition indicates focusing attention or sight on something, like reading or examining.


for

--feedback--

It indicates the intended purpose or reason, in this case, the specific library being discussed.

--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": 33.82,
      "finishTimestamp": 37.36
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 2.44,
      "dialogue": {
        "text": "By the way, have you ever tried",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 2.44,
      "finishTime": 4.54,
      "dialogue": {
        "text": "looking at the official documentation for this library?",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 5.04
    }
  ]
}