Back to Freecodecamp

Task 33

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/6810e14fe1531b265f354319.md

latest1.5 KB
Original Source
<!-- (Audio) Maria: Can we try out the European provider? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Can we BLANK the European provider?

--blanks--

try out

--feedback--

It's a phrasal verb which means to test or use something to see if it's good. Use two words.

--explanation--

Try out is a phrasal verb meaning to test or use something for a short time to decide if you want to continue. For example:

  • We decided to try out a new code editor. - They are testing a new editor to see if it's better or more efficient.

  • She's going to try out the updated version of the app. - She's testing the new app version to check its performance or features.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_20-1.mp3",
      "startTime": 1,
      "startTimestamp": 53.32,
      "finishTimestamp": 55.72
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.7,
      "dialogue": {
        "text": "Can we try out the European provider?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4.2
    }
  ]
}