Back to Freecodecamp

Task 57

curriculum/challenges/english/blocks/learn-how-to-use-conditionals/677fe3d1994371259f42548b.md

latest1.7 KB
Original Source
<!-- (Audio) Maria: Brian helped us set up a reminder to back up our work daily along with some other tasks. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Brian helped us set up BLANK to back up our work daily along with some other tasks.

--blanks--

a reminder

--feedback--

This phrase means something that helps you remember to do something, like a notification or note. Use an article and a noun.

--explanation--

Reminder refers to something that prompts you not to forget a task or event. For example:

  • I set a reminder on my phone to drink water every hour. - The reminder helps ensure you stay hydrated.

  • She left a reminder on the fridge to call the client. - The note is meant to help her remember the task.

In this context, Brian set up a reminder to back up work daily, ensuring that no one forgets this important task.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_7-2.mp3",
      "startTime": 1,
      "startTimestamp": 13.96,
      "finishTimestamp": 18.3
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 5.34,
      "dialogue": {
        "text": "Brian helped us set up a reminder to backup our work daily along with some other tasks.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 5.84
    }
  ]
}