Back to Freecodecamp

Task 102

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

latest1.3 KB
Original Source
<!-- (Audio) Sophie: That sounds fun. Are there any practical applications for AR? -->

--description--

In previous challenges, you learned how to use a word to say it doesn't matter which one or how many. Now, you can review it in this challenge.

Listen to the audio and fill in the blank.

--fillInTheBlank--

--sentence--

That sounds fun. Are there BLANK practical applications for AR?

--blanks--

any

--feedback--

Sophie is asking about various practical applications of AR without specifying one.

--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": 24.8,
      "finishTimestamp": 28
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4.2,
      "dialogue": {
        "text": "That sounds fun. Are there any practical applications for AR?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.7
    }
  ]
}