Back to Freecodecamp

Task 70

curriculum/challenges/english/blocks/learn-how-to-have-a-conversation-about-preferences-and-motivations/65a3524b7cfbc82f51667b0a.md

latest1.4 KB
Original Source
<!-- (Audio) Brian: Hey Lisa, what motivated you to choose a career in tech? -->

--description--

To choose means to decide on one option from a set of alternatives. For example, when you're deciding which programming language to learn first, you might say, I'll choose to learn Python because it's great for beginners.

--fillInTheBlank--

--sentence--

Hey, Lisa, what BLANK you to BLANK a career in tech?

--blanks--

motivated

--feedback--

This word means something gave you a reason or desire to do something. It ends with -ed.


choose

--feedback--

This verb is about making a decision between different options.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Brian",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 0.00,
      "finishTimestamp": 4.18
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 5.18,
      "dialogue": {
        "text": "Hey, Lisa, what motivated you to choose a career in tech?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 5.68
    }
  ]
}