Back to Freecodecamp

Task 98

curriculum/challenges/english/blocks/learn-how-to-share-your-opinion/678f577de4d26a2050bb5b6f.md

latest1.9 KB
Original Source
<!-- (audio) Bob: I'll ask on the team channel. I might even create a poll and see the votes. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Bob plan to do to get input from the team?

--answers--

Send an email asking for feedback and decide based on the replies.

--feedback--

Bob doesn't mention using email to get input.


Ask the team on a communication platform and create a poll to gather votes.


Hold a meeting to discuss the options and choose the best one.

--feedback--

Bob is not planning to have a meeting to decide.


Post a message asking for suggestions but without using a poll.

--feedback--

Bob doesn't mean posting a message without using a poll.

--video-solution--

2

--explanation--

Listen for key words that explain how Bob plans to gather input.

Ask on the team channel – This shows he will use a communication platform to get feedback.

Create a poll and see the votes – This indicates that he wants to collect structured responses from the team.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_9-3.mp3",
      "startTime": 1,
      "startTimestamp": 54.24,
      "finishTimestamp": 58.14
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.9,
      "dialogue": {
        "text": "I'll ask on the team channel. I might even create a poll and see the votes.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 5.4
    }
  ]
}