Back to Freecodecamp

Task 6

curriculum/challenges/english/blocks/learn-how-to-manage-a-conversation/67dc279f51b8ee20ea185670.md

latest1.9 KB
Original Source
<!-- (Audio) James: Sure, Alice. We were talking about the new project requirements, right? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

According to James, what were they discussing at the time of the interruption?

--answers--

The project deadline.

--feedback--

James does not mention anything about a deadline.


A new meeting schedule.

--feedback--

James does not refer to scheduling a meeting.


The new project requirements.


A different project.

--feedback--

James does not mention a different project.

--video-solution--

3

--explanation--

The Past Continuous tense (was/were + verb in the -ing form) is used to describe actions that were in progress at a specific moment in the past. In this case, We were talking shows that the conversation was happening when an interruption occurred. Another example:

I was writing an email when my phone rang. - This means the action of writing was already happening when it was interrupted by the phone ringing.

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_15-1.mp3",
      "startTime": 1,
      "startTimestamp": 4.4,
      "finishTimestamp": 7.9
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 4.5,
      "dialogue": {
        "text": "Sure, Alice. We were talking about the new project requirements, right?",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 5
    }
  ]
}