Back to Freecodecamp

Task 73

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

latest1.5 KB
Original Source
<!-- AUDIO REFERENCE: Brian: Attendance is mandatory, right? --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

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

--answers--

Yes, it's mandatory.

--audio-id--

ENc450f16a


They usually have lunch at 5.

--audio-id--

ENc6f8a78d

--feedback--

They are not talking about lunch!

--video-solution--

1

--explanation--

When Brian asks if attendance is mandatory, he wants to confirm if everyone must attend the training. A good answer will directly answer whether attendance is required. Focus on answers that address the necessity of attending the session, not unrelated details.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_1-2.mp3",
      "startTime": 1,
      "startTimestamp": 29.76,
      "finishTimestamp": 31.78
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 3.02,
      "dialogue": {
        "text": "Attendance is mandatory, right?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 3.52
    }
  ]
}