Back to Freecodecamp

Task 119

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

latest2.2 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 answer the question below.

--questions--

--text--

What does Riker intend to do with the detailed plan he will write?

--answers--

Put it to use directly without checking.

--feedback--

Riker does not say he will start using it immediately.


Present it at a large public event.

--feedback--

Riker does not mention sharing it at a public event.


Delete it after writing to start a new one.

--feedback--

Riker won't write a plan just to discard it right after that.


Review it with the team to hear their opinions.

--video-solution--

4

--explanation--

To get someone's thoughts means to ask for their ideas, opinions, or feedback about something. It shows that the speaker wants to hear what others think before making a decision or moving forward. For example:

  • Before launching the new product, we should get the customers' thoughts. – This means asking customers for feedback and ideas before the launch.

  • I sent my draft to my manager to get her thoughts on it. – This means you wanted feedback or advice from the manager.

--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
    }
  ]
}