Back to Freecodecamp

Task 67

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

latest2.2 KB
Original Source
<!-- (Audio) Bob: No, not really. I was in a meeting where the stakeholders were talking about it and I just wanted to double-check. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Why did Bob want to double-check?

--answers--

Because he found a problem with the backup process.

--feedback--

Bob doesn't mention finding a problem, just that he heard it discussed in a meeting.


Because he didn't understand what the stakeholders meant.

--feedback--

Bob doesn't say he didn't understand; he just wanted to confirm.


Because the stakeholders were talking about it in a meeting.


Because Maria asked him about the backup process.

--feedback--

Bob initiated the conversation because of the stakeholders, not because Maria asked him.

--video-solution--

3

--explanation--

Bob's motivation to double-check comes from the meeting he attended.

He says, I was in a meeting where the stakeholders were talking about it, meaning he heard the stakeholders discussing the topic and wanted to confirm.

--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": 25.84,
      "finishTimestamp": 31.02
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 2.06,
      "dialogue": {
        "text": "No, not really.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 2.18,
      "finishTime": 4.94,
      "dialogue": {
        "text": "I was in a meeting where the stakeholders were talking about it,",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 4.94,
      "finishTime": 6.18,
      "dialogue": {
        "text": "and I just wanted to double check.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 6.68
    }
  ]
}