Back to Freecodecamp

Task 19

curriculum/challenges/english/blocks/learn-how-to-ask-for-clarification-on-code-understanding/65f52f215010605aa4da8804.md

latest1.3 KB
Original Source
<!-- (Audio) Sarah: Sure, Tom. I can take a look at it. Let's start by identifying the issue. -->

--description--

Listen to the audio and complete the sentence.

--fillInTheBlank--

--sentence--

Sure, Tom. I can take a look BLANK it. Let's start BLANK identifying the issue.

--blanks--

at

--feedback--

It's a preposition used to indicate the focus or subject of someone's attention, showing what or where you are looking when you examine something.


by

--feedback--

It introduces the first step in a process or action.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "6.3-2.mp3",
      "startTime": 1,
      "startTimestamp": 6.96,
      "finishTimestamp": 10.46
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.5,
      "dialogue": {
        "text": "Sure, Tom. I can take a look at it. Let's start by identifying the issue.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 5
    }
  ]
}