Back to Freecodecamp

Task 143

curriculum/challenges/english/blocks/learn-how-to-use-adjectives-in-conversations/68249bff3c98a14413376dc7.md

latest2.3 KB
Original Source
<!-- (Audio) Jessica: Fantastic, James. I'll put all this information into a report and talk about it with the team tomorrow. This feedback should help us know what to do next. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Fantastic, James. I'll BLANK all this information BLANK a report and talk about it with the team tomorrow. This feedback BLANK help us know what to do next.

--blanks--

put

--feedback--

This verb means to place or move something.


into

--feedback--

This preposition shows movement toward the inside of something.


should

--feedback--

This modal verb shows expectation or a suggestion that something is likely or recommended.

--explanation--

Put ... into ... is a common phrase used to describe moving something into a specific form, place, or container. Into shows direction or placement within something. For example:

She put the data into a chart. – This means she organized the information in chart form.

Should is a modal verb used to express a suggestion, possibility, or expectation. For example:

We should test the app before launching it. – It's a good idea or expected action.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jessica",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_19-3.mp3",
      "startTime": 1,
      "startTimestamp": 86.16,
      "finishTimestamp": 93.52
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 6.0,
      "dialogue": {
        "text": "Fantastic, James. I'll put all this information into a report and talk about it with the team tomorrow.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "startTime": 6.26,
      "finishTime": 7.86,
      "dialogue": {
        "text": "This feedback should help us know what to do next.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 8.86
    }
  ]
}