Back to Freecodecamp

Task 58

curriculum/challenges/english/blocks/learn-how-to-use-conditionals/6794aeb63a22827b8b29fb52.md

latest1.9 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 a reminder to back up our work daily BLANK BLANK some other tasks.

--blanks--

along

--feedback--

This word connects things together. It is often used to show that one thing happens or exists with another.


with

--feedback--

This word is used to show that two or more things are connected or done together.

--explanation--

Along with is a phrase used to connect two or more actions, items, or ideas. It means together with or in addition to.

You use along with to add extra information about something that is happening or being done. It shows that one thing is included or combined with another. For Example:

  • She sent an email along with the report. – This means the email and report were sent together.

  • The event includes lunch along with some fun activities. – This means lunch and activities are both part of the event.

--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
    }
  ]
}