Back to Freecodecamp

Task 7

curriculum/challenges/english/blocks/learn-how-to-read-and-understand-code-documentation/65fd5f86457b4910e35b51c9.md

latest1.2 KB
Original Source
<!-- (Audio) Tom: Okay, that makes sense. And what should I do next? -->

--description--

Listen to the audio and answer the question.

--fillInTheBlank--

--sentence--

Okay, that BLANK sense. And what should I do BLANK?

--blanks--

makes

--feedback--

In this context, it's part of a phrase expressing that something is understandable or logical.


next

--feedback--

It's about what should be done following the current action or step.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "7.2-1.mp3",
      "startTime": 1,
      "startTimestamp": 17.28,
      "finishTimestamp": 20.3
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.02,
      "dialogue": {
        "text": "Okay, that makes sense. And what should I do next?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.52
    }
  ]
}