Back to Freecodecamp

Task 62

curriculum/challenges/english/blocks/learn-how-to-use-conditionals/677fe7df617f30274e99a680.md

latest1.9 KB
Original Source
<!-- (Audio) Bob: Oh, I see. So you don't need to rely on your memory. That's clever. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Oh, I see. So, you don't need to BLANK your memory. That's clever.

--blanks--

rely on

--feedback--

This phrase means to depend on something or someone for support or help.

--explanation--

Rely on means to depend on someone or something for support, help, or trust. For example:

  • I rely on my phone to wake me up in the morning. - You depend on your phone's alarm.

  • You can always rely on her advice. - You can trust her advice because it's reliable.

In the audio, Bob is saying you don't need to depend on your memory because the reminder system helps you instead.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_7-2.mp3",
      "startTime": 1,
      "startTimestamp": 18.74,
      "finishTimestamp": 22.18
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 1.82,
      "dialogue": {
        "text": "Oh, I see.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 1.98,
      "finishTime": 3.58,
      "dialogue": {
        "text": "So you don't need to rely on your memory.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 3.76,
      "finishTime": 4.44,
      "dialogue": {
        "text": "That's clever.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.94
    }
  ]
}