Back to Freecodecamp

Task 12

curriculum/challenges/english/blocks/learn-how-to-describe-your-current-project/655b76340ecb8285060ab6d5.md

latest4.1 KB
Original Source
<!-- (Audio) The whole dialogue -->

--description--

Listen to the audio and answer the question below.

--questions--

--text--

Which sentence is correct to describe what Sophie and James are currently doing in their projects?

--answers--

Sophie helps her team and James checked cybersecurity.

--feedback--

This option incorrectly uses the present simple tense for Sophie and the past simple tense for James. They don't reflect the continuous, ongoing nature of their current activities.


Sophie is helping her team and James is checking the network.


Sophie helped her team and James checks cybersecurity.

--feedback--

This option incorrectly uses the past simple tense for Sophie's action and the present simple for James' action, not aligning with the ongoing and current activities they are engaged in.


Sophie will help her team and James was checking cybersecurity.

--feedback--

This option incorrectly suggests future action for Sophie and past continuous action for James, which doesn't match the conversation.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Sophie",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "James",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "2.3-1.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Sophie",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "James",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Sophie",
      "startTime": 1.7,
      "finishTime": 5.3,
      "dialogue": {
        "text": "Hey, James. What's your cybersecurity project about?",
        "align": "left"
      }
    },
    {
      "character": "James",
      "startTime": 5.3,
      "finishTime": 7.5,
      "dialogue": {
        "text": "Hi, Sophie. I'm checking our network for problems.",
        "align": "right"
      }
    },
    {
      "character": "James",
      "startTime": 7.7,
      "finishTime": 9.5,
      "dialogue": {
        "text": "We want to be safe from hackers.",
        "align": "right"
      }
    },
    {
      "character": "James",
      "startTime": 9.7,
      "finishTime": 13,
      "dialogue": {
        "text": "I'm using special tools to see where we might have problems,",
        "align": "right"
      }
    },
    {
      "character": "James",
      "startTime": 13.2,
      "finishTime": 14.1,
      "dialogue": {
        "text": "and then I have to fix them.",
        "align": "right"
      }
    },
    {
      "character": "Sophie",
      "startTime": 14.3,
      "finishTime": 15.7,
      "dialogue": {
        "text": "That's important work.",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "startTime": 15.9,
      "finishTime": 18.3,
      "dialogue": {
        "text": "I'm helping our team learn how to stay safe online.",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "startTime": 19,
      "finishTime": 20.9,
      "dialogue": {
        "text": "We're taking some lessons and practicing what to do",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "startTime": 20.9,
      "finishTime": 22.8,
      "dialogue": {
        "text": "if someone tries to steal our identity.",
        "align": "left"
      }
    },
    {
      "character": "James",
      "startTime": 23.3,
      "finishTime": 24.4,
      "dialogue": {
        "text": "That's great, Sophie.",
        "align": "right"
      }
    },
    {
      "character": "James",
      "startTime": 24.5,
      "finishTime": 26.3,
      "dialogue": {
        "text": "The two of us are doing some important work.",
        "align": "right"
      }
    },
    {
      "character": "James",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 26.8
    },
    {
      "character": "Sophie",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 27.3
    }
  ]
}