Back to Freecodecamp

Task 128

curriculum/challenges/english/blocks/learn-how-to-express-agreement/67b72aa97b8a9183736a2c6e.md

latest1.6 KB
Original Source
<!-- (audio) Maria: If you have any more suggestions, feel free to reach out. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Maria offering to do?

--answers--

She is suggesting they should stop giving feedback.

--feedback--

Maria is encouraging further suggestions, not stopping them.


She is asking for suggestions on a new topic.

--feedback--

Maria is specifically referring to more suggestions on the current topic.


She is welcoming more suggestions.


She is telling them not to contact her again.

--feedback--

Maria is inviting further communication, not discouraging it.

--video-solution--

3

--explanation--

Maria is encouraging further suggestions by saying feel free to reach out. This shows she is open to more ideas if necessary.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_10-3.mp3",
      "startTime": 1,
      "startTimestamp": 72.78,
      "finishTimestamp": 75.2
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.42,
      "dialogue": {
        "text": "If you have any more suggestions, feel free to reach out.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 3.92
    }
  ]
}