Back to Freecodecamp

Task 63

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

latest2.0 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 answer the question below.

--questions--

--text--

What does Bob think about not needing to rely on your memory?

--answers--

He thinks it's unnecessary.

--feedback--

Bob doesn't find it unnecessary.


He thinks it's clever.


He thinks it's confusing.

--feedback--

Bob doesn't find the idea confusing.


He thinks it's risky.

--feedback--

Bob does not suggest that relying on reminders is risky.

--video-solution--

2

--explanation--

In the sentence, Bob expresses admiration for using reminders instead of depending on memory. That's clever shows he finds it a smart and practical solution. For example:

  • Using automation to save time is clever. - It's a smart idea.

  • Organizing tasks with labels is clever. - It's an effective solution.

--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
    }
  ]
}