Back to Freecodecamp

Task 17

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

latest1.7 KB
Original Source
<!-- (Audio) James: By the way, did we decide on the deadline for the first phase? --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How could Alice answer briefly that there is no decision concerning the deadline at the moment?

--answers--

Not yet.

--audio-id--

EN6acf22f8


We're still looking for it.

--audio-id--

EN391abad4

--feedback--

This doesn't relate to the question about setting the deadline.

--video-solution--

1

--explanation--

Not yet. is a short and natural way to say that something hasn't happened or been completed up to the present moment, but it may happen in the future. For example:

  • Person 1: Have you sent the email? - Here, the person is asking about an email that should be sent.

  • Person 2: Not yet. – This means the email hasn't been sent, but that the person still plans to send it.

--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": 17.36,
      "finishTimestamp": 20.64
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 4.28,
      "dialogue": {
        "text": "By the way, did we decide on the deadline for the first phase?",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 4.78
    }
  ]
}