Back to Freecodecamp

Task 65

curriculum/challenges/english/blocks/learn-how-to-describe-places-and-events/66b52e590bc0b3b589a6801f.md

latest1.7 KB
Original Source
<!-- AUDIO REFERENCE: Anna: Sounds good. How often do we hold these training sessions? --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Which option is the best answer to Anna's question?

--answers--

We have them quarterly.

--audio-id--

EN8560b87b


The training sessions last two hours.

--audio-id--

ENe64a2802

--feedback--

Anna wants to know about the frequency of the training sessions, not their duration.

--video-solution--

1

--explanation--

When someone asks How often do we hold these training sessions?, they are asking about the frequency, or how regularly the sessions occur.

Pay attention to answers that give a time frame, such as weekly, monthly, or quarterly. Be careful not to confuse this with answers that talk about the duration of the session, which is not what Anna is asking.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Anna",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_1-2.mp3",
      "startTime": 1,
      "startTimestamp": 20.36,
      "finishTimestamp": 23.26
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 3.9,
      "dialogue": {
        "text": "Sounds good. How often do we hold these training sessions?",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 4.4
    }
  ]
}