Back to Freecodecamp

Task 54

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-activities/66db58494abe106b7f736593.md

latest1.9 KB
Original Source
<!-- AUDIO REFERENCE: Bob: Are all updated elements performing well across devices? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Are all updated elements BLANK BLANK BLANK devices?

--blanks--

performing

--feedback--

This word means doing a task or action, especially in terms of how well it is done. It ends in -ing.


well

--feedback--

This word is used to describe that something is being done in a good or satisfactory way.


across

--feedback--

Think of the word that means throughout or on all sides, referring to different devices.

--explanation--

Across is a preposition that means from one side to another or throughout a particular area or group. For example:

  • The news spread quickly across the country. - The news spread throughout the entire country.

  • She looked across the room. - She looked from one side of the room to the other.

In the sentence, Are all updated elements performing well across devices?, across means on all or throughout different devices.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_3-2.mp3",
      "startTime": 1,
      "startTimestamp": 11.74,
      "finishTimestamp": 15.14
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.4,
      "dialogue": {
        "text": "Are all updated elements performing well across devices?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.9
    }
  ]
}