Back to Freecodecamp

Task 33

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

latest1.7 KB
Original Source
<!-- (Audio) Linda: I'll also keep you updated on the design process, and we can schedule regular meetings to stay on track. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I'll also BLANK BLANK BLANK on the design process, and we can schedule regular meetings to stay on track.

--blanks--

keep

--feedback--

This word means to continue or maintain something.


you

--feedback--

This is a pronoun referring to the person being addressed.


updated

--feedback--

This word means to provide the latest information or news.

--explanation--

Keep you updated means to continue providing the latest information or status about something. For example:

I'll keep you updated on the project status. – This means you will regularly inform them about the progress or changes in the project.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Linda",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_10-1.mp3",
      "startTime": 1,
      "startTimestamp": 37.44,
      "finishTimestamp": 42.14
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 5.7,
      "dialogue": {
        "text": "I'll also keep you updated on the design process and we can schedule regular meetings to stay on track.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 6.2
    }
  ]
}