Back to Freecodecamp

Task 68

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

latest1.7 KB
Original Source
<!-- (audio) Jake: Maybe we should see what the rest of the team prefers since it won't be just the two of us working on the project. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Maybe we BLANK see what the BLANK of the team prefers since it won't be just the two of us working on the project.

--blanks--

should

--feedback--

This word is used to suggest a recommendation or action.


rest

--feedback--

This word refers to the remaining people or things, usually after part of a group has been mentioned.

--explanation--

Rest refers to the remainder of a group. For example:

We should ask the rest of the team for their opinion. - This means you have already heard from some people, and now you want to hear from the others in the team.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_9-2.mp3",
      "startTime": 1,
      "startTimestamp": 58.38,
      "finishTimestamp": 64.06
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 6.68,
      "dialogue": {
        "text": "Maybe we should see what the rest of the team prefers, since it won't just be the two of us working on this project.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 7.18
    }
  ]
}