Back to Freecodecamp

Task 3

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/683b0bb5e604f23fb461e6f5.md

latest2.1 KB
Original Source
<!-- (Audio) Anna: There's been a lot of back and forth on what should be included. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

There's been a lot of BLANK and BLANK on what should be included.

--blanks--

back

--feedback--

This is part of an idiomatic expression that means moving in two directions repeatedly.


forth

--feedback--

This pairs with back to describe movement or discussion in two directions.

--explanation--

Idiomatic expressions are phrases whose meanings are different from the literal meanings of the words. They represent common ways of speaking that often cannot be understood just by looking at each word.

Back and forth is an idiomatic expression meaning a repeated movement or exchange between two points or ideas. In the dialogue, it means ongoing discussion with different opinions or ideas shared repeatedly. Another example:

There was a lot of back and forth between the team members before deciding on the design. – This means the team members discussed many times before reaching a decision.

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "Anna",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_24-1.mp3",
      "startTime": 1,
      "startTimestamp": 4.6,
      "finishTimestamp": 7.36
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 2.52,
      "dialogue": {
        "text": "There's been a lot of back and forth",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "startTime": 2.52,
      "finishTime": 3.76,
      "dialogue": {
        "text": "on what should be included.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 4.26
    }
  ]
}