Back to Freecodecamp

Task 3

curriculum/challenges/english/blocks/learn-how-to-request-and-receive-guidance/662511992b96e5344c2ff040.md

latest1.3 KB
Original Source
<!-- (Audio) Brian: Of course! I'm happy to help. What seems to be the issue? -->

--description--

Fill in the blanks in the dialogue below.

--fillInTheBlank--

--sentence--

Of course! I'm happy to help. What BLANK to be the BLANK?

--blanks--

seems

--feedback--

In this context, it is used by Brian to inquire about the apparent problem or challenge Sophie is facing.


issue

--feedback--

It refers to the specific problem or challenge Sophie has encountered in her coding task.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.2-1.mp3",
      "startTime": 1,
      "startTimestamp": 5.26,
      "finishTimestamp": 8.1
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 3.84,
      "dialogue": {
        "text": "Of course. I'm happy to help. What seems to be the issue?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 4.34
    }
  ]
}