Back to Freecodecamp

Task 121

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/685953a52eb07b195669aaf5.md

latest1.7 KB
Original Source
<!-- (Audio) Sophie: I'd suggest late afternoon, maybe around 4 p.m. so it doesn't clash with other meetings. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I'd suggest late afternoon, maybe around 4 p.m. so it doesn't BLANK with other meetings.

--blanks--

clash

--feedback--

This means to happen at the same time as something else in a way that causes a conflict.

--explanation--

To clash means to happen at the same time as something else, making it difficult to do both. For example:

My dentist appointment clashed with our team meeting. – This means the person had two events at the same time and couldn't attend both.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_24-3.mp3",
      "startTime": 1,
      "startTimestamp": 15.4,
      "finishTimestamp": 19.9
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.94,
      "dialogue": {
        "text": "I'd suggest late afternoon, maybe around 4 p.m.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 3.94,
      "finishTime": 5.5,
      "dialogue": {
        "text": "so it doesn't clash with other meetings.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 6
    }
  ]
}