Back to Freecodecamp

Task 118

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

latest2.0 KB
Original Source
<!-- (Audio) Riker: Okay, Maria. I'll get a detailed plan ready and go over it with the team to get their thoughts. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Okay, Maria. I'll get a detailed plan BLANK and go over it with the team to get their BLANK.

--blanks--

ready

--feedback--

This means prepared or completed so that something is available for use.


thoughts

--feedback--

This refers to ideas, opinions, or suggestions that someone has in their mind. Use the plural form.

--explanation--

Ready means prepared, finished, or in a condition to be used or acted upon. For example:

The report will be ready by Friday afternoon. – This means it will be completed and available on Friday.

A thought is an idea, an opinion, or feedback that people have about a topic. For example:

Let me know your thoughts after you read the proposal. – This means the speaker wants to hear the other people's opinions after the proposal is reviewed.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Riker",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_18-3.mp3",
      "startTime": 1,
      "startTimestamp": 68.56,
      "finishTimestamp": 73.44
    }
  },
  "commands": [
    {
      "character": "Riker",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Riker",
      "startTime": 1,
      "finishTime": 3.44,
      "dialogue": {
        "text": "Okay Maria, I'll get a detailed plan ready",
        "align": "center"
      }
    },
    {
      "character": "Riker",
      "startTime": 3.44,
      "finishTime": 5.88,
      "dialogue": {
        "text": "and go over it with the team to get their thoughts.",
        "align": "center"
      }
    },
    {
      "character": "Riker",
      "opacity": 0,
      "startTime": 6.38
    }
  ]
}