Back to Freecodecamp

Task 16

curriculum/challenges/english/blocks/learn-how-to-analyze-code-documentation/66068fc7aa2fe094c5cb84bd.md

latest1.4 KB
Original Source
<!-- (Audio) Sophie: Thanks. I'll make sure to follow these steps for each function. -->

--description--

Listen to the audio and complete the sentence.

--fillInTheBlank--

--sentence--

Thanks. BLANK make sure to follow BLANK steps for BLANK function.

--blanks--

I'll

--feedback--

It is a contraction of I will. Sophie is making a promise or plan to follow the steps.


these

--feedback--

It refers to specific things, in this case, the steps mentioned earlier in the conversation.


each

--feedback--

It is used for individual items. Sophie plans to follow the steps for every single function, one by one.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "7.3-2.mp3",
      "startTime": 1,
      "startTimestamp": 25.72,
      "finishTimestamp": 28.2
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.48,
      "dialogue": {
        "text": "Thanks. I'll make sure to follow these steps for each function.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 3.98
    }
  ]
}