Back to Freecodecamp

Task 97

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

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

--fillInTheBlank--

--sentence--

I'll ask on the team BLANK. I might even create a BLANK and see the BLANK.

--blanks--

channel

--feedback--

It refers to a platform or space used for communication, often in a team or group setting.


poll

--feedback--

It is a survey or vote where participants choose an option from several given choices.


votes

--feedback--

This word in the plural form refers to the individual selections made by participants in a poll or election.

--explanation--

Channel is used to refer to a communication tool where team members can exchange messages or information. For example:

We discuss project updates on the Slack channel. - This means that you use the Slack platform to talk about updates.

Poll refers to a process of gathering opinions by asking a group of people to choose from various options. For example:

The team created a poll to decide which platform to use for the project. - This means that the team asked for input through a survey to make a decision.

Votes are the selections made by participants in a poll, representing their opinion. For example:

There were 15 votes for using Google Cloud. - This means 15 people selected Google Cloud as their preferred option in the poll.

--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.04
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.8,
      "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.3
    }
  ]
}