Back to Freecodecamp

Task 96

curriculum/challenges/english/blocks/learn-future-continuous-while-describing-actions/675fe3fb72bdcb97dd10b7c8.md

latest1.6 KB
Original Source
<!-- (Audio) Anna: That sounds like a good approach. When is our next security review meeting? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Anna ask about?

--answers--

The timing of the next security review meeting.


Who will attend the next security review meeting.

--feedback--

Anna does not ask about the attendees.


What topics will be covered in the security review meeting.

--feedback--

Anna does not ask about the topics.


Why security review meetings are important.

--feedback--

Anna does not ask about the importance of the meetings.

--video-solution--

1

--explanation--

Anna's question shows she is asking about the timing of the meeting, not about the attendees, topics, or the importance of the meeting.

--scene--

json
{
  "setup": {
    "background": "interview-room1.png",
    "characters": [
      {
        "character": "Anna",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_6-3.mp3",
      "startTime": 1,
      "startTimestamp": 28.6,
      "finishTimestamp": 31.7
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 4.1,
      "dialogue": {
        "text": "That sounds like a good approach. When is our next security review meeting?",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 4.6
    }
  ]
}