Back to Freecodecamp

Task 70

curriculum/challenges/english/blocks/learn-about-adverbial-phrases/680a44fcbf008ee86c599c67.md

latest1.4 KB
Original Source
<!-- (Audio) James: We can look at it together and decide if we need to change anything. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We can look at it BLANK and decide if we need to change anything.

--blanks--

together

--feedback--

This means with each other or in a group, not alone.

--explanation--

Together means doing something with another person or with a group, rather than alone. It emphasizes collaboration or shared action. For example:

Let's solve this problem together. – This means working as a team to find the solution.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_18-2.mp3",
      "startTime": 1,
      "startTimestamp": 47.14,
      "finishTimestamp": 49.82
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 3.68,
      "dialogue": {
        "text": "We can look at it together and decide if we need to change anything.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 4.18
    }
  ]
}