Back to Freecodecamp

Task 114

curriculum/challenges/english/blocks/learn-about-adverbial-phrases/680be3aac48933172077ec38.md

latest1.9 KB
Original Source
<!-- (Audio) Maria: Excellent. Can you write a new strategy based on our talk today and share it at our next team meeting? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Excellent. Can you write a new strategy based on our talk today and BLANK it at our next team meeting?

--blanks--

share

--feedback--

This means to give, show, or make something available to others.

--explanation--

To share means to give something to others or to let others have access to information, ideas, or resources. For example:

  • Please share the project files with the rest of the group. – This means sending or giving access to the documents.

  • He shared his feedback with the manager after the meeting. – This means he gave his thoughts and comments to the manager.

In this context, Maria is asking Riker to show or present the new strategy to the team.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_18-3.mp3",
      "startTime": 1,
      "startTimestamp": 61.24,
      "finishTimestamp": 65.56
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.88,
      "dialogue": {
        "text": "Excellent. Can you write a new strategy based on our talk today",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 3.88,
      "finishTime": 5.32,
      "dialogue": {
        "text": "and share it at our next team meeting?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 5.82
    }
  ]
}