Back to Freecodecamp

Task 13

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

latest1.5 KB
Original Source
<!-- (Audio) Maria: What options are we considering? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK options are we considering?

--blanks--

What

--feedback--

This word is used to ask for information about choices. The first letter is capitalized.

--explanation--

What is an interrogative determiner used to ask about things or options. It comes before a noun in questions. For example:

  • What language are you coding in? - This asks which programming language someone is using.

  • What changes did you make in the code? - This asks someone to explain what they edited or updated.

In this dialogue, Maria is asking about the choices they are looking at.

--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": 17.78,
      "finishTimestamp": 19.48
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 2.8,
      "dialogue": {
        "text": "What options are we considering?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 3.3
    }
  ]
}