Back to Freecodecamp

Task 66

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

latest2.1 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 complete the sentence below.

--fillInTheBlank--

--sentence--

No, not really. I was in a meeting where the BLANK were talking about it and I just wanted to double-check.

--blanks--

stakeholders

--feedback--

This word refers to people or groups who have an interest or investment in a project, decision, or organization.

--explanation--

Stakeholders refers to individuals or groups who are affected by or have an interest in a specific project, decision, or organization. For example:

  • The stakeholders approved the new policy. - This means those with an interest in the policy gave their approval.

  • We need to update the stakeholders on our progress. - This shows the importance of keeping them informed.

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