Back to Freecodecamp

Task 32

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-activities/66ce18ac4976d71ccc981bfb.md

latest1.7 KB
Original Source
<!-- (Audio) James: Has the development team been informed about this? --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

The development team hasn't been informed yet. Which option is the best answer?

--answers--

Yes, they have.

--audio-id--

EN617bb0e3

--feedback--

Think about whether the development team has been informed or if it still needs to happen.


Not yet.

--audio-id--

EN1eef1498

--video-solution--

2

--explanation--

To answer this, consider the difference between these two answers:

  • Not yet. - This answer indicates that the development team has not been informed, but the action may happen soon.

  • Yes, they have. - This answer confirms that the development team has already been informed.

Understanding this difference will help you choose the correct answer based on whether the action has been completed or not.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_3-1.mp3",
      "startTime": 1,
      "startTimestamp": 42.56,
      "finishTimestamp": 45.06
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 3.5,
      "dialogue": {
        "text": "Has the development team been informed about this?",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 4.0
    }
  ]
}