Back to Freecodecamp

Task 92

curriculum/challenges/english/blocks/learn-how-to-discuss-popular-trends-in-technology/661ed01f09114567cc8fa939.md

latest1.3 KB
Original Source
<!-- (Audio) Sophie: Tom, do you know anything about Augmented Reality apps? -->

--description--

You learned how to talk about an unspecified thing or information with a broad term that didn't point to a specific item. Let's review it in this challenge.

Listen and fill in the blank.

--fillInTheBlank--

--sentence--

Tom, do you know BLANK about Augmented Reality apps?

--blanks--

anything

--feedback--

When Sophie asks about what Tom knows, she uses a word that suggests openness to any kind of information. What is that word?

--scene--

json
{
  "setup": {
    "background": "company2-parking.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.2-5.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 2.8
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.8,
      "dialogue": {
        "text": "Tom, do you know anything about Augmented Reality apps?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.3
    }
  ]
}