Back to Freecodecamp

Task 106

curriculum/challenges/english/blocks/learn-how-to-express-decisions-based-on-comparisons/67d6d25680545d2cd2c38bbb.md

latest1.8 KB
Original Source
<!-- (Audio) Sarah: Sure, Brian. What are the choices? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK, Brian. BLANK are the BLANK?

--blanks--

Sure

--feedback--

This word is used to show agreement or willingness to help. The first letter is capitalized.


What

--feedback--

This question word is used to ask for specific information. The first letter is capitalized.


choices

--feedback--

This word in the plural form refers to the different options available.

--explanation--

Sure is a word used to show agreement or permission. For example:

Sure, I can help you with that. – This means the speaker agrees or is willing to help.

What is a question word used to ask for information. For example:

What is your name? – This means the speaker wants to know a specific detail.

Choices refers to the different options available. For example:

We have three choices for the new logo design. – This means there are three different options to select from.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_13-3.mp3",
      "startTime": 1,
      "startTimestamp": 8.36,
      "finishTimestamp": 10.06
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 2.7,
      "dialogue": {
        "text": "Sure, Brian. What are the choices?",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 3.2
    }
  ]
}