Back to Freecodecamp

Task 88

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

latest1.7 KB
Original Source
<!-- (Audio) Anna: I see. How often should we remind employees to use secure connections? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Anna want to know?

--answers--

If secure connections are necessary for employees.

--feedback--

Anna is not asking whether secure connections are necessary.


How often employees should be reminded to use secure connections.


What secure connections are used for.

--feedback--

Anna is not asking about the purpose of secure connections.


If employees know how to create secure connections.

--feedback--

Anna is not asking whether employees know how to create secure connections.

--video-solution--

2

--explanation--

Anna's question shows she is interested in the frequency of reminders, not about the necessity or purpose of secure connections, or employees' knowledge about them.

--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": 14.72,
      "finishTimestamp": 18.18
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 4.46,
      "dialogue": {
        "text": "I see. How often should we remind employees to use secure connections?",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 4.96
    }
  ]
}