Back to Freecodecamp

Task 70

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

latest1.5 KB
Original Source
<!-- (Audio) Anna: Attendance is mandatory, right? -->

--instructions--

Listen to the audio to complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK is mandatory, right?

--blanks--

Attendance

--feedback--

This word refers to the act of being present at a place, like a meeting or event. The first letter is capitalized.

--explanation--

Attendance refers to the act of being present at a place, such as a meeting, class, or event. For example:

  • Attendance at the meeting was high. - This means many people were present at the meeting.

  • The HR keeps track of employees' attendance. - This means the HR monitors if employees are present in class.

--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.66,
      "finishTimestamp": 31.78
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 3.12,
      "dialogue": {
        "text": "Attendance is mandatory, right?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 3.22
    }
  ]
}