Back to Freecodecamp

Task 91

curriculum/challenges/english/blocks/learn-how-to-describe-places-and-events/66b572bd3d3e122e9a8ff9df.md

latest1.6 KB
Original Source
<!-- (Audio) Anna: Let's touch base again once the module is ready. -->

--instructions--

Listen to the audio to complete the sentence below.

--fillInTheBlank--

--sentence--

Let's BLANK BLANK again once the module is ready.

--blanks--

touch

--feedback--

Think about a phrase that means to make contact or check in with someone.


base

--feedback--

Consider what phrase you would use to suggest connecting with someone to discuss updates.

--explanation--

Touch base means to make contact or to check in with someone, usually to discuss progress or updates. For example:

  • Let's touch base next week to see how the project is going. - We'll talk again next week to discuss the project's progress.

  • I'll touch base with you later about the meeting. - You'll contact this person later to talk about the meeting.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Anna",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_1-2.mp3",
      "startTime": 1,
      "startTimestamp": 59.64,
      "finishTimestamp": 61.6
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 2.96,
      "dialogue": {
        "text": "Let's touch base again once the module is ready.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 3.46
    }
  ]
}