Back to Freecodecamp

Task 47

curriculum/challenges/english/blocks/learn-how-to-document-code-for-a-project/65e999be5746e45b5a8bb757.md

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

--description--

Listen to the audio and complete the sentence.

--fillInTheBlank--

--sentence--

Thanks for the BLANK. I'll make sure to follow BLANK steps.

--blanks--

clarification

--feedback--

It is about making something more understandable. Sophie is thanking Brian for making things clearer.


these

--feedback--

This word refers to the specific steps Brian mentioned. Sophie commits to following them.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "7.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 33.08,
      "finishTimestamp": 36.1
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4.02,
      "dialogue": {
        "text": "Thanks for the clarification. I'll make sure to follow these steps.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.52
    }
  ]
}