Back to Freecodecamp

Task 107

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Sarah asking Brian?

--answers--

She wants to know the available options.


She is making a decision.

--feedback--

Sarah is not making a decision yet


She is rejecting Brian's request.

--feedback--

Sarah is not rejecting anything.


She is asking for help.

--feedback--

Sarah is not asking for help.

--video-solution--

1

--explanation--

What are the choices is a way to ask for a list of possible options before making a decision. Sarah is not making a choice yet. She wants to know what options are available first.

--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
    }
  ]
}