Back to Freecodecamp

Task 46

curriculum/challenges/english/blocks/learn-how-to-discuss-your-morning-or-evening-routine/655a3789069fc902eb2aaa4b.md

latest1.4 KB
Original Source
<!-- (Audio) Expert: Set one alarm and get up when it rings. -->

--description--

To ring refers to the action of making a sound, particularly a clear resonant sound. It's commonly used to describe the sound made by bells, telephones, or alarms. For example:

  • The phone will ring at 9 AM to remind me of the meeting. - This indicates the phone making a sound.

  • I wake up when my alarm clock rings. - This describes the alarm making a sound to wake someone up.

--fillInTheBlank--

--sentence--

Set one alarm and get up when it BLANK.

--blanks--

rings

--feedback--

This verb means to make a sound, like when an alarm goes off. Don't forget about the ending -s.

--scene--

json
{
  "setup": {
    "background": "interview-room1.png",
    "characters": [
      {
        "character": "Expert",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.2-2.mp3",
      "startTime": 1,
      "startTimestamp": 19.82,
      "finishTimestamp": 22.28
    }
  },
  "commands": [
    {
      "character": "Expert",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Expert",
      "startTime": 1,
      "finishTime": 3.46,
      "dialogue": {
        "text": "Set one alarm and get up when it rings.",
        "align": "center"
      }
    },
    {
      "character": "Expert",
      "opacity": 0,
      "startTime": 3.96
    }
  ]
}