Back to Freecodecamp

Task 124

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/68149476d272a90f9fd63533.md

latest1.7 KB
Original Source
<!-- (Audio) Maria: That sounds reasonable, but none of the smaller projects should get advanced analytics tools yet. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That sounds reasonable, but none of the smaller projects should get advanced BLANK tools yet.

--blanks--

analytics

--feedback--

This noun means the use of data and statistics to find information and make decisions.

--explanation--

Analytics means the process of examining data to find patterns or useful information, especially for improving performance. For example:

  • The analytics show that users like the new design. - The data tells that people are happy with the changes.

  • Can we check the analytics before the meeting? - Someone wants to look at the data first, maybe to make decisions.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_20-3.mp3",
      "startTime": 1,
      "startTimestamp": 18.68,
      "finishTimestamp": 23.64
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 5.96,
      "dialogue": {
        "text": "That sounds reasonable, but none of the smaller projects should get advanced analytics tools yet.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 6.46
    }
  ]
}