Back to Freecodecamp

Task 71

curriculum/challenges/english/blocks/learn-how-to-use-conditionals/6780d4cab106dd347fc30047.md

latest1.8 KB
Original Source
<!-- (Audio) Bob: Is there anything else we can do besides these reminders? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Bob asking about?

--answers--

If the reminders are effective.

--feedback--

Bob is not asking about the effectiveness of the reminders but rather about alternatives.


If they should stop using reminders.

--feedback--

Bob doesn't suggest stopping the reminders; he's looking for other options.


If the reminders are necessary.

--feedback--

Bob isn't questioning the necessity of reminders. He's looking for more ideas beyond them.


If there are additional actions they can take.

--video-solution--

4

--explanation--

Bob's question, Is there anything else we can do besides these reminders? suggests he is looking for additional actions or alternatives to the reminders.

Anything else indicates he is open to exploring more options, not evaluating the reminders themselves.

--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": 34.5,
      "finishTimestamp": 37.56
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.06,
      "dialogue": {
        "text": "Is there anything else we could do besides these reminders?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.56
    }
  ]
}