Back to Freecodecamp

Task 32

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

latest1.4 KB
Original Source
<!-- (Audio) Tom: I'll keep that in mind. What should I do next? -->

--description--

Listen to the audio and complete the sentence.

--fillInTheBlank--

--sentence--

I'll BLANK that in mind. What should I do BLANK?

--blanks--

keep

--feedback--

It means to continue to remember or consider the advice given.


next

--feedback--

It's about what Tom should do after considering the current advice.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "7.2-3.mp3",
      "startTime": 1,
      "startTimestamp": 14.2,
      "finishTimestamp": 16.58
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 2.02,
      "dialogue": {
        "text": "I'll keep that in mind.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "startTime": 2.32,
      "finishTime": 3.38,
      "dialogue": {
        "text": "What should I do next?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 3.88
    }
  ]
}