Back to Freecodecamp

Task 9

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

latest1.2 KB
Original Source
<!-- (Audio) Brian: I should probably understand the logic better. -->

--description--

Listen to the audio and complete the sentence.

--fillInTheBlank--

--sentence--

I BLANK BLANK understand the logic better.

--blanks--

should

--feedback--

This word suggests a recommendation or advice from Brian to himself.


probably

--feedback--

This word adds a sense of likelihood or possibility to Brian's suggestion.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "6.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 17.82,
      "finishTimestamp": 20.02
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 3.2,
      "dialogue": {
        "text": "I should probably understand the logic better.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 3.7
    }
  ]
}