Back to Freecodecamp

Task 1

curriculum/challenges/english/blocks/learn-how-to-provide-explanations-when-helping-others/662626b2e13cfe1d39bc40fd.md

latest1.5 KB
Original Source
<!-- (Audio) Tom: Hey, Sarah. My computer is acting up. I can't open any files. -->

--description--

To act up means to behave badly or not function correctly. For example, if a phone keeps freezing, you can say it's acting up. It's like something not working as it should.

To open in this context means to access or start something, like a file or program. For example, opening a document means accessing it to view or edit.

--fillInTheBlank--

--sentence--

Hey, Sarah. My computer is BLANK up. I can't BLANK any files.

--blanks--

acting

--feedback--

It refers to the computer not working correctly.


open

--feedback--

It means to access or start something, like files.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 3.8
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.8,
      "dialogue": {
        "text": "Hey, Sarah. My computer is acting up. I can't open any files.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 5.3
    }
  ]
}