Back to Freecodecamp

Task 50

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/6811df342f92ba0c2df8ab14.md

latest1.6 KB
Original Source
<!-- (Audio) Maria: We should go over it together to make a final choice. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We should go over it together to BLANK BLANK BLANK choice.

--blanks--

make

--feedback--

This verb means to create or decide something.


a

--feedback--

This article is used before final choice because it's singular and general.


final

--feedback--

This adjective means last or ultimate.

--explanation--

Make a final choice means to decide something important after considering the options. For example:

It's hard to make a final choice without testing both tools. - The team can't decide yet because they haven't tried both options.

A final choice uses a because it's about one decision among many possibilities.

--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": 87.86,
      "finishTimestamp": 90.7
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 4.04,
      "dialogue": {
        "text": "We should go over it together to make a final choice.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4.54
    }
  ]
}